Motion Master
|
This is the complete list of members for OsCommand, including all inherited members.
Command enum name | OsCommand | |
get_error_code() | OsCommand | |
get_uint16_response_data() | OsCommand | |
get_uint32_response_data() | OsCommand | |
get_uint8_response_data() | OsCommand | |
OsCommand(Cia402Drive &cia402_drive, uint8_t *command_bytes, uint32_t timeout_in_ms=1000, bool auto_abort=false, bool wait=true, const std::function< void()> &started_callback={}, const std::function< void(uint8_t)> &progress_callback={}) | OsCommand | |
OsCommand(Cia402Drive &cia402_drive, uint32_t timeout_in_ms=1000, bool auto_abort=false, bool wait=true, const std::function< void()> &started_callback={}, const std::function< void(uint8_t)> &progress_callback={}) | OsCommand | explicit |
OsCommand(Cia402Drive &cia402_drive, Command command, uint8_t command_byte_1=0, uint8_t command_byte_2=0, uint8_t command_byte_3=0, uint8_t command_byte_4=0, uint8_t command_byte_5=0, uint8_t command_byte_6=0, uint8_t command_byte_7=0, uint32_t timeout_in_ms=1000, bool auto_abort=false, bool wait=true, const std::function< void()> &started_callback={}, const std::function< void(uint8_t)> &progress_callback={}) | OsCommand | |
response_data() | OsCommand | |
run() | OsCommand | |
set_auto_abort(bool auto_abort) | OsCommand | |
set_command(const std::string &command) | OsCommand | |
set_command(uint8_t *command_bytes) | OsCommand | |
set_command(Command command, uint8_t command_byte_1=0, uint8_t command_byte_2=0, uint8_t command_byte_3=0, uint8_t command_byte_4=0, uint8_t command_byte_5=0, uint8_t command_byte_6=0, uint8_t command_byte_7=0) | OsCommand | |
set_command_uint32_value(uint32_t value) | OsCommand | |
set_timeout(uint32_t timeout_in_ms) | OsCommand | |
set_wait(bool wait) | OsCommand |