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

#include <OnixS/CME/ConflatedTCP/messaging/MDP/Composites.h>

Public Types

enum  { Size = 8 }
 
typedef UInt16 BlockLength
 
typedef UInt16 TemplateId
 
typedef UInt16 SchemaId
 
typedef UInt16 Version
 

Public Member Functions

BlockLength blockLength () const noexcept
 
void setBlockLength (BlockLength value) noexcept
 
TemplateId templateId () const noexcept
 
void setTemplateId (TemplateId value) noexcept
 
SchemaId schemaId () const noexcept
 
void setSchemaId (SchemaId value) noexcept
 
Version version () const noexcept
 
void setVersion (Version value) noexcept
 

Detailed Description

Definition at line 330 of file Composites.h.

Member Typedef Documentation

Type alias for the BlockLength.

Definition at line 337 of file Composites.h.

typedef UInt16 SchemaId

Type alias for the SchemaId.

Definition at line 343 of file Composites.h.

typedef UInt16 TemplateId

Type alias for the TemplateId.

Definition at line 340 of file Composites.h.

typedef UInt16 Version

Type alias for the Version.

Definition at line 346 of file Composites.h.

Member Enumeration Documentation

anonymous enum

Size of the composite.

Enumerator
Size 

Definition at line 334 of file Composites.h.

Member Function Documentation

BlockLength blockLength ( ) const
inlinenoexcept
Returns
the blockLength field.

Definition at line 350 of file Composites.h.

SchemaId schemaId ( ) const
inlinenoexcept
Returns
the schemaId field.

Definition at line 380 of file Composites.h.

void setBlockLength ( BlockLength  value)
inlinenoexcept

Sets the blockLength field.

Definition at line 357 of file Composites.h.

void setSchemaId ( SchemaId  value)
inlinenoexcept

Sets the schemaId field.

Definition at line 387 of file Composites.h.

void setTemplateId ( TemplateId  value)
inlinenoexcept

Sets the templateId field.

Definition at line 372 of file Composites.h.

void setVersion ( Version  value)
inlinenoexcept

Sets the version field.

Definition at line 402 of file Composites.h.

TemplateId templateId ( ) const
inlinenoexcept
Returns
the templateId field.

Definition at line 365 of file Composites.h.

Version version ( ) const
inlinenoexcept
Returns
the version field.

Definition at line 395 of file Composites.h.


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