#include <iostream>
#include <string>
#include <Channel.h>
Go to the source code of this file.
Namespaces | |
namespace | std |
Classes | |
struct | Test_String_Msg |
class | My_Callback |
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 | |
IdType | PING_MSG = "/APP/PING" |
IdType | PONG_MSG = "/APP/PONG" |
IdType | TEST_STRING_MSG = "/APP/TEST" |
IdType | APP_WILDCARD_MSG = "/APP/*" |
|
|
|
|
|
|
|
Definition at line 67 of file recv.cpp. References channel::FAILURE. |
|
|
|
Definition at line 38 of file recv.cpp. Referenced by Pong_Task::cleanup(), Ping_Task::cleanup(), Pong_Task::prepare(), Ping_Task::prepare(), Pong_Task::send_ping_pong(), Pong_Task::work(), and Ping_Task::work(). |
|
Definition at line 39 of file recv.cpp. Referenced by Pong_Task::cleanup(), Ping_Task::cleanup(), Pong_Task::prepare(), Ping_Task::prepare(), Pong_Task::work(), and Ping_Task::work(). |
|
Definition at line 40 of file recv.cpp. Referenced by ACE_TMAIN(), Demo_Task::cleanup(), Ctrl_Task::cleanup(), Demo_Task::prepare(), Ctrl_Task::prepare(), and Demo_Task::work(). |