1 #define EZC3D_API_EXPORTS 25 std::cout <<
"Analog = " << data() << std::endl;
30 f.write(reinterpret_cast<const char*>(&_data), ezc3d::DATA_TYPE::FLOAT);
45 if (static_cast<double>(data()) == 0.0)
float data() const
Get the value of the analog data.
Channel()
Create an empty analogous data channel.
void print() const
Print the channel.
bool isempty() const
Return if the channel is empty.
void write(std::fstream &f) const
Write the channel to an opened file.
Channel of an analogous data.
Declaration of Channel class.