Overte C++ Documentation
OctreeServerConsts.h
1 //
2 // OctreeServerConsts.h
3 // assignment-client/src/octree
4 //
5 // Created by Brad Hefta-Gaub on 12/4/13.
6 // Copyright 2013 High Fidelity, Inc.
7 //
8 // Distributed under the Apache License, Version 2.0.
9 // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
10 //
11 
12 #ifndef hifi_OctreeServerConsts_h
13 #define hifi_OctreeServerConsts_h
14 
15 #include <SharedUtil.h>
16 #include <NodeList.h> // for MAX_PACKET_SIZE
17 
18 const int MAX_FILENAME_LENGTH = 1024;
19 
26 const int INTERVALS_PER_SECOND = 90;
27 const int OCTREE_SEND_INTERVAL_USECS = (1000 * 1000)/INTERVALS_PER_SECOND;
28 
29 #endif // hifi_OctreeServerConsts_h