OMNeT++ Simulation Library
5.6.1
|
#include <cchannel.h>
Signal value that accompanies the "messageSent" signal.
Public Member Functions | |
MessageSentSignalValue (simtime_t_cref t, cMessage *m, result_t *r) | |
cMessage * | getMessage () const |
result_t * | getChannelResult () const |
cITimestampedValue methods | |
virtual simtime_t_cref | getTimestamp (simsignal_t signalID) const override |
virtual SimsignalType | getValueType (simsignal_t signalID) const override |
virtual cObject * | objectValue (simsignal_t signalID) const override |
Other (non-cObject) getters throw an exception. | |
virtual bool | boolValue (simsignal_t signalID) const override |
virtual long | longValue (simsignal_t signalID) const override |
virtual unsigned long | unsignedLongValue (simsignal_t signalID) const override |
virtual double | doubleValue (simsignal_t signalID) const override |
virtual SimTime | simtimeValue (simsignal_t signalID) const override |
virtual const char * | stringValue (simsignal_t signalID) const override |
Public Member Functions inherited from cITimestampedValue | |
virtual | ~cITimestampedValue () |
Public Member Functions inherited from cObject | |
cObject () | |
cObject (const cObject &other) | |
virtual | ~cObject () |
virtual const char * | getClassName () const |
virtual const char * | getName () const |
bool | isName (const char *s) const |
virtual const char * | getFullName () const |
virtual std::string | getFullPath () const |
const cObject * | getThisPtr () const |
virtual std::string | str () const |
virtual _OPPDEPRECATED std::string | info () const |
virtual _OPPDEPRECATED std::string | detailedInfo () const |
virtual cObject * | dup () const |
virtual void | parsimPack (cCommBuffer *buffer) const |
virtual void | parsimUnpack (cCommBuffer *buffer) |
virtual cObject * | getOwner () const |
virtual bool | isOwnedObject () const |
virtual void | forEachChild (cVisitor *v) |
cObject * | findObject (const char *name, bool deep=true) |
void | copyNotSupported () const |
Additional Inherited Members | |
Protected Member Functions inherited from cObject | |
virtual void | take (cOwnedObject *obj) |
virtual void | drop (cOwnedObject *obj) |
void | dropAndDelete (cOwnedObject *obj) |
|
inline |
Constructor.
|
inlineoverridevirtual |
Returns the timestamp; it represents the start of the transmission.
Implements cITimestampedValue.
|
inlineoverridevirtual |
Returns SIMSIGNAL_OBJECT.
Implements cITimestampedValue.
|
inlineoverridevirtual |
Returns the message (packet) as the stored object.
Implements cITimestampedValue.
|
inline |
Returns the message (packet).
|
inline |
Returns the channel result.