25 #ifndef INCLUDED_AnalysisClientContext_h_GUID_6B2A41C3_C718_45AD_223E_4271ABBA8427 26 #define INCLUDED_AnalysisClientContext_h_GUID_6B2A41C3_C718_45AD_223E_4271ABBA8427 53 vrpn_ConnectionPtr
const &conn,
54 common::ClientContextDeleter del);
56 EIGEN_MAKE_ALIGNED_OPERATOR_NEW
58 void m_update()
override;
59 void m_sendRoute(std::string
const &route)
override;
69 void m_handleReleasingInterface(
79 m_roomToWorld = xform;
82 bool m_getStatus()
const override;
85 vrpn_ConnectionPtr m_mainConn;
88 common::BaseDevicePtr m_systemDevice;
113 bool m_started =
false;
118 #endif // INCLUDED_AnalysisClientContext_h_GUID_6B2A41C3_C718_45AD_223E_4271ABBA8427 Definition: RemoteHandlerFactory.h:47
shared_ptr< ClientInterface > ClientInterfacePtr
Pointer for holding ClientInterface objects safely.
Definition: ClientInterfacePtr.h:43
A tree representation, with path/url syntax, of the known OSVR system.
Definition: PathTree.h:43
The main namespace for all C++ elements of the framework, internal and external.
Definition: namespace_osvr.dox:3
Class hiding the details of the interaction of the path tree and interface objects/osvr::client::Inte...
Definition: ClientInterfaceObjectManager.h:59
Object responsible for owning a path tree (specifically a "downstream"/client path tree)...
Definition: PathTreeOwner.h:48
AnalysisClientContext(const char appId[], const char host[], vrpn_ConnectionPtr const &conn, common::ClientContextDeleter del)
Definition: AnalysisClientContext.cpp:50
Definition: ClientContext.h:50
Definition: VRPNConnectionCollection.h:42
BaseDevice component, to be used only with the "OSVR" special device.
Definition: SystemComponent.h:76
Header forward-declaring TimeValue C++ API.
Definition: AnalysisClientContext.h:50