30 #ifndef SINGLE_STROBE_API_H
31 #define SINGLE_STROBE_API_H
33 #include "api/DllDecl.h"
50 static void shutdown();
Definition: SingleStrobeAPI.h:44
unsigned long getStrobeWidthIncrementMicroseconds(long featureID, int *errorCode)
void setStrobeDelayMicroseconds(long deviceID, int *errorCode, unsigned long microseconds)
unsigned long getStrobeWidthMaximumMicroseconds(long featureID, int *errorCode)
unsigned long getStrobeDelayIncrementMicroseconds(long featureID, int *errorCode)
void setStrobeWidthMicroseconds(long deviceID, int *errorCode, unsigned long microseconds)
void setStrobeEnable(long deviceID, int *errorCode, bool strobeEnable)
unsigned long getStrobeDelayMicroseconds(long deviceID, int *errorCode)
bool getStrobeEnable(long deviceID, int *errorCode)
unsigned long getStrobeWidthMinimumMicroseconds(long featureID, int *errorCode)
unsigned long getStrobeDelayMaximumMicroseconds(long featureID, int *errorCode)
unsigned long getStrobeWidthMicroseconds(long deviceID, int *errorCode)
unsigned long getStrobeCycleMaximumMicroseconds(long featureID, int *errorCode)
unsigned long getStrobeDelayMinimumMicroseconds(long featureID, int *errorCode)
This is an interface to OceanDirect that allows the user to connect to devices over USB and other bus...
Definition: OceanDirectAPI.h:144