OSVR Framework (Internal Development Docs)  0.6-1962-g59773924
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
osvr::common::InterfaceCallbacks Class Reference

Class to maintain callbacks for an interface for each report type explicitly enumerated. More...

#include <osvr/Common/InterfaceCallbacks.h>

Public Member Functions

template<typename CallbackType >
void addCallback (CallbackType cb, void *userdata)
 
template<typename ReportType >
void triggerCallbacks (util::time::TimeValue const &timestamp, ReportType const &report) const
 
template<typename ReportType >
std::size_t getNumCallbacksFor (ReportType const &) const
 

Detailed Description

Class to maintain callbacks for an interface for each report type explicitly enumerated.

Definition at line 57 of file InterfaceCallbacks.h.


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