DUNE: Uniform Navigational Environment
2019.02.1
|
Public Member Functions | |
Task (const std::string &name, Tasks::Context &ctx) | |
~Task (void) | |
void | onUpdateParameters (void) |
void | onResourceAcquisition (void) |
bool | openSocket (void) |
void | onResourceRelease (void) |
void | onResourceInitialization (void) |
void | resetOp (void) |
bool | hasTransducer (void) |
void | sendCommand (const std::string &cmd) |
void | consume (const IMC::EstimatedState *msg) |
void | consume (const IMC::AcousticOperation *msg) |
void | transmitMessage (const std::string &sys, const InlineMessage< IMC::Message > &imsg) |
void | reverseRange (const std::string &sys) |
void | abort (const std::string &sys) |
void | ping (const std::string &sys) |
void | pingMicroModem (const std::string &sys) |
void | pingNarrowBand (const std::string &sys) |
void | handleRangeModem (NMEAReader *const stn) |
void | handleRangeTransponder (NMEAReader *const stn) |
void | handleMiniPacketReception (NMEAReader *const stn) |
void | handleRangeInProgress (NMEAReader *const stn) |
void | handleMiniPacketEcho (NMEAReader *const stn) |
void | handleBinaryReception (NMEAReader *const stn) |
void | readSentence (void) |
void | process (const std::string msg) |
void | checkTimeouts (void) |
void | configureModem (const std::string &code, const std::string ¶meter, const unsigned value) |
void | onMain (void) |
Public Member Functions inherited from DUNE::Tasks::Task | |
Task (const std::string &name, Context &context) | |
const char * | getName (void) const |
const char * | getSystemName (void) const |
unsigned int | getSystemId (void) const |
unsigned int | getEntityId (void) const |
unsigned int | resolveEntity (const std::string &label) const |
std::string | resolveEntity (unsigned int id) const |
DebugLevel | getDebugLevel (void) const |
uint16_t | getActivationTime (void) const |
uint16_t | getDeactivationTime (void) const |
unsigned int | resolveSystemName (const std::string &name) const |
const char * | resolveSystemId (unsigned int id) const |
void | loadConfig (void) |
void | setPriority (unsigned int value) |
unsigned int | getPriority (void) const |
void | inf (const char *format,...) DUNE_PRINTF_FORMAT(2 |
void void | war (const char *format,...) DUNE_PRINTF_FORMAT(2 |
void void void | err (const char *format,...) DUNE_PRINTF_FORMAT(2 |
void void void void | cri (const char *format,...) DUNE_PRINTF_FORMAT(2 |
void void void void void | debug (const char *format,...) DUNE_PRINTF_FORMAT(2 |
void void void void void void | trace (const char *format,...) DUNE_PRINTF_FORMAT(2 |
void void void void void void void | spew (const char *format,...) DUNE_PRINTF_FORMAT(2 |
void void void void void void void void | dispatch (IMC::Message *msg, unsigned int flags=0) |
void | dispatch (IMC::Message &msg, unsigned int flags=0) |
void | dispatchReply (const IMC::Message &original, IMC::Message &msg, unsigned int flags=0) |
void | receive (const IMC::Message *msg) |
void | reserveEntities (void) |
void | resolveEntities (void) |
void | acquireResources (void) |
void | releaseResources (void) |
void | initializeResources (void) |
void | updateParameters (bool act_deact=true) |
void | writeParamsXML (std::ostream &os) const |
const char * | getEntityLabel (void) const |
void | setEntityLabel (const std::string &label) |
Public Member Functions inherited from DUNE::Tasks::AbstractTask | |
AbstractTask (void) | |
virtual | ~AbstractTask (void) |
Public Member Functions inherited from DUNE::Concurrency::Thread | |
Thread (void) | |
virtual | ~Thread (void) |
int | getProcessorUsage (void) |
Public Member Functions inherited from DUNE::Concurrency::Runnable | |
Runnable (void) | |
virtual | ~Runnable (void) |
void | start (void) |
void | stop (void) |
void | join (void) |
void | stopAndJoin (void) |
void | setPriority (Scheduler::Policy policy, unsigned priority) |
unsigned | getPriority (void) |
State | getState (void) |
bool | isCreated (void) |
bool | isStopping (void) |
bool | isRunning (void) |
bool | isStarting (void) |
bool | isDead (void) |
Public Attributes | |
IO::Handle * | m_handle |
NarrowBandMap | m_nbmap |
MicroModemMap | m_ummap |
AddressMap | m_mimap |
AddressMap | m_immap |
Arguments | m_args |
double | m_op_deadline |
unsigned | m_address |
IMC::AcousticOperation | m_acop |
IMC::AcousticOperation | m_acop_out |
IMC::DevDataText | m_dev_data |
IMC::PlanControl * | m_pc |
Operation | m_op |
GPIO * | m_gpio_txd |
Counter< double > | m_last_stn |
bool | m_ignore_gpio |
std::string | m_line |
IMC::EstimatedState * | m_estate |
Additional Inherited Members | |
Public Types inherited from DUNE::Concurrency::Runnable | |
Protected Member Functions inherited from DUNE::Tasks::Task | |
void | setEntityState (IMC::EntityState::StateEnum state, Status::Code code) |
void | setEntityState (IMC::EntityState::StateEnum state, const std::string &description) |
IMC::EntityState::StateEnum | getEntityState (void) const |
unsigned int | reserveEntity (const std::string &label) |
template<typename E > | |
E * | reserveEntity (const std::string &label) |
Entities::BasicEntity * | getLocalEntity (const std::string &label) |
bool | stopping (void) |
bool | isActive (void) const |
bool | isActivating (void) const |
bool | isDeactivating (void) const |
void | waitForMessages (double timeout) |
void | consumeMessages (void) |
template<typename T > | |
Parameter & | param (const std::string &name, T &var) |
template<typename Y , typename T > | |
Parameter & | param (const std::string &name, T &var) |
template<typename T > | |
bool | paramChanged (T &var) |
void | paramActive (Parameter::Scope def_scope, Parameter::Visibility def_visibility, bool def_value=false) |
void | setParamSectionEditor (const std::string &name) |
template<typename M , typename T > | |
void | bind (T *task_obj, void(T::*consumer)(const M *)=&T::consume) |
template<typename T > | |
void | bind (T *task_obj, const std::vector< uint32_t > &list) |
template<typename T , typename M > | |
void | bind (T *task_obj, const std::vector< uint32_t > &list, void(T::*consumer)(const M *)=&T::consume) |
template<typename T > | |
void | bind (T *task_obj, const std::vector< std::string > &list) |
void | requestActivation (void) |
void | requestDeactivation (void) |
void | activate (void) |
void | activationFailed (const std::string &reason) |
void | deactivate (void) |
void | deactivationFailed (const std::string &reason) |
virtual bool | onWriteParamsXML (std::ostream &os) const |
virtual void | onEntityReservation (void) |
virtual void | onEntityResolution (void) |
virtual void | onReportEntityState (void) |
virtual void | onRequestActivation (void) |
virtual void | onRequestDeactivation (void) |
virtual void | onActivation (void) |
virtual void | onDeactivation (void) |
virtual void | onQueryEntityParameters (const IMC::QueryEntityParameters *msg) |
virtual void | onSetEntityParameters (const IMC::SetEntityParameters *msg) |
virtual void | onPushEntityParameters (const IMC::PushEntityParameters *msg) |
virtual void | onPopEntityParameters (const IMC::PopEntityParameters *msg) |
Protected Member Functions inherited from DUNE::Concurrency::Thread | |
void | startImpl (void) |
void | stopImpl (void) |
void | joinImpl (void) |
void | setPriorityImpl (Scheduler::Policy policy, unsigned priority) |
unsigned | getPriorityImpl (void) |
Protected Attributes inherited from DUNE::Tasks::Task | |
Context & | m_ctx |
std::vector< Entities::BasicEntity * > | m_entities |
|
inline |
References Sensors::MLBLTracker::Arguments::addr_section, Sensors::MLBLTracker::Arguments::gpio_txd, Sensors::MLBLTracker::Arguments::rx_length, Sensors::MLBLTracker::Arguments::sspeed, Sensors::MLBLTracker::Arguments::tout_abort, Sensors::MLBLTracker::Arguments::tout_input, Sensors::MLBLTracker::Arguments::tout_mmping, Sensors::MLBLTracker::Arguments::tout_nbping, Sensors::MLBLTracker::Transponder::Transponder(), Sensors::MLBLTracker::Arguments::turn_around_time, Sensors::MLBLTracker::Arguments::tx_length, Sensors::MLBLTracker::Arguments::uart_baud, and Sensors::MLBLTracker::Arguments::uart_dev.
|
inlinevirtual |
Destructor.
Reimplemented from DUNE::Tasks::Task.
|
inline |
Abort system.
[in] | sys | system to be aborted. |
References Sensors::MLBLTracker::OP_ABORT, and Sensors::MLBLTracker::Arguments::tout_abort.
|
inline |
Check operation timeouts.
References Sensors::MLBLTracker::OP_ABORT, Sensors::MLBLTracker::OP_NONE, Sensors::MLBLTracker::OP_PING_MM, and Sensors::MLBLTracker::OP_PING_NB.
|
inline |
Configure a modem parameter.
[in] | code | NMEA code of the message to be transmitted. |
[in] | parameter | modem parameter to be configured. |
[in] | value | new configuration value. |
|
inline |
|
inline |
References Sensors::MLBLTracker::OP_NONE.
|
inline |
Handle reception of binary message.
[in] | stn | sentence to be handled. |
|
inline |
Requested mini-packet transmission is in progress.
[in] | stn | sentence to be handled. |
|
inline |
Handle a mini-packet reception.
[in] | stn | sentence to be handled. |
|
inline |
A requested range is in progress.
[in] | stn | sentence to be handled. |
|
inline |
Handle received range from modem.
[in] | stn | sentence to be handled. |
References Sensors::MLBLTracker::Arguments::sspeed.
|
inline |
Handle received range from transponder.
[in] | stn | sentence to be handled. |
References Sensors::MLBLTracker::Arguments::sspeed.
|
inline |
|
inlinevirtual |
Implements DUNE::Tasks::Task.
|
inlinevirtual |
Called when the task is instructed to acquire resources whose configuration is defined by run-time parameters.
Reimplemented from DUNE::Tasks::Task.
References Sensors::MLBLTracker::Arguments::gpio_txd, Sensors::MLBLTracker::Arguments::turn_around_time, Sensors::MLBLTracker::Arguments::uart_baud, and Sensors::MLBLTracker::Arguments::uart_dev.
|
inlinevirtual |
Called when the task is instructed to initialize resources acquired previously or whose initialization depends on run-time parameters.
Reimplemented from DUNE::Tasks::Task.
|
inlinevirtual |
Called when the task is instructed to release resources.
Derived classes that override this function must not assume that any resource was previously acquired. This function must be implemented in such a way that it can be called at any time.
Reimplemented from DUNE::Tasks::Task.
|
inlinevirtual |
Called when the task is instructed to update its run-time parameters.
Derived classes that need to compute auxiliary values based on run-time parameters should override this function.
Reimplemented from DUNE::Tasks::Task.
References Sensors::MLBLTracker::Arguments::addr_section, Sensors::MLBLTracker::Arguments::gpio_txd, and Sensors::MLBLTracker::Arguments::tout_input.
|
inline |
Check if we have a TCP socket as device input argument.
References Sensors::MLBLTracker::Arguments::uart_dev.
|
inline |
Range system.
[in] | sys | system to be ranged. |
|
inline |
Ping a modem address.
[in] | sys | system to be pinged. |
References Sensors::MLBLTracker::OP_PING_MM, and Sensors::MLBLTracker::Arguments::tout_mmping.
|
inline |
Ping a narrow band frequency.
[in] | sys | transducer to be pinged. |
References Sensors::MLBLTracker::OP_PING_NB, Sensors::MLBLTracker::Arguments::rx_length, Sensors::MLBLTracker::Arguments::tout_nbping, and Sensors::MLBLTracker::Arguments::tx_length.
|
inline |
Process sentence.
[in] | msg | sentence. |
|
inline |
Read sentence.
|
inline |
References Sensors::MLBLTracker::OP_NONE.
|
inline |
|
inline |
Send and log command.
[in] | cmd | command to be sent. |
|
inline |
Transmit message to modem.
[in] | sys | destination system. |
[in] | imsg | message to be sent. |
IMC::AcousticOperation Sensors::MLBLTracker::Task::m_acop |
IMC::AcousticOperation Sensors::MLBLTracker::Task::m_acop_out |
unsigned Sensors::MLBLTracker::Task::m_address |
Arguments Sensors::MLBLTracker::Task::m_args |
IMC::DevDataText Sensors::MLBLTracker::Task::m_dev_data |
IMC::EstimatedState* Sensors::MLBLTracker::Task::m_estate |
GPIO* Sensors::MLBLTracker::Task::m_gpio_txd |
IO::Handle* Sensors::MLBLTracker::Task::m_handle |
bool Sensors::MLBLTracker::Task::m_ignore_gpio |
AddressMap Sensors::MLBLTracker::Task::m_immap |
Counter<double> Sensors::MLBLTracker::Task::m_last_stn |
std::string Sensors::MLBLTracker::Task::m_line |
Current line.
AddressMap Sensors::MLBLTracker::Task::m_mimap |
NarrowBandMap Sensors::MLBLTracker::Task::m_nbmap |
Operation Sensors::MLBLTracker::Task::m_op |
double Sensors::MLBLTracker::Task::m_op_deadline |
IMC::PlanControl* Sensors::MLBLTracker::Task::m_pc |
MicroModemMap Sensors::MLBLTracker::Task::m_ummap |