 |
libRBR
v1.2.3
RBR instrument communication API
|
Go to the documentation of this file.
14 #ifndef LIBRBR_RBRINSTRUMENTPAUSERESUME_H
15 #define LIBRBR_RBRINSTRUMENTPAUSERESUME_H
77 RBRINSTRUMENT_RESUME_LOGGING,
@ RBRINSTRUMENT_PAUSERESUME_PAUSED
Deployment is enaled and paused.
Definition: RBRInstrumentPauseresume.h:27
RBRInstrumentPauseStatus
Possible instrument pause status.
Definition: RBRInstrumentPauseresume.h:49
@ RBRINSTRUMENT_UNKNOWN_PAUSE
Definition: RBRInstrumentPauseresume.h:54
const char * RBRInstrumentPauseresumeState_name(RBRInstrumentPauseresumeState state)
Get a human-readable string name for a pauseresume state.
RBRInstrumentResumeStatus
Possible instrument resume status.
Definition: RBRInstrumentPauseresume.h:73
const char * RBRInstrumentPauseStatus_name(RBRInstrumentPauseStatus status)
Get a human-readable string name for a pause status.
const char * RBRInstrumentResumeStatus_name(RBRInstrumentResumeStatus status)
Get a human-readable string name for a resume status.
RBRInstrumentError RBRInstrument_pause(RBRInstrument *instrument, RBRInstrumentPauseStatus *status)
RBRInstrumentError
Errors which can be returned from library functions.
Definition: RBRInstrument.h:200
RBRInstrumentPauseresumeState
The state of a pauseresume condition.
Definition: RBRInstrumentPauseresume.h:22
@ RBRINSTRUMENT_UNKNOWN_RESUME
Definition: RBRInstrumentPauseresume.h:79
RBRInstrumentError RBRInstrument_resume(RBRInstrument *instrument, RBRInstrumentResumeStatus *status)
@ RBRINSTRUMENT_RESUME_PENDING
Definition: RBRInstrumentPauseresume.h:76
@ RBRINSTRUMENT_UNKNOWN_PAUSERESUME
Definition: RBRInstrumentPauseresume.h:31
@ RBRINSTRUMENT_PAUSERESUME_RUNNING
Deployment is enabled and not paused.
Definition: RBRInstrumentPauseresume.h:29
Core library context object.
Definition: RBRInstrument.h:591
@ RBRINSTRUMENT_PAUSE_PAUSED
Definition: RBRInstrumentPauseresume.h:52
@ RBRINSTRUMENT_PAUSERESUME_NA
The pauseresuming condition is disabled, or sampling mode is regimes.
Definition: RBRInstrumentPauseresume.h:25
RBRInstrumentError RBRInstrument_getPauseresume(RBRInstrument *instrument, RBRInstrumentPauseresumeState *state)