Panda3D
 All Classes Functions Variables Enumerations
dcmsgtypes.h
1 // Filename: dcmsgtypes.h
2 // Created by: drose (18May04)
3 //
4 ////////////////////////////////////////////////////////////////////
5 //
6 // PANDA 3D SOFTWARE
7 // Copyright (c) Carnegie Mellon University. All rights reserved.
8 //
9 // All use of this software is subject to the terms of the revised BSD
10 // license. You should have received a copy of this license along
11 // with this source code in a file named "LICENSE."
12 //
13 ////////////////////////////////////////////////////////////////////
14 
15 #ifndef DCMSGTYPES_H
16 #define DCMSGTYPES_H
17 
18 // This file defines the server message types used within this module.
19 // It duplicates some symbols defined in MsgTypes.py and
20 // AIMsgTypes.py.
21 
22 #define CLIENT_OBJECT_UPDATE_FIELD 24
23 #define CLIENT_CREATE_OBJECT_REQUIRED 34
24 #define CLIENT_CREATE_OBJECT_REQUIRED_OTHER 35
25 
26 #define STATESERVER_OBJECT_GENERATE_WITH_REQUIRED 2001
27 #define STATESERVER_OBJECT_GENERATE_WITH_REQUIRED_OTHER 2003
28 #define STATESERVER_OBJECT_UPDATE_FIELD 2004
29 #define STATESERVER_OBJECT_CREATE_WITH_REQUIRED_CONTEXT 2050
30 #define STATESERVER_OBJECT_CREATE_WITH_REQUIR_OTHER_CONTEXT 2051
31 #define STATESERVER_BOUNCE_MESSAGE 2086
32 
33 #define CLIENT_OBJECT_GENERATE_CMU 9002
34 
35 #endif
36