OSVR-Core
|
Header with default port numbers for OSVR and VRPN. More...
Go to the source code of this file.
Namespaces | |
osvr | |
The main namespace for all C++ elements of the framework, internal and external. | |
osvr::util | |
The Util library: Functionality not necessarily coupled to any particular core library, serving more as a common base layer behind all systems. | |
Enumerations | |
enum | { osvr::util::DefaultOSVRPort = 3883, DefaultVRPNPort = 3883 } |
Header with default port numbers for OSVR and VRPN.
These constants are specified as enums, but named concisely and in "PascalStyle" to avoid collision with ALL_CAPS potential defines, which is safe since they are scoped.