|
YARP
Yet Another Robot Platform
|
|
Go to the documentation of this file.
14 #ifndef YARP_THRIFT_GENERATOR_STRUCT_SENSORMETADATA_H
15 #define YARP_THRIFT_GENERATOR_STRUCT_SENSORMETADATA_H
87 #ifndef YARP_NO_DEPRECATED // Since YARP 3.2
93 #endif // YARP_NO_DEPRECATED
98 #ifndef YARP_NO_DEPRECATED // Since YARP 3.2
104 #endif // 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);
181 #endif // YARP_THRIFT_GENERATOR_STRUCT_SENSORMETADATA_H
Interface implemented by all objects that can write themselves to the network, such as Bottle objects...
IDL-friendly connection writer.
An interface for writing to a network connection.
A "tamed" Portable, that promises to serialize itself in an IDL-friendly way.
Base class for IDL client/server.
IDL-friendly connection reader.
An interface for reading from a network connection.
#define YARP_DEPRECATED_MSG(MSG)
Expands to either the standard [[deprecated]] attribute or a compiler-specific decorator such as __at...