35 #ifndef SNAV_FCI_RPM_COMMAND_HPP_
36 #define SNAV_FCI_RPM_COMMAND_HPP_
40 #include "api/tx_commands/tx_command.hpp"
59 rpms.assign(num_cmds, 0);
69 #endif // SNAV_FCI_RPM_COMMAND_HPP_
Definition: tx_command.hpp:41
RpmCommand(size_t num_cmds)
Default constructor.
Definition: rpm_command.hpp:56
std::vector< int > rpms
Definition: rpm_command.hpp:62
Structure containing the inputs to the sn_send_esc_rpm() Qualcomm Navigator API function.
Definition: rpm_command.hpp:49