#include <intercept_table.h>
Public 型 | |
enum | Mode { NORMAL = 0, EXHAUST = 100 } |
Public メソッド | |
InterceptInfo (const Mode mode, const int turn_cycle, const int dash_cycle, const double &dash_power) | |
construct with all variables | |
Mode | mode () const |
get interception mode Id | |
int | turnCycle () const |
get estimated total turn cycles | |
int | dashCycle () const |
get estimated total dash cycles | |
int | reachCycle () const |
const double & | dashPower () const |
get dash power to be used |
Mode rcsc::InterceptInfo::mode | ( | ) | const [inline] |
get interception mode Id
int rcsc::InterceptInfo::turnCycle | ( | ) | const [inline] |
get estimated total turn cycles
int rcsc::InterceptInfo::dashCycle | ( | ) | const [inline] |
get estimated total dash cycles
const double& rcsc::InterceptInfo::dashPower | ( | ) | const [inline] |
get dash power to be used