#include <Channel.h>
Public Types | |
typedef Id_Type | IdType |
The following are common channel related types. | |
typedef Id_Trait | IdTrait |
typedef Synch_Policy | SynchPolicy |
typedef RouterType | Router |
typedef Channel< IdType, Id_Trait, SynchPolicy, Router > | ChannelType |
typedef Source< ChannelType, Router::NamespaceType > | Source |
typedef Destination< ChannelType, Router::NamespaceType > | Destination |
typedef Callback< ChannelType > | Callback |
typedef Port< ChannelType > | Port |
typedef Msg< Id_Type, SynchPolicy > | Msg |
typedef Channel_Info_Msg | Channel_Info_Msg |
Channel interanl/system messages. | |
typedef PubSub_Info_Msg< Id_Type > | PubSub_Info_Msg |
typedef LocalConnector< ChannelType > | LocalConnector |
typedef Connector< ChannelType, TcpSockTransport< ChannelType > > | TcpSockConnector |
typedef Connector< ChannelType, UnixSockTransport< ChannelType > > | UnixSockConnector |
Definition at line 62 of file Channel.h.
|
|
|
Channel interanl/system messages.
|
|
|
|
|
|
|
|
The following are common channel related types.
|
|
although channels can be used as local namespace without connectors; these connectors types are defined here as a shortcut |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|