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

Public Member Functions | |
| virtual void | forwardMeasurement (const wns::simulator::Time &, const double &, const IContext &)=0 |
| Send a value on this ProbeBus. | |
| virtual void | forwardOutput ()=0 |
| Trigger writing of output. | |
| virtual | ~IProbeBusNotification () |
Definition at line 42 of file IProbeBusNotification.hpp.
| virtual wns::probe::bus::detail::IProbeBusNotification::~IProbeBusNotification | ( | ) | [inline, virtual] |
Definition at line 45 of file IProbeBusNotification.hpp.
| virtual void wns::probe::bus::detail::IProbeBusNotification::forwardMeasurement | ( | const wns::simulator::Time & | , | |
| const double & | , | |||
| const IContext & | ||||
| ) | [pure virtual] |
| probeId | The ProbeID of the associated probe | |
| aValue | The value to send (this was formerly the argument to probe->put) | |
| idRegistry | The set of IDs known in this scope. You may sort according to these. |
| virtual void wns::probe::bus::detail::IProbeBusNotification::forwardOutput | ( | ) | [pure virtual] |
1.5.5