CommRaT 2.0.0
C++20 Real-Time Messaging Framework
Loading...
Searching...
No Matches
input_metadata_accessors.hpp File Reference

Input metadata accessor methods for Module classes. More...

#include "commrat/module/metadata/input_metadata.hpp"
#include <cstddef>
#include <tuple>
#include <type_traits>

Go to the source code of this file.

Classes

class  commrat::InputMetadataAccessors< ModuleType >
 Mixin providing input metadata accessor methods. More...
 
struct  commrat::InputMetadataAccessors< ModuleType >::InputMetadata< T >
 Input metadata structure returned by accessor methods. More...
 

Namespaces

namespace  commrat
 CommRaT - Modern C++ Real-Time Communication Framework.
 

Detailed Description

Input metadata accessor methods for Module classes.

Phase 6.10: Provides get_input_metadata, get_input_timestamp, has_new_data, and is_input_valid accessors for both index-based and type-based access.

Definition in file input_metadata_accessors.hpp.