#include <crtp.h>
Public Member Functions | |
| crtpCommanderHighLevelGoToRequest (uint8_t groupMask, bool relative, float x, float y, float z, float yaw, float duration) | |
Public Attributes | |
| const uint8_t | command |
| float | duration |
| uint8_t | groupMask |
| const crtp | header |
| uint8_t | relative |
| float | x |
| float | y |
| float | yaw |
| float | z |
| crtpCommanderHighLevelGoToRequest::crtpCommanderHighLevelGoToRequest | ( | uint8_t | groupMask, |
| bool | relative, | ||
| float | x, | ||
| float | y, | ||
| float | z, | ||
| float | yaw, | ||
| float | duration | ||
| ) | [inline] |
| const uint8_t crtpCommanderHighLevelGoToRequest::command |