pjmsg_mcap_wrapper
Loading...
Searching...
No Matches
Classes | Public Member Functions | Protected Attributes | List of all members
pjmsg_mcap_wrapper::Writer Class Reference

Detailed Description

Definition at line 48 of file all.h.

#include <all.h>

Classes

class  Implementation
 

Public Member Functions

 Writer ()
 
 ~Writer ()
 
void initialize (const std::filesystem::path &filename, const std::string &topic_prefix)
 
void flush ()
 
void write (const Message &message)
 

Protected Attributes

const std::unique_ptr< Implementationpimpl_
 

Constructor & Destructor Documentation

◆ Writer()

pjmsg_mcap_wrapper::Writer::Writer ( )

Definition at line 276 of file writer.cpp.

◆ ~Writer()

pjmsg_mcap_wrapper::Writer::~Writer ( )
default

Member Function Documentation

◆ flush()

void pjmsg_mcap_wrapper::Writer::flush ( )

Definition at line 287 of file writer.cpp.

◆ initialize()

void pjmsg_mcap_wrapper::Writer::initialize ( const std::filesystem::path filename,
const std::string topic_prefix 
)

Definition at line 282 of file writer.cpp.

◆ write()

void pjmsg_mcap_wrapper::Writer::write ( const Message message)

Definition at line 293 of file writer.cpp.

Member Data Documentation

◆ pimpl_

const std::unique_ptr<Implementation> pjmsg_mcap_wrapper::Writer::pimpl_
protected

Definition at line 54 of file all.h.


The documentation for this class was generated from the following files: