YARP
Yet Another Robot Platform
yarp::os::MessageStack::Private Class Reference

Public Member Functions

 Private (size_t max_threads)
 
 ~Private ()
 
void attach (PortReader &owner)
 
void stack (PortWriter &msg, const std::string &tag)
 

Public Attributes

size_t max_threads {0}
 
MessageStackHelper * helper = nullptr
 

Detailed Description

Definition at line 141 of file MessageStack.cpp.

Constructor & Destructor Documentation

◆ Private()

yarp::os::MessageStack::Private::Private ( size_t  max_threads)
inlineexplicit

Definition at line 147 of file MessageStack.cpp.

◆ ~Private()

yarp::os::MessageStack::Private::~Private ( )
inline

Definition at line 152 of file MessageStack.cpp.

Member Function Documentation

◆ attach()

void yarp::os::MessageStack::Private::attach ( PortReader owner)
inline

Definition at line 161 of file MessageStack.cpp.

◆ stack()

void yarp::os::MessageStack::Private::stack ( PortWriter msg,
const std::string &  tag 
)
inline

Definition at line 172 of file MessageStack.cpp.

Member Data Documentation

◆ helper

MessageStackHelper* yarp::os::MessageStack::Private::helper = nullptr

Definition at line 145 of file MessageStack.cpp.

◆ max_threads

size_t yarp::os::MessageStack::Private::max_threads {0}

Definition at line 144 of file MessageStack.cpp.


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