30#ifndef DEVICE_ALIAS_API_H
31#define DEVICE_ALIAS_API_H
33#include "api/DllDecl.h"
65 virtual int getDeviceAlias(
long deviceID,
int* errorCode,
char* buffer,
int bufferLength);
79 virtual void setDeviceAlias(
long deviceID,
int *errorCode,
char *buffer,
int bufferLength);
Definition DeviceAliasAPI.h:44
static DeviceAliasAPI * instance
Definition DeviceAliasAPI.h:82
virtual ~DeviceAliasAPI()
virtual int getDeviceAlias(long deviceID, int *errorCode, char *buffer, int bufferLength)
static DeviceAliasAPI * getInstance()
virtual void setDeviceAlias(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