libRBR  v1.2.3
RBR instrument communication API
Data Fields
RBRInstrumentChannelsList Struct Reference

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.
 

Detailed Description

Response to the outputformat channelslist command.

See also
RBRInstrument_getChannelsList()
https://docs.rbr-global.com/L3commandreference/commands/real-time-data/outputformat

The documentation for this struct was generated from the following file: