class P1::CameraSdk::SdkEventType
Overview
EventTypes that relate to the SDK, independent of a specific camera. More…
#include <C_P1CameraCommonEventTypes.h> class SdkEventType: public P1::CameraSdk::BaseEventType { public: // fields static SdkEventType const SdkWakeUp; static SdkEventType const SdkCameraFound; static SdkEventType const SdkCameraRemoved; static SdkEventType const SdkCameraOpened; static SdkEventType const SdkCameraClosed; };
Inherited Members
public: // enums enum Category; // fields uint32_t const id; Category const category; // methods MSVC_ALLOW_PUBLIC_STL(std::string const name); bool operator == (BaseEventType const& other) const; bool operator != (BaseEventType const& other) const; virtual void dummy();
Detailed Documentation
EventTypes that relate to the SDK, independent of a specific camera.
Fields
static SdkEventType const SdkWakeUp
The thread blocked in WaitForNotification was woken up another threads call to WakeUpWaitingThread
static SdkEventType const SdkCameraFound
A camera was connected to the computer
static SdkEventType const SdkCameraRemoved
A camera was removed from the computer
static SdkEventType const SdkCameraOpened
A camera was opened by the SDK (on this computer)
static SdkEventType const SdkCameraClosed
A camera was closed by the SDK (on this computer)