m2etis  0.4
m2etis::sim::OmNetCallbackInterface Class Referenceabstract

#include <OmNetCallbackInterface.h>

Public Member Functions

virtual ~OmNetCallbackInterface ()
 destructor More...
 
virtual void send (const message::ActionType type, const std::string &to, const message::M2Message< SimulationEventType >::Ptr payload, net::NodeHandle< net::NetworkType< net::OMNET >>::Ptr_const hint, unsigned int size)=0
 send method to be called by OmNetMediator More...
 
virtual std::string getSHA1 (int channel_name)=0
 returns SHA1 key for the given channel More...
 
virtual long getSimTime () const =0
 

Detailed Description

Definition at line 38 of file OmNetCallbackInterface.h.

Constructor & Destructor Documentation

virtual m2etis::sim::OmNetCallbackInterface::~OmNetCallbackInterface ( )
inlinevirtual

destructor

Definition at line 43 of file OmNetCallbackInterface.h.

Member Function Documentation

virtual std::string m2etis::sim::OmNetCallbackInterface::getSHA1 ( int  channel_name)
pure virtual

returns SHA1 key for the given channel

virtual long m2etis::sim::OmNetCallbackInterface::getSimTime ( ) const
pure virtual

brief returns the current time of the simulation

virtual void m2etis::sim::OmNetCallbackInterface::send ( const message::ActionType  type,
const std::string &  to,
const message::M2Message< SimulationEventType >::Ptr  payload,
net::NodeHandle< net::NetworkType< net::OMNET >>::Ptr_const  hint,
unsigned int  size 
)
pure virtual

send method to be called by OmNetMediator


The documentation for this class was generated from the following file: