|
libRBR
v1.2.3
RBR instrument communication API
|
Response to the outputformat channelslist command.
More...
#include <RBRInstrumentStreaming.h>
Data Fields | |
| int32_t | count |
| The number of active channels. | |
| struct { | |
| char name [RBRINSTRUMENT_CHANNEL_NAME_MAX+1] | |
| The name of the channel as a null-terminated C string. | |
| char unit [RBRINSTRUMENT_CHANNEL_UNIT_MAX+1] | |
| The unit of the channel as a null-terminated C string. | |
| } | channels [RBRINSTRUMENT_CHANNEL_MAX] |
| The name and unit of each active channel. | |
Response to the outputformat channelslist command.
1.8.17