Simulated Reality SDK 7500c78d v1.30.2.51085 2024-04-26T11:23:03Z
Stable
Public Member Functions | List of all members
SR::CameraControllerUnavailableException Class Reference

Class of Exception which indicates the CameraController can not be used at this point in time. More...

#include <cameracontroller.h>

Inheritance diagram for SR::CameraControllerUnavailableException:
[legend]
Collaboration diagram for SR::CameraControllerUnavailableException:
[legend]

Public Member Functions

 CameraControllerUnavailableException (std::string identifier)
 Construct a new CameraControllerUnavailableException. More...
 
- Public Member Functions inherited from SR::Exception
 Exception (const char *message)
 Constructor (C strings). More...
 
 Exception (const std::string &message)
 Constructor (C++ STL strings). More...
 
virtual ~Exception () throw ()
 Destructor. Virtual to allow for subclassing. More...
 
virtual const char * what () const throw ()
 Returns a pointer to the (constant) error description. More...
 

Additional Inherited Members

- Protected Attributes inherited from SR::Exception
std::string errorMessage
 Error message. More...
 

Detailed Description

Class of Exception which indicates the CameraController can not be used at this point in time.

Also occurs when the CameraController is already controlled by some other (part of the) application.

Constructor & Destructor Documentation

◆ CameraControllerUnavailableException()

SR::CameraControllerUnavailableException::CameraControllerUnavailableException ( std::string  identifier)

Construct a new CameraControllerUnavailableException.

Parameters
identifierindicates which Camera is unavailable

The documentation for this class was generated from the following file: