OSVR-Core
DefaultPort.h
Go to the documentation of this file.
1 
14 // Copyright 2016 Sensics, Inc.
15 //
16 // Licensed under the Apache License, Version 2.0 (the "License");
17 // you may not use this file except in compliance with the License.
18 // You may obtain a copy of the License at
19 //
20 // http://www.apache.org/licenses/LICENSE-2.0
21 //
22 // Unless required by applicable law or agreed to in writing, software
23 // distributed under the License is distributed on an "AS IS" BASIS,
24 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
25 // See the License for the specific language governing permissions and
26 // limitations under the License.
27 
28 #ifndef INCLUDED_DefaultPort_h_GUID_6DE29AB7_FE01_47BE_93BA_A1BA7589DD0C
29 #define INCLUDED_DefaultPort_h_GUID_6DE29AB7_FE01_47BE_93BA_A1BA7589DD0C
30 
31 // Internal Includes
32 // - none
33 
34 // Library/third-party includes
35 // - none
36 
37 // Standard includes
38 // - none
39 
40 namespace osvr {
41 namespace util {
42  enum {
45  DefaultVRPNPort = 3883
46  };
47 } // namespace util
48 } // namespace osvr
49 
50 #endif // INCLUDED_DefaultPort_h_GUID_6DE29AB7_FE01_47BE_93BA_A1BA7589DD0C
Definition: RunLoopManager.h:42
The main namespace for all C++ elements of the framework, internal and external.
Definition: namespace_osvr.dox:3
Definition: DefaultPort.h:44