Classes | |
| class | UavControlOptions |
| Options of UavControl. More... | |
| class | UavPosiControlIn |
| class | UavYawControlIn |
| class | UavControlOut |
| class | UavControlPar |
| class | UavControlVar |
| class | UavControl |
Enumerations | |
| enum | UavTypes { UAV_TYPES_SWARMSIM, UAV_TYPES_MIKROKOP, UAV_TYPES_HUMBIRD, UAV_TYPES_NUM } |
| Enumerates the types of uav. More... | |
| enum | UavControlTypes { UAV_CTRL_TYPE_POS, UAV_CTRL_TYPE_VEL, UAV_CTRL_TYPE_ACC, UAV_CTRL_TYPE_NUM } |
Variables | |
| static const char * | UavTypesNames [UAV_TYPES_NUM] |
| static const char * | UavControlTypesNames [UAV_CTRL_TYPE_NUM] |
| enum UavControlTypes |
| enum UavTypes |
const char* UavControlTypesNames[UAV_CTRL_TYPE_NUM] [static] |
Initial value:
{
"Uav Position Control",
"Uav Velocity Control",
"Uav Acceleration Control"
}
const char* UavTypesNames[UAV_TYPES_NUM] [static] |
Initial value:
{
"SwarmSim quadcopter",
"Mikrokopter",
"HummingBird"
}
1.5.6