|
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 |
The ConfigItemWithMetadata struct packs the data together with the tag and a isRead flag.
|
default |
|
inline |