|
Jafar
|
FormationCommand only contains information for formation control. More...
FormationCommand only contains information for formation control.
Definition at line 116 of file formation.hpp.
#include <formation.hpp>
Public Member Functions | |
| FormationCommand (int id_, Slot slot_, std::vector< int > jamEWid_, std::vector< int > jamTFid_) | |
| int | getId () const |
| std::vector< double > | getSlotPosition () const |
| Slot | getSlot () const |
| std::vector< int > | getJamEWid () const |
| std::vector< int > | getJamTFid () const |
Private Attributes | |
| int | id |
| Slot | slot |
| std::vector< int > | jamEWid |
| std::vector< int > | jamTFid |
| Generated on Wed Oct 15 2014 00:37:44 for Jafar by doxygen 1.7.6.1 |
|