#include <Stopwatch.h>
Public Types | |
| enum | StopwatchEventID { imageProcessor, sensorDataProcessor, ballLocator, teamBallLocator, selfLocator, playersLocator, obstaclesLocator, behaviorControl, motionControl, soundControl, specialVision, perceptBehaviorControl, sensorBehaviorControl, headControl, collisionDetector, robotStateDetector, numberOfStopwatchEventIDs } |
Static Public Member Functions | |
| DebugKeyTable::debugKeyID | getDebugKeyID (enum StopwatchEventID stopwatchEventID) |
| const char * | getStopwatchEventIDName (enum StopwatchEventID stopwatchEventID) |
Definition at line 20 of file Stopwatch.h.
|
|
Definition at line 23 of file Stopwatch.h. |
|
|
Definition at line 45 of file Stopwatch.h. References ASSERT, ballLocator, behaviorControl, collisionDetector, headControl, imageProcessor, motionControl, obstaclesLocator, perceptBehaviorControl, playersLocator, robotStateDetector, sensorBehaviorControl, sensorDataProcessor, soundControl, specialVision, and teamBallLocator. |
|
|
Definition at line 73 of file Stopwatch.h. References ballLocator, behaviorControl, collisionDetector, headControl, imageProcessor, motionControl, obstaclesLocator, perceptBehaviorControl, playersLocator, robotStateDetector, sensorBehaviorControl, sensorDataProcessor, soundControl, specialVision, and teamBallLocator. |
1.3.6