![]() |
CommRaT 2.0.0
C++20 Real-Time Messaging Framework
|
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} |
Storage for input message metadata.
Stores metadata about received input messages, populated before process() calls.
Definition at line 19 of file input_metadata.hpp.
| bool commrat::InputMetadataStorage::is_new_data {false} |
Definition at line 23 of file input_metadata.hpp.
| bool commrat::InputMetadataStorage::is_valid {false} |
Definition at line 24 of file input_metadata.hpp.
| uint32_t commrat::InputMetadataStorage::message_id {0} |
Definition at line 22 of file input_metadata.hpp.
| uint32_t commrat::InputMetadataStorage::sequence_number {0} |
Definition at line 21 of file input_metadata.hpp.
| uint64_t commrat::InputMetadataStorage::timestamp {0} |
Definition at line 20 of file input_metadata.hpp.