00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015 #ifndef CONFIG_CHAN_H
00016 #define CONFIG_CHAN_H
00017
00018 #include "pandabase.h"
00019 #include "notifyCategoryProxy.h"
00020 #include "configVariableBool.h"
00021 #include "configVariableInt.h"
00022
00023
00024 NotifyCategoryDecl(chan, EXPCL_PANDA_CHAN, EXPTP_PANDA_CHAN);
00025
00026 EXPCL_PANDA_CHAN extern ConfigVariableBool compress_channels;
00027 EXPCL_PANDA_CHAN extern ConfigVariableInt compress_chan_quality;
00028 EXPCL_PANDA_CHAN extern ConfigVariableBool read_compressed_channels;
00029 EXPCL_PANDA_CHAN extern ConfigVariableBool interpolate_frames;
00030 EXPCL_PANDA_CHAN extern ConfigVariableBool restore_initial_pose;
00031 EXPCL_PANDA_CHAN extern ConfigVariableInt async_bind_priority;
00032
00033 #endif