OSVR-Core
|
Header. More...
#include <osvr/Common/CommonComponent_fwd.h>
#include <osvr/Common/Export.h>
#include <osvr/Common/DeviceComponent.h>
#include <osvr/TypePack/List.h>
#include <osvr/TypePack/TypeKeyedMap.h>
#include <vector>
#include <functional>
Go to the source code of this file.
Classes | |
class | osvr::common::messages::VRPNPing |
class | osvr::common::messages::VRPNPong |
class | osvr::common::messages::VRPNGotFirstConnection |
class | osvr::common::messages::VRPNGotConnection |
class | osvr::common::messages::VRPNDroppedConnection |
class | osvr::common::messages::VRPNDroppedLastConnection |
class | osvr::common::CommonComponent |
BaseDevice component, for the VRPN built-in common messages. More... | |
Namespaces | |
osvr | |
The main namespace for all C++ elements of the framework, internal and external. | |
osvr::common | |
Handles spatial transformations. | |
Typedefs | |
using | osvr::common::messages::CommonComponentMessageTypes = typepack::list< VRPNPing, VRPNPong, VRPNGotFirstConnection, VRPNGotConnection, VRPNDroppedConnection, VRPNDroppedLastConnection > |
List of message types used in the CommonComponent that share the same handler behavior, so we can share registration behavior. More... | |
Header.
using osvr::common::messages::CommonComponentMessageTypes = typedef typepack::list<VRPNPing, VRPNPong, VRPNGotFirstConnection, VRPNGotConnection, VRPNDroppedConnection, VRPNDroppedLastConnection> |
List of message types used in the CommonComponent that share the same handler behavior, so we can share registration behavior.