![]() |
Raytrix RayCam SDK
v2.1.0
|
#include "Rx.RayCam.Interface/IDriver.h"
#include "Rx.RayCam.Interface/IStatusHandlerFunction.h"
#include "Rx.Interop.Runtime31/IException.h"
#include "Rx.Interop.Runtime28/RxImageTypes.h"
#include <string>
Go to the source code of this file.
Namespaces | |
Rx | |
Rx::RayCam | |
Macros | |
#define | DLL_API __declspec(dllimport) |
Functions | |
DLL_API void | Rx::RayCam::AddInfoLogMessage (int iInfoLevel, std::string sMsg) |
Adds an information log message. More... | |
DLL_API void | Rx::RayCam::AddStatusMessageHandler (TStatusMessageCallback pFunc, void *pvContext) |
Registers a status message callback Function. This function will be called when a new Status Message is fired. More... | |
DLL_API Rx::RayCam::IDriver * | Rx::RayCam::CreateDriver (void) |
Creates the driver object. The default order to create a camera would be: More... | |
DLL_API void | Rx::RayCam::ReleaseDriver (void) |
Releases and cleans up the driver and disconnects all attached cameras. More... | |
DLL_API void | Rx::RayCam::RemoveStatusMessageHandler (TStatusMessageCallback pFunc, void *pvContext) |
Removes a registered message callback function. More... | |
DLL_API void | Rx::RayCam::SetInfoLogLevel (int iErrorLevel) |
Set the Info log Level. More... | |
#define DLL_API __declspec(dllimport) |