|
SoDaRadio-5.0.3-master:8901fb5
|
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 |
Definition at line 39 of file MultiMBox_Test.cxx.
| enum SoDaTest::MyMsg::CMD |
| Enumerator | |
|---|---|
| START | |
| BCAST | |
| KILL | |
| STOP | |
Definition at line 41 of file MultiMBox_Test.cxx.
|
inline |
Definition at line 42 of file MultiMBox_Test.cxx.
|
inline |
Definition at line 51 of file MultiMBox_Test.cxx.
References s.
Referenced by SoDaTest::MultiMBox_Test_Thread::execute().
|
inline |
Definition at line 55 of file MultiMBox_Test.cxx.
| CMD SoDaTest::MyMsg::cmd |
Definition at line 60 of file MultiMBox_Test.cxx.
Referenced by SoDaTest::MultiMBox_Test_Thread::execute(), MyMsg(), and ~MyMsg().
| std::string SoDaTest::MyMsg::s |
Definition at line 59 of file MultiMBox_Test.cxx.
Referenced by SoDaTest::MultiMBox_Test_Thread::execute(), MyMsg(), and ~MyMsg().
1.8.13