|
QGroundControl
Ground Control Station for MAVLink Drones
|
This is the complete list of members for MavCommandQueue, including all inherited members.
| commandResult(int vehicleId, int targetComponent, int command, int ackResult, int failureCode) | MavCommandQueue | signal |
| failureCodeToString(MavCmdResultFailureCode_t failureCode) | MavCommandQueue | static |
| findEntryIndex(int targetCompId, MAV_CMD command) const | MavCommandQueue | |
| handleCommandAck(const mavlink_message_t &message, const mavlink_command_ack_t &ack) | MavCommandQueue | |
| isPending(int targetCompId, MAV_CMD command) const | MavCommandQueue | |
| kMaxRetryCount | MavCommandQueue | static |
| kTestAckTimeoutMs | MavCommandQueue | static |
| kTestMaxWaitMs | MavCommandQueue | static |
| MavCmdAckHandlerInfo_t typedef | VehicleTypes | |
| MavCmdProgressHandler typedef | VehicleTypes | |
| MavCmdResultCommandResultOnly enum value | VehicleTypes | |
| MavCmdResultFailureCode_t enum name | VehicleTypes | |
| MavCmdResultFailureDuplicateCommand enum value | VehicleTypes | |
| MavCmdResultFailureNoResponseToCommand enum value | VehicleTypes | |
| MavCmdResultHandler typedef | VehicleTypes | |
| MavCommandQueue(Vehicle *vehicle) | MavCommandQueue | explicit |
| RequestMessageFailureCommandError enum value | VehicleTypes | |
| RequestMessageFailureCommandNotAcked enum value | VehicleTypes | |
| RequestMessageFailureDuplicate enum value | VehicleTypes | |
| RequestMessageFailureMessageNotReceived enum value | VehicleTypes | |
| RequestMessageNoFailure enum value | VehicleTypes | |
| RequestMessageResultHandler typedef | VehicleTypes | |
| RequestMessageResultHandlerFailureCode_t enum name | VehicleTypes | |
| sendCommand(int compId, MAV_CMD command, bool showError, float param1=0.0f, float param2=0.0f, float param3=0.0f, float param4=0.0f, float param5=0.0f, float param6=0.0f, float param7=0.0f) | MavCommandQueue | |
| sendCommandDelayed(int compId, MAV_CMD command, bool showError, int milliseconds, float param1=0.0f, float param2=0.0f, float param3=0.0f, float param4=0.0f, float param5=0.0f, float param6=0.0f, float param7=0.0f) | MavCommandQueue | |
| sendCommandInt(int compId, MAV_CMD command, MAV_FRAME frame, bool showError, float param1, float param2, float param3, float param4, double param5, double param6, float param7) | MavCommandQueue | |
| sendCommandIntWithHandler(const MavCmdAckHandlerInfo_t *ackHandlerInfo, int compId, MAV_CMD command, MAV_FRAME frame, float param1=0.0f, float param2=0.0f, float param3=0.0f, float param4=0.0f, double param5=0.0, double param6=0.0, float param7=0.0f) | MavCommandQueue | |
| sendCommandWithHandler(const MavCmdAckHandlerInfo_t *ackHandlerInfo, int compId, MAV_CMD command, float param1=0.0f, float param2=0.0f, float param3=0.0f, float param4=0.0f, float param5=0.0f, float param6=0.0f, float param7=0.0f) | MavCommandQueue | |
| sendCommandWithLambdaFallback(std::function< void()> lambda, int compId, MAV_CMD command, bool showError, float param1=0.0f, float param2=0.0f, float param3=0.0f, float param4=0.0f, float param5=0.0f, float param6=0.0f, float param7=0.0f) | MavCommandQueue | |
| sendWorker(bool commandInt, bool showError, const MavCmdAckHandlerInfo_t *ackHandlerInfo, int compId, MAV_CMD command, MAV_FRAME frame, float param1, float param2, float param3, float param4, double param5, double param6, float param7) | MavCommandQueue | |
| showCommandAckError(const mavlink_command_ack_t &ack) | MavCommandQueue | static |
| stop() | MavCommandQueue | |
| versionNotSetValue | VehicleTypes | static |
| ~MavCommandQueue() | MavCommandQueue |