|
libRBR
v1.2.3
RBR instrument communication API
|
Instrument deployment command parameters.
More...
#include <RBRInstrumentSchedule.h>
Data Fields | |
| RBRInstrumentDateTime | startTime |
| The deployment start date and time. More... | |
| RBRInstrumentDateTime | endTime |
| The deployment end date and time. More... | |
| const RBRInstrumentDeploymentStatus | status |
| The deployment status. More... | |
Instrument deployment command parameters.
| RBRInstrumentDateTime RBRInstrumentDeployment::endTime |
The deployment end date and time.
Must be after the start time.
| RBRInstrumentDateTime RBRInstrumentDeployment::startTime |
The deployment start date and time.
Must be before the end time.
| const RBRInstrumentDeploymentStatus RBRInstrumentDeployment::status |
The deployment status.
The corresponding instrument parameter is read-only. This member is used only when reading parameters from the instrument; its value is ignored when sending parameters to the instrument.
1.8.17