11 #ifndef YARP_THRIFT_GENERATOR_STRUCT_SENSORMETADATA_H
12 #define YARP_THRIFT_GENERATOR_STRUCT_SENSORMETADATA_H
84 #ifndef YARP_NO_DEPRECATED
95 #ifndef YARP_NO_DEPRECATED
105 const std::string&
get_name()
const;
139 bool is_dirty_frameName;
140 bool is_dirty_additionalMetadata;
150 void mark_dirty_name();
151 void mark_dirty_frameName();
152 void mark_dirty_additionalMetadata();
155 void dirty_flags(
bool flag);
An interface for reading from a network connection.
An interface for writing to a network connection.
Interface implemented by all objects that can write themselves to the network, such as Bottle objects...
Base class for IDL client/server.
A "tamed" Portable, that promises to serialize itself in an IDL-friendly way.
IDL-friendly connection reader.
IDL-friendly connection writer.
#define YARP_DEPRECATED_MSG(MSG)
Expands to either the standard [[deprecated]] attribute or a compiler-specific decorator such as __at...