#include <OnixS/CME/ConflatedTCP/messaging/SimpleOpenFramingHeader.h>
Public Member Functions | |
void | setup (UInt16 sz) noexcept |
UInt16 | encoding () const noexcept |
void | sequence (UInt32 val) noexcept |
UInt32 | sequence () const noexcept |
void | sendingTime (UInt64 val) noexcept |
UInt64 | sendingTime () const noexcept |
void | size (UInt16 val) noexcept |
UInt16 | size () const noexcept |
Definition at line 33 of file SimpleOpenFramingHeader.h.
|
inlinenoexcept |
Definition at line 46 of file SimpleOpenFramingHeader.h.
|
inlinenoexcept |
Sets the sendingTime.
Definition at line 64 of file SimpleOpenFramingHeader.h.
|
inlinenoexcept |
Definition at line 70 of file SimpleOpenFramingHeader.h.
|
inlinenoexcept |
Sets the sequence.
Definition at line 52 of file SimpleOpenFramingHeader.h.
|
inlinenoexcept |
Definition at line 58 of file SimpleOpenFramingHeader.h.
|
inlinenoexcept |
Initializes the header.
Definition at line 37 of file SimpleOpenFramingHeader.h.
|
inlinenoexcept |
Sets the size.
Definition at line 76 of file SimpleOpenFramingHeader.h.
|
inlinenoexcept |
Definition at line 82 of file SimpleOpenFramingHeader.h.