|
struct crtp | __attribute__ ((packed)) |
|
| CHECKSIZE (crtpParamWriteRequest< double >) struct crtpParamValueResponse |
|
| CHECKSIZE (crtpParamWriteV2Request< float >) struct crtpParamValueV2Response |
|
| CHECKSIZE (crtpVelocityWorldSetpointRequest) |
|
| CHECKSIZE (crtpNotifySetpointsStopRequest) |
|
| CHECKSIZE_RESPONSE (crtpParamSetByNameResponse) struct crtpSetpointRequest |
|
| CHECKSIZE_WITH_STATE (crtpParamSetByNameRequest< float >, 2) struct crtpParamSetByNameResponse |
|
constexpr | crtp (uint8_t port, uint8_t channel) |
|
| crtp (uint8_t byte) |
|
| crtpCommanderHighLevelDefineTrajectoryRequest (uint8_t trajectoryId) |
|
| crtpCommanderHighLevelGoToRequest (uint8_t groupMask, bool relative, float x, float y, float z, float yaw, float duration) |
|
| crtpCommanderHighLevelLandRequest (uint8_t groupMask, float height, float duration) |
|
| crtpCommanderHighLevelSetGroupMaskRequest (uint8_t groupMask) |
|
| crtpCommanderHighLevelStartTrajectoryRequest (uint8_t groupMask, bool relative, bool reversed, uint8_t trajectoryId, float timescale) |
|
| crtpCommanderHighLevelStopRequest (uint8_t groupMask) |
|
| crtpCommanderHighLevelTakeoffRequest (uint8_t groupMask, float height, float duration) |
|
| crtpEmergencyStopRequest () |
|
| crtpEmergencyStopWatchdogRequest () |
|
| crtpExternalPosePacked () |
|
| crtpExternalPoseUpdate (float x, float y, float z, float qx, float qy, float qz, float qw) |
|
| crtpExternalPositionPacked () |
|
| crtpExternalPositionUpdate (float x, float y, float z) |
|
| crtpFullStateSetpointRequest (float x, float y, float z, float vx, float vy, float vz, float ax, float ay, float az, float qx, float qy, float qz, float qw, float rollRate, float pitchRate, float yawRate) |
|
| crtpGetDeviceTypeNameRequest () |
|
| crtpGetFirmwareVersionRequest () |
|
| crtpGetProtocolVersionRequest () |
|
| crtpHoverSetpointRequest (float vx, float vy, float yawrate, float zDistance) |
|
| crtpLogAppendBlockV2Request () |
|
| crtpLogCreateBlockRequest () |
|
| crtpLogCreateBlockV2Request () |
|
| crtpLogGetInfoRequest () |
|
| crtpLogGetInfoV2Request () |
|
| crtpLogGetItemRequest (uint8_t id) |
|
| crtpLogGetItemV2Request (uint16_t id) |
|
| crtpLogResetRequest () |
|
| crtpLogStartRequest (uint8_t id, uint8_t period) |
|
| crtpLogStopRequest (uint8_t id) |
|
| crtpMemoryGetInfoRequest (uint8_t memId) |
|
| crtpMemoryGetNumberRequest () |
|
| crtpMemoryReadRequest (uint8_t memId, uint32_t memAddr, uint8_t length) |
|
| crtpMemoryWriteRequest (uint8_t memId, uint32_t memAddr) |
|
| crtpNotifySetpointsStopRequest (uint32_t remainValidMillisecs) |
|
| crtpParamReadRequest (uint8_t id) |
|
| crtpParamReadV2Request (uint16_t id) |
|
| crtpParamSetByNameRequest (const char *group, const char *name, const T &value) |
|
| crtpParamSetByNameRequest (const char *group, const char *name, uint8_t paramType, const void *value, uint8_t valueSize) |
|
| crtpParamTocGetInfoRequest () |
|
| crtpParamTocGetInfoV2Request () |
|
| crtpParamTocGetItemRequest (uint8_t id) |
|
| crtpParamTocGetItemV2Request (uint16_t id) |
|
| crtpParamWriteRequest (uint8_t id, const T &value) |
|
| crtpParamWriteV2Request (uint16_t id, const T &value) |
|
| crtpPositionSetpointRequest (float x, float y, float z, float yaw) |
|
| crtpStopRequest () |
|
| crtpVelocityWorldSetpointRequest (float x, float y, float z, float yawRate) |
|
static bool | match (const Crazyradio::Ack &response) |
|
bool | operator== (const crtpParamTocGetInfoRequest &other) const |
|
bool | operator== (const crtpParamReadRequest &other) const |
|
bool | operator== (const crtpParamTocGetItemRequest &other) const |
|
bool | operator== (const crtp &other) const |
|
bool | operator== (const crtpParamTocGetInfoV2Request &other) const |
|
bool | operator== (const crtpParamReadV2Request &other) const |
|
bool | operator== (const crtpParamTocGetItemV2Request &other) const |
|
bool | operator== (const crtpLogGetInfoV2Request &other) const |
|
bool | operator== (const crtpLogGetInfoRequest &other) const |
|
bool | operator== (const crtpLogGetItemRequest &other) const |
|
bool | operator== (const crtpLogGetItemV2Request &other) const |
|
void | quatdecompress (uint32_t comp, float q[4]) |
|
uint8_t | responseSize () const |
|
uint8_t | size () const |
|