CommRaT 2.0.0
C++20 Real-Time Messaging Framework
Loading...
Searching...
No Matches
commrat::InputMetadataStorage Struct Reference

Storage for input message metadata. More...

#include <commrat/module/metadata/input_metadata.hpp>

Public Attributes

uint64_t timestamp {0}
 
uint32_t sequence_number {0}
 
uint32_t message_id {0}
 
bool is_new_data {false}
 
bool is_valid {false}
 

Detailed Description

Storage for input message metadata.

Stores metadata about received input messages, populated before process() calls.

Definition at line 19 of file input_metadata.hpp.

Member Data Documentation

◆ is_new_data

bool commrat::InputMetadataStorage::is_new_data {false}

Definition at line 23 of file input_metadata.hpp.

◆ is_valid

bool commrat::InputMetadataStorage::is_valid {false}

Definition at line 24 of file input_metadata.hpp.

◆ message_id

uint32_t commrat::InputMetadataStorage::message_id {0}

Definition at line 22 of file input_metadata.hpp.

◆ sequence_number

uint32_t commrat::InputMetadataStorage::sequence_number {0}

Definition at line 21 of file input_metadata.hpp.

◆ timestamp

uint64_t commrat::InputMetadataStorage::timestamp {0}

Definition at line 20 of file input_metadata.hpp.


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