Mads
Multi-Agent Distributed System
Loading...
Searching...
No Matches
Mads::detail::WireHeader Struct Reference

#include <wire_format.hpp>

Public Attributes

uint8_t hdr_version = WIRE_HDR_VERSION
 
uint8_t format = static_cast<uint8_t>(WireFormat::Json)
 
uint8_t compression = static_cast<uint8_t>(Comp::None)
 
bool has_blob = false
 
uint32_t schema = LIB_VERSION_NUM
 

Detailed Description

Definition at line 48 of file wire_format.hpp.

Member Data Documentation

◆ compression

uint8_t Mads::detail::WireHeader::compression = static_cast<uint8_t>(Comp::None)

Definition at line 51 of file wire_format.hpp.

Referenced by Mads::detail::parse_wire_header().

◆ format

uint8_t Mads::detail::WireHeader::format = static_cast<uint8_t>(WireFormat::Json)

Definition at line 50 of file wire_format.hpp.

Referenced by Mads::detail::parse_wire_header().

◆ has_blob

bool Mads::detail::WireHeader::has_blob = false

Definition at line 52 of file wire_format.hpp.

Referenced by Mads::detail::parse_wire_header().

◆ hdr_version

uint8_t Mads::detail::WireHeader::hdr_version = WIRE_HDR_VERSION

Definition at line 49 of file wire_format.hpp.

Referenced by Mads::detail::parse_wire_header().

◆ schema

uint32_t Mads::detail::WireHeader::schema = LIB_VERSION_NUM

Definition at line 53 of file wire_format.hpp.

Referenced by Mads::detail::parse_wire_header().


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