LIBRCSC Docs
Documentation for HELIOS's BASE LIBRCSC library for RoboCup 2D Simulation League.
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Classes
monitor_command.h File Reference

monitor command classes Header File More...

#include <rcsc/types.h>
#include <iostream>
#include <string>
Include dependency graph for monitor_command.h:

Go to the source code of this file.

Classes

class  rcsc::MonitorCommand
 abstract monitor command class More...
 
class  rcsc::MonitorInitCommand
 initial connection command More...
 
class  rcsc::MonitorByeCommand
 disconnection command More...
 
class  rcsc::MonitorKickOffCommand
 game start command More...
 
class  rcsc::MonitorDropBallCommand
 drop ball at the specified point on the pitch. More...
 
class  rcsc::MonitorFreeKickCommand
 freekick awarded at the specified point on the pitch. More...
 
class  rcsc::MonitorMovePlayerCommand
 command to move player on the pitch More...
 
class  rcsc::MonitorDiscardPlayerCommand
 command to disscard a player from the server More...
 
class  rcsc::MonitorCardCommand
 command to give yellow/red card to a player More...
 
class  rcsc::MonitorCompressionCommand
 set compression level for sserver message More...
 

Detailed Description

monitor command classes Header File