OSVR-Core  0.6-1962-g59773924
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
PortFlags.h File Reference

Header defining some special values that may be passed to some functions that request a port number to potentially append to a host specification. 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. 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::OmitAppendingPort = -2 }
 

Detailed Description

Header defining some special values that may be passed to some functions that request a port number to potentially append to a host specification. 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.

Date
2016
Author
Sensics, Inc. http://sensics.com/osvr

Definition in file PortFlags.h.