#include <iostream>#include <string>#include <Channel.h>Go to the source code of this file.
Classes | |
| struct | Test_String_Msg |
Typedefs | |
| typedef StringPathId<'/'> | IdType |
| typedef Channel< IdType, IdTrait< IdType >, ACE_MT_SYNCH, TrieRouter< IdType, IdTrait< IdType >, ACE_MT_SYNCH > > | Chan |
| typedef Chan::Msg | ChanMsg |
Functions | |
| int | main (int argc, char **argv) |
Variables | |
| const char * | PING_MSG = "/APP/PING" |
| const char * | PONG_MSG = "/APP/PONG" |
| const char * | TEST_STRING_MSG = "/APP/TEST" |
| const char * | APP_WILDCARD_MSG = "/APP/*" |
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
Definition at line 55 of file send.cpp. References channel::FAILURE. |
|
|
|
|
|
|
|
|
|
|
|
|
1.4.6-NO