44 using boost::asio::serial_port_base;
bool param(const std::string ¶m_name, T ¶m_val, const T &default_val)
void close()
Stops communication and closes the port.
MavROSflight(MavlinkComm &mavlink_comm, uint8_t sysid=1, uint8_t compid=50)
Instantiates the class and begins communication on the specified serial port.
~MavROSflight()
Stops communication and closes the serial port before the object is destroyed.