#include <aero3_command.h>
|
| std::vector< int16_t > | actuateByPosition (uint16_t _time, int16_t *_data) |
| |
| std::vector< int16_t > | actuateBySpeed (int16_t *_data) |
| |
| | AeroCommand () |
| |
| void | closePort () |
| |
| void | flushPort () |
| |
| std::vector< uint16_t > | getCurrent (uint8_t _number) |
| |
| std::vector< int16_t > | getPosition (uint8_t _number) |
| |
| std::vector< uint16_t > | getStatus (uint8_t _number) |
| |
| std::vector< uint16_t > | getTemperatureVoltage (uint8_t _number) |
| |
| std::string | getVersion (uint8_t _number) |
| |
| void | onServo (uint8_t _number, uint16_t _data) |
| |
| bool | openPort (std::string _port, unsigned int _baud_rate) |
| |
| void | runScript (uint8_t _number, uint16_t _data) |
| |
| void | setCurrent (uint8_t _number, uint8_t _max, uint8_t _down) |
| |
| void | throughCAN (uint8_t _send_no, uint8_t _command, uint8_t _data1, uint8_t _data2, uint8_t _data3, uint8_t _data4, uint8_t _data5) |
| |
| | ~AeroCommand () |
| |
Definition at line 43 of file aero3_command.h.
◆ AeroCommand()
| AeroCommand::AeroCommand |
( |
| ) |
|
◆ ~AeroCommand()
| AeroCommand::~AeroCommand |
( |
| ) |
|
◆ actuateByPosition()
| std::vector< int16_t > AeroCommand::actuateByPosition |
( |
uint16_t |
_time, |
|
|
int16_t * |
_data |
|
) |
| |
◆ actuateBySpeed()
| std::vector< int16_t > AeroCommand::actuateBySpeed |
( |
int16_t * |
_data | ) |
|
◆ closePort()
| void AeroCommand::closePort |
( |
| ) |
|
◆ flushPort()
| void AeroCommand::flushPort |
( |
| ) |
|
◆ getCurrent()
| std::vector< uint16_t > AeroCommand::getCurrent |
( |
uint8_t |
_number | ) |
|
◆ getPosition()
| std::vector< int16_t > AeroCommand::getPosition |
( |
uint8_t |
_number | ) |
|
◆ getStatus()
| std::vector< uint16_t > AeroCommand::getStatus |
( |
uint8_t |
_number | ) |
|
◆ getTemperatureVoltage()
| std::vector< uint16_t > AeroCommand::getTemperatureVoltage |
( |
uint8_t |
_number | ) |
|
◆ getVersion()
| std::string AeroCommand::getVersion |
( |
uint8_t |
_number | ) |
|
◆ onServo()
| void AeroCommand::onServo |
( |
uint8_t |
_number, |
|
|
uint16_t |
_data |
|
) |
| |
◆ openPort()
| bool AeroCommand::openPort |
( |
std::string |
_port, |
|
|
unsigned int |
_baud_rate |
|
) |
| |
◆ runScript()
| void AeroCommand::runScript |
( |
uint8_t |
_number, |
|
|
uint16_t |
_data |
|
) |
| |
◆ setCurrent()
| void AeroCommand::setCurrent |
( |
uint8_t |
_number, |
|
|
uint8_t |
_max, |
|
|
uint8_t |
_down |
|
) |
| |
◆ throughCAN()
| void AeroCommand::throughCAN |
( |
uint8_t |
_send_no, |
|
|
uint8_t |
_command, |
|
|
uint8_t |
_data1, |
|
|
uint8_t |
_data2, |
|
|
uint8_t |
_data3, |
|
|
uint8_t |
_data4, |
|
|
uint8_t |
_data5 |
|
) |
| |
◆ check_sum_
| unsigned int aero::controller::AeroCommand::check_sum_ |
|
private |
◆ comm_err_
| bool aero::controller::AeroCommand::comm_err_ |
◆ count_
| unsigned int aero::controller::AeroCommand::count_ |
|
private |
◆ is_open_
| bool aero::controller::AeroCommand::is_open_ |
◆ length_
| unsigned int aero::controller::AeroCommand::length_ |
|
private |
◆ send_data_
| std::vector<uint8_t> aero::controller::AeroCommand::send_data_ |
|
private |
◆ serial_com_
The documentation for this class was generated from the following files: