30#ifndef DEVICE_REVISION_API_H
31#define DEVICE_REVISION_API_H
33#include "api/DllDecl.h"
80 virtual int getRevisionFPGA(
long deviceID,
int *errorCode,
char *buffer,
int bufferLength);
95 virtual int getRevisionSystem(
long deviceID,
int* errorCode,
char* buffer,
int bufferLength);
Definition DeviceRevisionAPI.h:44
static DeviceRevisionAPI * getInstance()
static DeviceRevisionAPI * instance
Definition DeviceRevisionAPI.h:98
virtual int getRevisionFirmware(long deviceID, int *errorCode, char *buffer, int bufferLength)
virtual int getRevisionFPGA(long deviceID, int *errorCode, char *buffer, int bufferLength)
virtual ~DeviceRevisionAPI()
virtual int getRevisionSystem(long deviceID, int *errorCode, char *buffer, int bufferLength)
This is an interface to OceanDirect that allows the user to connect to devices over USB and other bus...
Definition OceanDirectAPI.h:147