![]() |
Mads
Multi-Agent Distributed System
|
#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 |
Definition at line 48 of file wire_format.hpp.
| 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().
| 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().
| bool Mads::detail::WireHeader::has_blob = false |
Definition at line 52 of file wire_format.hpp.
Referenced by Mads::detail::parse_wire_header().
| 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().
| 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().