#include <LinearIdTrait.h>
Public Types | |
typedef StructId | IdType |
Static Public Member Functions | |
static bool | eq (const StructId &id1, const StructId &id2) |
need the comparisons for msg matching and map | |
static bool | lt (const StructId &id1, const StructId &id2) |
static bool | match (const StructId id1, const StructId id2) |
static std::string | idToString (const StructId &id) |
static int | size (const StructId &id2) |
static int | marshal (ACE_OutputCDR &cdr, const StructId &id) |
Id marshalling code; CDR... | |
static int | demarshal (ACE_InputCDR &cdr, StructId &id) |
Static Public Attributes | |
static StructId | CHANNEL_CONN_MSG |
define system msgs | |
static StructId | CHANNEL_DISCONN_MSG |
static StructId | INIT_SUBSCRIPTION_INFO_MSG |
static StructId | INIT_PUBLICATION_INFO_MSG |
static StructId | SUBSCRIPTION_INFO_MSG |
static StructId | UNSUBSCRIPTION_INFO_MSG |
static StructId | PUBLICATION_INFO_MSG |
static StructId | UNPUBLICATION_INFO_MSG |
Definition at line 178 of file LinearIdTrait.h.
|
Definition at line 191 of file LinearIdTrait.h. |
|
Definition at line 222 of file LinearIdTrait.h. |
|
need the comparisons for msg matching and map
Definition at line 194 of file LinearIdTrait.h. |
|
Definition at line 204 of file LinearIdTrait.h. References channel::StructId::family. |
|
Definition at line 196 of file LinearIdTrait.h. |
|
Id marshalling code; CDR...
Definition at line 216 of file LinearIdTrait.h. |
|
Definition at line 201 of file LinearIdTrait.h. |
|
Definition at line 210 of file LinearIdTrait.h. |
|
define system msgs
Definition at line 182 of file LinearIdTrait.h. |
|
Definition at line 183 of file LinearIdTrait.h. |
|
Definition at line 185 of file LinearIdTrait.h. |
|
Definition at line 184 of file LinearIdTrait.h. |
|
Definition at line 188 of file LinearIdTrait.h. |
|
Definition at line 186 of file LinearIdTrait.h. |
|
Definition at line 189 of file LinearIdTrait.h. |
|
Definition at line 187 of file LinearIdTrait.h. |