11 #ifndef YARP_THRIFT_GENERATOR_STRUCT_AUDIOBUFFERSIZEDATA_H
12 #define YARP_THRIFT_GENERATOR_STRUCT_AUDIOBUFFERSIZEDATA_H
37 const std::int32_t m_channels,
38 const std::int32_t m_depth,
39 const std::int32_t size);
91 #ifndef YARP_NO_DEPRECATED
102 #ifndef YARP_NO_DEPRECATED
111 void set_m_samples(
const std::int32_t m_samples);
112 std::int32_t get_m_samples()
const;
113 virtual bool will_set_m_samples();
114 virtual bool did_set_m_samples();
117 void set_m_channels(
const std::int32_t m_channels);
118 std::int32_t get_m_channels()
const;
119 virtual bool will_set_m_channels();
120 virtual bool did_set_m_channels();
123 void set_m_depth(
const std::int32_t m_depth);
124 std::int32_t get_m_depth()
const;
125 virtual bool will_set_m_depth();
126 virtual bool did_set_m_depth();
129 void set_size(
const std::int32_t size);
130 std::int32_t get_size()
const;
131 virtual bool will_set_size();
132 virtual bool did_set_size();
151 bool is_dirty_m_samples;
152 bool is_dirty_m_channels;
153 bool is_dirty_m_depth;
164 void mark_dirty_m_samples();
165 void mark_dirty_m_channels();
166 void mark_dirty_m_depth();
167 void mark_dirty_size();
170 void dirty_flags(
bool flag);
Editor & operator=(Editor &&rhs)=delete
Editor(Editor &&rhs)=delete
Editor(const Editor &rhs)=delete
Editor & operator=(const Editor &rhs)=delete
yarp::os::idl::Unwrapped< audioBufferSizeData > unwrapped
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...
std::string toString(const T &value)
convert an arbitrary type to string.
bool isValid()
Check if time is valid (non-zero).
bool read(ImageOf< PixelRgb > &dest, const std::string &src, image_fileformat format=FORMAT_ANY)
bool write(const ImageOf< PixelRgb > &src, const std::string &dest, image_fileformat format=FORMAT_PPM)
The main, catch-all namespace for YARP.