#include "ace/OS_main.h"
#include "ace/ACE.h"
#include "ace/Auto_Ptr.h"
#include "ace/OS_NS_string.h"
#include "ace/OS_NS_stdio.h"
#include "ace/Get_Opt.h"
#include <iostream>
#include <string>
#include <Channel.h>
Go to the source code of this file.
Classes | |
struct | Test_String_Msg |
class | My_Callback |
Typedefs | |
typedef string | IdType |
typedef Channel< IdType > | Chan |
typedef Channel< IdType >::Msg | ChanMsg |
Functions | |
int | ACE_TMAIN (int argc, ACE_TCHAR *argv[]) |
Variables | |
std::string | PING_MSG = "_PING_" |
std::string | PONG_MSG = "_PONG_" |
std::string | TEST_STRING_MSG = "_TEST_" |
|
Definition at line 58 of file local_chan_conn.cpp. |
|
Definition at line 59 of file local_chan_conn.cpp. |
|
Definition at line 34 of file local_chan_conn.cpp. |
|
create channels create source/callbacks attached to channels pub/sub msgs thru ports/callbacks send msgs from src -> chan1 -> chan2 -> callback Definition at line 79 of file local_chan_conn.cpp. References Test_String_Msg::data, Test_String_Msg::len, channel::SUCCESS, and TEST_STRING_MSG. |
|
Definition at line 43 of file local_chan_conn.cpp. |
|
Definition at line 44 of file local_chan_conn.cpp. |
|
Definition at line 45 of file local_chan_conn.cpp. |