Panda3D
 All Classes Functions Variables Enumerations
dcmsgtypes.h
00001 // Filename: dcmsgtypes.h
00002 // Created by:  drose (18May04)
00003 //
00004 ////////////////////////////////////////////////////////////////////
00005 //
00006 // PANDA 3D SOFTWARE
00007 // Copyright (c) Carnegie Mellon University.  All rights reserved.
00008 //
00009 // All use of this software is subject to the terms of the revised BSD
00010 // license.  You should have received a copy of this license along
00011 // with this source code in a file named "LICENSE."
00012 //
00013 ////////////////////////////////////////////////////////////////////
00014 
00015 #ifndef DCMSGTYPES_H
00016 #define DCMSGTYPES_H
00017 
00018 // This file defines the server message types used within this module.
00019 // It duplicates some symbols defined in MsgTypes.py and
00020 // AIMsgTypes.py.
00021 
00022 #define CLIENT_OBJECT_UPDATE_FIELD                        24
00023 #define CLIENT_CREATE_OBJECT_REQUIRED                     34
00024 #define CLIENT_CREATE_OBJECT_REQUIRED_OTHER               35
00025 
00026 #define STATESERVER_OBJECT_GENERATE_WITH_REQUIRED         2001
00027 #define STATESERVER_OBJECT_GENERATE_WITH_REQUIRED_OTHER   2003
00028 #define STATESERVER_OBJECT_UPDATE_FIELD                   2004
00029 #define STATESERVER_OBJECT_CREATE_WITH_REQUIRED_CONTEXT   2050
00030 #define STATESERVER_OBJECT_CREATE_WITH_REQUIR_OTHER_CONTEXT  2051
00031 #define STATESERVER_BOUNCE_MESSAGE                        2086
00032 
00033 #define CLIENT_OBJECT_GENERATE_CMU                        9002
00034 
00035 #endif
00036 
 All Classes Functions Variables Enumerations