ConfigItemWithMetadata Struct Reference

The ConfigItemWithMetadata struct packs the data together with the tag and a isRead flag. More...

#include <armarx/control/hardware_config/Config.h>

Public Member Functions

 ConfigItemWithMetadata ()=default
 
 ConfigItemWithMetadata (var_t data, ConfigTag tag)
 

Public Attributes

var_t data
 
bool isRead
 
ConfigTag tag
 

Detailed Description

The ConfigItemWithMetadata struct packs the data together with the tag and a isRead flag.

Definition at line 72 of file Config.h.

Constructor & Destructor Documentation

◆ ConfigItemWithMetadata() [1/2]

◆ ConfigItemWithMetadata() [2/2]

ConfigItemWithMetadata ( var_t  data,
ConfigTag  tag 
)
inline

Definition at line 75 of file Config.h.

Member Data Documentation

◆ data

var_t data

Definition at line 78 of file Config.h.

◆ isRead

bool isRead

Definition at line 80 of file Config.h.

◆ tag

ConfigTag tag

Definition at line 79 of file Config.h.


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