#include <OnixS/CME/iLink3/messaging/NetworkMessage.h>
Public Member Functions | |
NetworkMessage () noexcept | |
NetworkMessage (const void *data, size_t size, SbeMessage::NoCheck) noexcept | |
NetworkMessage (const void *data, size_t size) | |
const void * | data () const noexcept |
MessageSize | size () const noexcept |
void | clear () noexcept |
bool | valid () const noexcept |
SbeMessage | message () const noexcept |
https://www.cmegroup.com/confluence/display/EPICSANDBOX/iLink+3+-+Simple+Binary+Encoding
Definition at line 32 of file NetworkMessage.h.
|
inlinenoexcept |
Constructs an empty instance.
Definition at line 36 of file NetworkMessage.h.
|
inlinenoexcept |
Constructs NetworkMessage from a data block. Performs no checks.
Definition at line 42 of file NetworkMessage.h.
|
inline |
Constructs NetworkMessage from a data block.
Definition at line 62 of file NetworkMessage.h.
|
inlinenoexcept |
Blank the instance.
Definition at line 96 of file NetworkMessage.h.
|
inlinenoexcept |
Definition at line 84 of file NetworkMessage.h.
|
inlinenoexcept |
Retrieves the underlying SBE message.
Definition at line 111 of file NetworkMessage.h.
|
inlinenoexcept |
Definition at line 90 of file NetworkMessage.h.
|
inlinenoexcept |
true
if the instance refers to a valid packet, otherwise - false
. Definition at line 104 of file NetworkMessage.h.