OSVR-Core
Public Member Functions | List of all members
osvr::pluginkit::ImagingInterface Class Reference

A class wrapping an imaging interface for a device. More...

#include <ImagingInterface.h>

Public Member Functions

 ImagingInterface (OSVR_ImagingDeviceInterface iface=NULL)
 Default constructor or constructor from an existing OSVR_ImagingDeviceInterface (assumed to be registered with an OSVR_DeviceInitOptions already)
 
 ImagingInterface (OSVR_DeviceInitOptions opts, OSVR_ChannelCount numSensors=1)
 Constructor that registers an imaging interface with the device init options object. More...
 
void send (DeviceToken &dev, ImagingMessage const &message, OSVR_TimeValue const &timestamp)
 Send method - usually called by osvr::pluginkit::DeviceToken::send()
 

Detailed Description

A class wrapping an imaging interface for a device.

Constructor & Destructor Documentation

§ ImagingInterface()

osvr::pluginkit::ImagingInterface::ImagingInterface ( OSVR_DeviceInitOptions  opts,
OSVR_ChannelCount  numSensors = 1 
)
inlineexplicit

Constructor that registers an imaging interface with the device init options object.


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