DUNE: Uniform Navigational Environment
2.5.0
|
Public Member Functions | |
Task (const std::string &name, Tasks::Context &ctx) | |
void | onUpdateParameters (void) |
void | onResourceAcquisition (void) |
bool | openSocket (void) |
void | onResourceRelease (void) |
void | onResourceInitialization (void) |
void | consume (const IMC::VehicleMedium *msg) |
bool | write (uint8_t *bfr, int len) |
bool | read (void) |
ParserResults | parse (uint8_t *bfr, uint8_t len) |
bool | interpret (void) |
void | initialize (void) |
void | zero (void) |
void | task (void) |
Public Attributes | |
IO::Handle * | m_handle |
bool | m_echo |
uint8_t | m_msg_read_pressure [5] |
uint8_t | m_msg_read_temperature [5] |
IMC::Pressure | m_pressure |
IMC::Depth | m_depth |
IMC::Temperature | m_temperature |
bool | m_calibrated |
int | m_entity_id |
ParserStates | m_parser_state |
uint8_t | m_parser_cmd |
uint8_t | m_parser_data [c_parser_data_size] |
uint8_t | m_parser_data_len |
uint16_t | m_parser_data_crc |
uint16_t | m_parser_packet_crc |
float | m_channel_readout |
Time::Counter< float > | m_error_wdog |
Arguments | m_args |
unsigned | m_crc_err_count |
Static Public Attributes | |
static const unsigned | c_parser_data_size |
static const unsigned | c_max_crc_err |
|
inline |
|
inline |
References m_calibrated, and zero().
|
inline |
References Sensors::Keller::Arguments::address, Sensors::Keller::CMD_CONFIRMATION_FOR_INITIALIZATION, Sensors::Keller::CMD_READ_SERIAL_NUMBER, m_args, m_handle, read(), and write().
Referenced by interpret(), and onResourceInitialization().
|
inline |
|
inline |
|
inline |
References initialize(), and m_crc_err_count.
|
inline |
References m_handle.
Referenced by onResourceAcquisition().
|
inline |
|
inline |
References m_args, m_handle, and Sensors::Keller::Arguments::uart_dev.
Referenced by onResourceAcquisition().
|
inline |
References Sensors::Keller::Arguments::address, c_parser_data_size, Sensors::Keller::CMD_CONFIRMATION_FOR_INITIALIZATION, Sensors::Keller::CMD_CONFIRMATION_FOR_INITIALIZATION_SIZE, Sensors::Keller::CMD_READ_CHANNEL, Sensors::Keller::CMD_READ_CHANNEL_SIZE, Sensors::Keller::CMD_READ_SERIAL_NUMBER, Sensors::Keller::CMD_READ_SERIAL_NUMBER_SIZE, Sensors::Keller::CMD_ZERO_CHANNEL, Sensors::Keller::CMD_ZERO_CHANNEL_SIZE, interpret(), m_args, m_parser_cmd, m_parser_data, m_parser_data_crc, m_parser_data_len, m_parser_packet_crc, m_parser_state, Sensors::Keller::RES_CRC, Sensors::Keller::RES_DONE, Sensors::Keller::RES_EXCEPTION, Sensors::Keller::RES_IN_PROGRESS, Sensors::Keller::STA_ADDR, Sensors::Keller::STA_CMD, Sensors::Keller::STA_CRC_LSB, Sensors::Keller::STA_CRC_MSB, and Sensors::Keller::STA_DATA.
Referenced by read().
|
inline |
References c_max_crc_err, m_crc_err_count, m_error_wdog, m_handle, m_parser_state, parse(), Sensors::Keller::RES_CRC, Sensors::Keller::RES_DONE, Sensors::Keller::RES_EXCEPTION, and Sensors::Keller::STA_ADDR.
Referenced by initialize(), task(), and zero().
|
inline |
|
inline |
References m_args, m_handle, and Sensors::Keller::Arguments::uart_echo.
Referenced by initialize(), task(), and zero().
|
inline |
References Sensors::Keller::Arguments::address, Sensors::Keller::CMD_ZERO_CHANNEL, m_args, read(), and write().
Referenced by consume().
|
static |
Referenced by read().
|
static |
Referenced by parse().
Arguments Sensors::Keller::Task::m_args |
Referenced by initialize(), onResourceAcquisition(), onUpdateParameters(), openSocket(), parse(), Task(), task(), write(), and zero().
float Sensors::Keller::Task::m_channel_readout |
Referenced by interpret(), and task().
unsigned Sensors::Keller::Task::m_crc_err_count |
Referenced by onResourceInitialization(), and read().
IMC::Depth Sensors::Keller::Task::m_depth |
Referenced by task().
bool Sensors::Keller::Task::m_echo |
int Sensors::Keller::Task::m_entity_id |
Time::Counter<float> Sensors::Keller::Task::m_error_wdog |
Referenced by onUpdateParameters(), read(), and task().
IO::Handle* Sensors::Keller::Task::m_handle |
Serial port handle.
Referenced by initialize(), onResourceAcquisition(), onResourceRelease(), openSocket(), read(), and write().
uint8_t Sensors::Keller::Task::m_msg_read_pressure[5] |
Referenced by onUpdateParameters(), and task().
uint8_t Sensors::Keller::Task::m_msg_read_temperature[5] |
Referenced by onUpdateParameters(), and task().
uint8_t Sensors::Keller::Task::m_parser_cmd |
Referenced by interpret(), and parse().
uint8_t Sensors::Keller::Task::m_parser_data[c_parser_data_size] |
Referenced by interpret(), and parse().
uint16_t Sensors::Keller::Task::m_parser_data_crc |
Referenced by parse().
uint8_t Sensors::Keller::Task::m_parser_data_len |
Referenced by parse().
uint16_t Sensors::Keller::Task::m_parser_packet_crc |
Referenced by parse().
ParserStates Sensors::Keller::Task::m_parser_state |
IMC::Pressure Sensors::Keller::Task::m_pressure |
Referenced by task().
IMC::Temperature Sensors::Keller::Task::m_temperature |
Referenced by task().