SoDaRadio-5.0.3-master:8901fb5
|
#include "MultiMBox.hxx"
#include "SoDaBase.hxx"
#include <iostream>
#include <string>
#include <boost/thread/mutex.hpp>
#include <boost/thread/condition.hpp>
Go to the source code of this file.
Classes | |
class | SoDaTest::MyMsg |
class | SoDaTest::MultiMBox_Test_Thread |
Namespaces | |
SoDaTest | |
Functions | |
int | main (int argc, char *argv[]) |
Variables | |
boost::mutex | iomutex |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 136 of file MultiMBox_Test.cxx.
References SoDa::MultiMBox< T >::put(), SoDaTest::MyMsg::START, and SoDaTest::MultiMBox_Test_Thread::subscribe().
boost::mutex iomutex |
Definition at line 36 of file MultiMBox_Test.cxx.
Referenced by SoDaTest::MultiMBox_Test_Thread::execute(), SoDaTest::MyMsg::MyMsg(), and SoDaTest::MyMsg::~MyMsg().