TTEthernet Model for INET Framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
SchedulerEvent.cc
Go to the documentation of this file.
1 #include "SchedulerEvent.h"
2 
3 namespace TTEthernetModel {
4 
5 Register_Class( SchedulerEvent);
6 
8 {
9  return destinationGate_var;
10 }
11 
12 void SchedulerEvent::setDestinationGate(cGate *destinationGate_var)
13 {
14  this->destinationGate_var = destinationGate_var;
15 }
16 
17 }