L:/channel/channel/examples/hier_id_text_recv/send.cpp File Reference

#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/*"


Typedef Documentation

typedef Channel<IdType, IdTrait<IdType>, ACE_MT_SYNCH, TrieRouter<IdType, IdTrait<IdType>, ACE_MT_SYNCH> > Chan
 

Definition at line 31 of file send.cpp.

typedef Chan::Msg ChanMsg
 

Definition at line 32 of file send.cpp.

typedef StringPathId<'/'> IdType
 

Definition at line 29 of file send.cpp.


Function Documentation

int main int  argc,
char **  argv
 

Definition at line 55 of file send.cpp.

References channel::FAILURE.


Variable Documentation

const char* APP_WILDCARD_MSG = "/APP/*"
 

Definition at line 41 of file send.cpp.

const char* PING_MSG = "/APP/PING"
 

Definition at line 38 of file send.cpp.

const char* PONG_MSG = "/APP/PONG"
 

Definition at line 39 of file send.cpp.

const char* TEST_STRING_MSG = "/APP/TEST"
 

Definition at line 40 of file send.cpp.


Generated on Mon Feb 27 19:59:22 2006 for channel by  doxygen 1.4.6-NO