![]() |
User Manual, Developers Guide and API Documentation |
![]() |
#include <probe/bus/PassThroughProbeBus.hpp>


Public Member Functions | |
| virtual bool | accepts (const wns::simulator::Time &, const IContext &) |
| Called to determine if the ProbeBus would accept the measurement. | |
| virtual void | onMeasurement (const wns::simulator::Time &, const double &, const IContext &) |
| Called to actually process the measurement. | |
| virtual void | output () |
| Called by the simulator to trigger periodical storage of measurement data. | |
| PassThroughProbeBus (const wns::pyconfig::View &) | |
| PassThroughProbeBus () | |
| virtual | ~PassThroughProbeBus () |
Definition at line 46 of file PassThroughProbeBus.hpp.
| PassThroughProbeBus::PassThroughProbeBus | ( | ) |
Definition at line 38 of file PassThroughProbeBus.cpp.
| PassThroughProbeBus::PassThroughProbeBus | ( | const wns::pyconfig::View & | ) |
Definition at line 42 of file PassThroughProbeBus.cpp.
| virtual wns::probe::bus::PassThroughProbeBus::~PassThroughProbeBus | ( | ) | [inline, virtual] |
Definition at line 55 of file PassThroughProbeBus.hpp.
| bool PassThroughProbeBus::accepts | ( | const wns::simulator::Time & | time, | |
| const IContext & | context | |||
| ) | [virtual] |
| void PassThroughProbeBus::onMeasurement | ( | const wns::simulator::Time & | time, | |
| const double & | measurement, | |||
| const IContext & | context | |||
| ) | [virtual] |
| time | The current timestamp of the simulation | |
| measurement | The measured value. | |
| context | The context of your measurement. |
Implements wns::probe::bus::ProbeBus.
Definition at line 54 of file PassThroughProbeBus.cpp.
| void PassThroughProbeBus::output | ( | ) | [virtual] |
1.5.5