Jafar
|
Used to trigger periodic events in a simulation. More...
Used to trigger periodic events in a simulation.
Definition at line 12 of file eventsimu.hpp.
#include <eventsimu.hpp>
Public Member Functions | |
EventSimu (unsigned short node_id) | |
EventSimu (EventSimu const &other) | |
void | SetUpdateTrackerWithPOM (bool update) |
void | SetSyncTracker (bool sync) |
bool | GetUpdateTrackerWithPOM () const |
bool | GetSyncTracker () const |
unsigned short | GetNodeID () const |
void | Perceive (VEC const &proc_state, time t) |
performs a noisy measurement of the true state at time t and add it to the measurement list of the sensor | |
VEC | GetSensorSimVariance () const |
void | ComputeInformation (VEC const &z, VEC &i, MSYM &I) |
Compute i and I based on the measurement vector. | |
Private Attributes | |
unsigned short | m_node_id |
VEC | m_stat |
bool | m_update_tracker |
bool | m_sync_tracker |
Generated on Wed Oct 15 2014 00:37:34 for Jafar by doxygen 1.7.6.1 |