OnixS C++ CME MDP Conflated TCP Handler  1.3.1
API Documentation
SimpleOpenFramingHeader Class Reference

#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
 

Detailed Description

Definition at line 33 of file SimpleOpenFramingHeader.h.

Member Function Documentation

UInt16 encoding ( ) const
inlinenoexcept
Returns
the encoding type.

Definition at line 46 of file SimpleOpenFramingHeader.h.

void sendingTime ( UInt64  val)
inlinenoexcept

Sets the sendingTime.

Definition at line 64 of file SimpleOpenFramingHeader.h.

UInt64 sendingTime ( ) const
inlinenoexcept
Returns
the sendingTime

Definition at line 70 of file SimpleOpenFramingHeader.h.

void sequence ( UInt32  val)
inlinenoexcept

Sets the sequence.

Definition at line 52 of file SimpleOpenFramingHeader.h.

UInt32 sequence ( ) const
inlinenoexcept
Returns
the sequence

Definition at line 58 of file SimpleOpenFramingHeader.h.

void setup ( UInt16  sz)
inlinenoexcept

Initializes the header.

Definition at line 37 of file SimpleOpenFramingHeader.h.

void size ( UInt16  val)
inlinenoexcept

Sets the size.

Definition at line 76 of file SimpleOpenFramingHeader.h.

UInt16 size ( ) const
inlinenoexcept
Returns
the size

Definition at line 82 of file SimpleOpenFramingHeader.h.


The documentation for this class was generated from the following file: