Implementation of action of Double Pole Cart. More...
Public Types | |
| enum | actions { backward , forward } |
Public Attributes | |
| Action::actions | action |
Static Public Attributes | |
| static const size_t | size = 2 |
Implementation of action of Double Pole Cart.
Definition at line 91 of file double_pole_cart.hpp.
| enum actions |
| Enumerator | |
|---|---|
| backward | |
| forward | |
Definition at line 94 of file double_pole_cart.hpp.
| Action::actions action |
Definition at line 100 of file double_pole_cart.hpp.
Referenced by DoublePoleCart::Dsdt().
|
static |
Definition at line 103 of file double_pole_cart.hpp.