#include <iostream>#include <string>#include <Channel.h>Go to the source code of this file.
Classes | |
| struct | Test_String_Msg |
Typedefs | |
| typedef string | IdType |
| typedef Channel< IdType > | Chan |
| typedef Channel< IdType >::Msg | ChanMsg |
Functions | |
| int | main (int, char *argv[]) |
Variables | |
| std::string | PING_MSG = "_PING_" |
| std::string | PONG_MSG = "_PONG_" |
| std::string | TEST_STRING_MSG = "_TEST_" |
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
Definition at line 60 of file send.cpp. References channel::FAILURE. |
|
|
|
|
|
|
|
|
|
1.4.6-NO