Classes | |
struct | FailedToFindMessageSpecialisation |
struct | InvalidIDTypeCombination |
struct | Message |
Template parent and default pass-through encoding/decoding. More... | |
struct | Message< PacketHeader > |
struct | Message< SubPacketHeader > |
struct | MessageRegistrationFailed |
class | MessageRegistry |
struct | PacketHeader |
class | Publisher |
Template parent class for specific publishers. More... | |
struct | RegistryEntry |
Library instantiable variable for registration purposes. More... | |
struct | SubPacketHeader |
struct | UnregisteredID |
struct | Verbosity |
Typedefs | |
typedef std::vector< unsigned char > | ByteArray |
typedef ecl::Stencil< ByteArray > | ByteStencil |
typedef ecl::Stencil< const unsigned char * > | ConstRawByteStencil |
typedef ecl::Stencil< unsigned char * > | RawByteStencil |
typedef std::vector<unsigned char> mm_messages::ByteArray |
Definition at line 29 of file message.hpp.
Definition at line 30 of file message.hpp.
typedef ecl::Stencil<const unsigned char*> mm_messages::ConstRawByteStencil |
Definition at line 32 of file message.hpp.
typedef ecl::Stencil<unsigned char*> mm_messages::RawByteStencil |
Definition at line 31 of file message.hpp.