35 #ifndef SNAV_FCI_PWM_COMMAND_HPP_
36 #define SNAV_FCI_PWM_COMMAND_HPP_
40 #include "api/tx_commands/tx_command.hpp"
59 pwms.assign(num_cmds, 0);
72 #endif // SNAV_FCI_PWM_COMMAND_HPP_
Definition: tx_command.hpp:41
Structure containing the inputs to the sn_send_esc_pwm() Qualcomm Navigator API function.
Definition: pwm_command.hpp:49
std::vector< int > pwms
Definition: pwm_command.hpp:62
PwmCommand(size_t num_cmds)
Default constructor.
Definition: pwm_command.hpp:56