SoDaRadio-5.0.3-master:8901fb5
Public Types | Public Member Functions | Public Attributes | List of all members
SoDaTest::MyMsg Class Reference
Inheritance diagram for SoDaTest::MyMsg:
SoDa::MBoxMessage

Public Types

enum  CMD { START, BCAST, KILL, STOP }
 

Public Member Functions

 MyMsg (const std::string ss, CMD _c)
 
 MyMsg ()
 
 ~MyMsg ()
 
- Public Member Functions inherited from SoDa::MBoxMessage
 MBoxMessage ()
 
void setReaderCount (unsigned int rc)
 
bool readyToDie ()
 
bool decReaderCount ()
 
bool free (std::queue< MBoxMessage *> &free_list)
 
void setMBoxTag (void *tag)
 
bool checkMBoxTag (void *tag)
 

Public Attributes

std::string s
 
CMD cmd
 

Detailed Description

Definition at line 39 of file MultiMBox_Test.cxx.

Member Enumeration Documentation

◆ CMD

Enumerator
START 
BCAST 
KILL 
STOP 

Definition at line 41 of file MultiMBox_Test.cxx.

Constructor & Destructor Documentation

◆ MyMsg() [1/2]

SoDaTest::MyMsg::MyMsg ( const std::string  ss,
CMD  _c 
)
inline

Definition at line 42 of file MultiMBox_Test.cxx.

References cmd, iomutex, and s.

◆ MyMsg() [2/2]

SoDaTest::MyMsg::MyMsg ( )
inline

Definition at line 51 of file MultiMBox_Test.cxx.

References s.

Referenced by SoDaTest::MultiMBox_Test_Thread::execute().

◆ ~MyMsg()

SoDaTest::MyMsg::~MyMsg ( )
inline

Definition at line 55 of file MultiMBox_Test.cxx.

References cmd, iomutex, and s.

Member Data Documentation

◆ cmd

CMD SoDaTest::MyMsg::cmd

Definition at line 60 of file MultiMBox_Test.cxx.

Referenced by SoDaTest::MultiMBox_Test_Thread::execute(), MyMsg(), and ~MyMsg().

◆ s

std::string SoDaTest::MyMsg::s

Definition at line 59 of file MultiMBox_Test.cxx.

Referenced by SoDaTest::MultiMBox_Test_Thread::execute(), MyMsg(), and ~MyMsg().


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