#include <player_command.h>
rcsc::PlayerDashCommandに対する継承グラフ
Public メソッド | |
PlayerDashCommand (const double &power) | |
construct with dash power | |
Type | type () const |
get command type | |
std::ostream & | toStr (std::ostream &to) const |
put command string to ostream | |
std::string | name () const |
get command name | |
double | dashPower () const |
get dash command parameter |
Format: <- (dash <power>)
rcsc::PlayerDashCommand::PlayerDashCommand | ( | const double & | power | ) | [inline, explicit] |
construct with dash power
power | dash power |
Type rcsc::PlayerDashCommand::type | ( | ) | const [inline, virtual] |
std::ostream & rcsc::PlayerDashCommand::toStr | ( | std::ostream & | to | ) | const [virtual] |
put command string to ostream
to | reference to the output stream |
rcsc::PlayerBodyCommandを実装しています。
std::string rcsc::PlayerDashCommand::name | ( | ) | const [inline, virtual] |
double rcsc::PlayerDashCommand::dashPower | ( | ) | const [inline, virtual] |