|
Jafar
|
config state data More...
config state data
| updateStep | current update step |
| wpId | current waypoint id |
| distanceOnTraj | position of the formation on the trajectory |
| plannedMod | true if in planned mode |
| planStep | current step in planned mode |
| finalPlanStep | final step for reconfiguration |
| Dmin | minimum distance between aircraft |
| Dmax | maximum distance between aircraft |
| corridor | current corridor width |
| meanRefreshTime | mean time between two update steps |
| meanTransitionTime | mean time between two steps in planned mode |
Definition at line 54 of file config.hpp.
#include <config.hpp>
Public Attributes | |
| int | updateStep |
| int | wpId |
| double | distanceOnTraj |
| bool | plannedMode |
| int | planStep |
| int | finalPlanStep |
| bool | splitRunning |
| bool | splitReady |
| double | Dmin |
| double | Dmax |
| double | corridor |
| double | meanRefreshTime |
| double | meanTransitionTime |
| std::list< unprotectedSlot > | unprotected |
| Generated on Wed Oct 15 2014 00:37:44 for Jafar by doxygen 1.7.6.1 |
|