this class can store received messages currently this class only for output gate. we may need to adapt input gate.
More...
#include <Gate.h>
|
| | TestGate (cModule *mod, const char *name) |
| |
|
| bool | deliver (cMessage *msg, const omnetpp::SendOptions &options, simtime_t at) override |
| | this method called when a module sent cMessage to this gate. and then store the msg into messages
|
| |
this class can store received messages currently this class only for output gate. we may need to adapt input gate.
◆ TestGate()
| quisp_test::gate::TestGate::TestGate |
( |
cModule * | mod, |
|
|
const char * | name ) |
|
explicit |
◆ deliver()
| bool quisp_test::gate::TestGate::deliver |
( |
cMessage * | msg, |
|
|
const omnetpp::SendOptions & | options, |
|
|
simtime_t | at ) |
|
overrideprotected |
this method called when a module sent cMessage to this gate. and then store the msg into messages
◆ messages
| std::vector<cMessage *> quisp_test::gate::TestGate::messages |
◆ temp_gate
| TempGate quisp_test::gate::TestGate::temp_gate |
|
protected |
The documentation for this class was generated from the following files: