11#ifndef YARP_THRIFT_GENERATOR_STRUCT_AUDIOBUFFERSIZEDATA_H
12#define YARP_THRIFT_GENERATOR_STRUCT_AUDIOBUFFERSIZEDATA_H
26 std::int32_t m_samples{0};
27 std::int32_t m_channels{0};
28 std::int32_t m_depth{0};
36 const std::int32_t m_channels,
37 const std::int32_t m_depth,
38 const std::int32_t size);
std::string toString(const T &value)
convert an arbitrary type to string.
An interface for reading from a network connection.
An interface for writing to a network connection.
A "tamed" Portable, that promises to serialize itself in an IDL-friendly way.
IDL-friendly connection reader.
IDL-friendly connection writer.
yarp::os::idl::Unwrapped< audioBufferSizeData > unwrapped
audioBufferSizeData()=default