00001 /** 00002 * @file GT2004BallLocatorDebugData.h 00003 * Contains action IDs for GT2004BallLocator debugging 00004 * 00005 * @author <a href="mailto:stefanuhrig@gmx.net">Stefan Uhrig</a> 00006 */ 00007 //------------------------------------------------------------------------------ 00008 #ifndef GT2004DEBUGDATA_H_INCLUDED 00009 #define GT2004DEBUGDATA_H_INCLUDED 00010 //------------------------------------------------------------------------------ 00011 //------------------------------------------------------------------------------ 00012 /** 00013 * @class GT2004BallLocatorDebugData 00014 * Contains action IDs for GT2004BallLocator debugging 00015 */ 00016 class GT2004BallLocatorDebugData 00017 { 00018 public: 00019 enum Action 00020 { 00021 idRequestParameters, 00022 idSendingParameters, 00023 idSetParameters, 00024 idFilterState, 00025 idGT2004Message 00026 }; 00027 }; 00028 //------------------------------------------------------------------------------ 00029 #endif 00030 //------------------------------------------------------------------------------