mavsdk::MavlinkPassthrough::CommandInt Struct Reference ​
#include: mavlink_passthrough.h
Type for MAVLink command_int.
Data Fields ​
uint8_t target_sysid - System ID to send command to.
uint8_t target_compid - Component ID to send command to.
uint16_t command - command to send.
MAV_FRAME frame -
float param1 - param1.
float param2 - param2.
float param3 - param3.
float param4 - param4.
int32_t x - x.
int32_t y - y.
float z - z.
Field Documentation ​
target_sysid ​
cpp
uint8_t mavsdk::MavlinkPassthrough::CommandInt::target_sysidSystem ID to send command to.
target_compid ​
cpp
uint8_t mavsdk::MavlinkPassthrough::CommandInt::target_compidComponent ID to send command to.
command ​
cpp
uint16_t mavsdk::MavlinkPassthrough::CommandInt::commandcommand to send.
frame ​
cpp
MAV_FRAME mavsdk::MavlinkPassthrough::CommandInt::frameFrame of command.
param1 ​
cpp
float mavsdk::MavlinkPassthrough::CommandInt::param1param1.
param2 ​
cpp
float mavsdk::MavlinkPassthrough::CommandInt::param2param2.
param3 ​
cpp
float mavsdk::MavlinkPassthrough::CommandInt::param3param3.
param4 ​
cpp
float mavsdk::MavlinkPassthrough::CommandInt::param4param4.
x ​
cpp
int32_t mavsdk::MavlinkPassthrough::CommandInt::xx.
y ​
cpp
int32_t mavsdk::MavlinkPassthrough::CommandInt::yy.
z ​
cpp
float mavsdk::MavlinkPassthrough::CommandInt::zz.

