libRBR  v1.2.3
RBR instrument communication API
RBRInstrumentFetching.h
Go to the documentation of this file.
1 
14 #ifndef LIBRBR_RBRINSTRUMENTFETCHING_H
15 #define LIBRBR_RBRINSTRUMENTFETCHING_H
16 
17 #ifdef __cplusplus
18 extern "C" {
19 #endif
20 
52  RBRInstrumentLabelsList *channels,
53  bool sleepAfter,
54  RBRInstrumentSample *sample);
55 
56 #ifdef __cplusplus
57 }
58 #endif
59 
60 #endif /* LIBRBR_RBRINSTRUMENTFETCHING_H */
RBRInstrumentLabelsList
Response to the outputformat labelslist command.
Definition: RBRInstrumentStreaming.h:79
RBRInstrumentError
RBRInstrumentError
Errors which can be returned from library functions.
Definition: RBRInstrument.h:200
RBRInstrumentSample
An instrument sample.
Definition: RBRInstrumentStreaming.h:492
RBRInstrument_fetch
RBRInstrumentError RBRInstrument_fetch(RBRInstrument *instrument, RBRInstrumentLabelsList *channels, bool sleepAfter, RBRInstrumentSample *sample)
Requests an “on-demand” sample set from the logger.
RBRInstrument
Core library context object.
Definition: RBRInstrument.h:591