|
| DeviceInformationFeatureAdapter (DeviceInformationFeatureInterface *intf, const FeatureFamily &f, Protocol *p, Bus *b, unsigned short instanceIndex) |
|
int | getCommandList (int *errorCode, std::uint32_t *buffer, int bufferLength) |
|
std::uint32_t | getIntegrationTimeStepSize (int *errorCode) |
|
int | getManufacturerString (int *errorCode, char *buffer, int bufferLength) |
|
int | getModelString (int *errorCode, char *buffer, int bufferLength) |
|
int | getOriginalManufacturerString (int *errorCode, char *buffer, int bufferLength) |
|
int | getOriginalModelString (int *errorCode, char *buffer, int bufferLength) |
|
std::uint16_t | getOriginalPID (int *errorCode) |
|
std::uint16_t | getOriginalVID (int *errorCode) |
|
std::uint16_t | getPID (int *errorCode) |
|
std::uint16_t | getVID (int *errorCode) |
|
void | resetDevice (int *errorCode) |
|
void | setManufacturerString (int *errorCode, char *buffer, int bufferLength) |
|
void | setModelString (int *errorCode, char *buffer, int bufferLength) |
|
void | setPID (int *errorCode, std::uint16_t pid) |
|
void | setVID (int *errorCode, std::uint16_t vid) |
|
Public Member Functions inherited from oceandirect::api::FeatureAdapterTemplate< DeviceInformationFeatureInterface > |
| FeatureAdapterTemplate (DeviceInformationFeatureInterface *featureInterface, const FeatureFamily &f, Protocol *p, Bus *b, unsigned short instanceIndex) |
|
DeviceInformationFeatureInterface * | getFeature () |
|
virtual FeatureFamily & | getFeatureFamily () |
|
virtual long | getID () |
|