#include <rcsc/types.h>
#include <string>
#include <vector>
#include <utility>
#include <iostream>
ネームスペース | |
namespace | rcsc |
構成 | |
class | rcsc::CoachCommand |
abstract coach command class [詳細] | |
class | rcsc::CoachInitCommand |
coach's connection command [詳細] | |
class | rcsc::CoachByeCommand |
command to disconnect [詳細] | |
class | rcsc::CoachCheckBallCommand |
command to require ball status [詳細] | |
class | rcsc::CoachLookCommand |
commad to require field status [詳細] | |
class | rcsc::CoachTeamNamesCommand |
command to require team names [詳細] | |
class | rcsc::CoachEyeCommand |
command to enable/disable coach's eye [詳細] | |
class | rcsc::CoachChangePlayerTypeCommand |
command to change player type [詳細] | |
class | rcsc::CoachChangePlayerTypesCommand |
command to change player type [詳細] | |
class | rcsc::CoachSayCommand |
coach's say command for CLang [詳細] | |
class | rcsc::CoachTeamGraphicCommand |
command to send a tile of xpm team graphic [詳細] | |
class | rcsc::CoachCompressionCommand |
command to set message compression level [詳細] | |
class | rcsc::CoachDoneCommand |
command to send done command for (think) message in synch_mode [詳細] |