babycat_WaveformResult¶
Struct members¶
-
struct babycat_WaveformResult¶
A struct that contains an error value and a pointer to a
babycat_Waveform
.Public Members
-
uint32_t error_num¶
The error number.
This value is either going to be
babycat_NO_ERROR
or one of the constants with ababycat_ERROR
prefix.
-
babycat_Waveform *result¶
A pointer to a Waveform.
-
uint32_t error_num¶