libjmmcg  build_2783
A C++ library containing an eclectic mix of useful, advanced components.
isimud::exchanges::BATSBOE::common::ReplayComplete Struct Reference

#include <messages.hpp>

Inheritance diagram for isimud::exchanges::BATSBOE::common::ReplayComplete:
[legend]
Collaboration diagram for isimud::exchanges::BATSBOE::common::ReplayComplete:
[legend]

Public Types

enum  : std::size_t { header_t_size =sizeof(Header_t) }
 
using Header_t = Header< MsgType, MsgType::ReplayComplete >
 
- Public Types inherited from isimud::exchanges::BATSBOE::common::Header< MsgType, MsgType::ReplayComplete >
enum  
 
enum  
 
using MsgType_t = MsgType
 
using MsgTypes_t = common::MsgType_t
 

Public Member Functions

 ReplayComplete (uint32_t seqNum) noexcept(true) FORCE_INLINE
 
- Public Member Functions inherited from isimud::exchanges::BATSBOE::common::Header< MsgType, MsgType::ReplayComplete >
 Header (std::size_t l) noexcept(true) FORCE_INLINE
 
 Header (std::size_t l, std::uint32_t seqNumber) noexcept(true) FORCE_INLINE
 
const MsgType_t type () const noexcept(true)
 
std::uint16_t length () const noexcept(true)
 The actual, not the foolish BATSBOE-specified, length which excludes the start_of_message field. More...
 
bool is_valid () const noexcept(true)
 

Additional Inherited Members

- Public Attributes inherited from isimud::exchanges::BATSBOE::common::Header< MsgType, MsgType::ReplayComplete >
enum isimud::exchanges::BATSBOE::common::Header:: { ... }  __attribute__
 
const std::uint16_t start_of_message
 
const MsgType_t type_
 
const std::uint8_t matchingUnit
 
const std::uint32_t sequenceNumber
 
- Protected Member Functions inherited from isimud::exchanges::BATSBOE::common::Header< MsgType, MsgType::ReplayComplete >
 ~Header () noexcept(true)=default
 
- Protected Attributes inherited from isimud::exchanges::BATSBOE::common::Header< MsgType, MsgType::ReplayComplete >
std::uint16_t length_
 

Detailed Description

Section: "3.2.4 Replay Complete"

Definition at line 325 of file messages.hpp.

Member Typedef Documentation

◆ Header_t

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : std::size_t
Enumerator
header_t_size 

Definition at line 327 of file messages.hpp.

Constructor & Destructor Documentation

◆ ReplayComplete()

isimud::exchanges::BATSBOE::common::ReplayComplete::ReplayComplete ( uint32_t  seqNum)
inlineexplicitnoexcept

Definition at line 180 of file messages_impl.hpp.


The documentation for this struct was generated from the following files: