14 #ifndef YARP_THRIFT_GENERATOR_STRUCT_SENSORMETADATA_H
15 #define YARP_THRIFT_GENERATOR_STRUCT_SENSORMETADATA_H
87 #ifndef YARP_NO_DEPRECATED
98 #ifndef YARP_NO_DEPRECATED
108 const std::string&
get_name()
const;
142 bool is_dirty_frameName;
143 bool is_dirty_additionalMetadata;
153 void mark_dirty_name();
154 void mark_dirty_frameName();
155 void mark_dirty_additionalMetadata();
158 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...