DUNE: Uniform Navigational Environment
2019.02.1
|
Public Types | |
typedef std::vector< Entities::StatefulEntity * > | LeakSet |
Public Member Functions | |
Task (const std::string &name, Tasks::Context &ctx) | |
void | onResourceInitialization (void) |
void | onUpdateParameters (void) |
void | onEntityReservation (void) |
void | onReportEntityState (void) |
void | consume (const IMC::LeakSimulation *ls) |
void | setStatus (const std::vector< std::string > &v, bool ok) |
void | setStatus (bool ok) |
void | onMain (void) |
Public Attributes | |
Arguments | m_args |
LeakSet | m_leaks |
typedef std::vector<Entities::StatefulEntity*> Simulators::Leaks::Task::LeakSet |
Leak set.
|
inline |
References Simulators::Leaks::Arguments::leak_ents.
|
inline |
|
inline |
References Simulators::Leaks::Arguments::leak_ents.
|
inline |
|
inline |
|
inline |
|
inline |
References Simulators::Leaks::Arguments::leak_ents.
|
inline |
Set status for leak sensors in a given vector.
[in] | v | vector of leak sensors. |
[in] | ok | discrete state. |
|
inline |
Set status for all leak sensors.
[in] | ok | discrete state. |
LeakSet Simulators::Leaks::Task::m_leaks |