![]() |
Raytrix RayCam SDK
v2.1.0
|
Go to the source code of this file.
Data Structures | |
class | Rx::RayCam::IDriver |
Driver class initializes the driver and checks for connected and valid devices. You can search for devices, create or delete devices. More... | |
Namespaces | |
Rx | |
Rx::RayCam | |
Typedefs | |
typedef void(__cdecl * | Rx::RayCam::TCallbackFunctionPnpConnect) (void *callBackOwner, IDevice *newDevice) |
Defines a callback function for new devices. More... | |
typedef void(__cdecl * | Rx::RayCam::TCallbackFunctionPnpDisconnect) (void *callBackOwner, IDevice *removedDevice) |
Defines a callback function for removed devices. More... | |
typedef void(__cdecl * | Rx::RayCam::TErrorCallback) (void *callBackOwner, Rx::Interop::Runtime31::IException &ex, Rx::RayCam::IDevice *throwingDevice) |
This is the error callback function. More... | |