INET Framework for OMNeT++/OMNEST
inet::GateScheduleConfiguratorBase::Output Class Reference

#include <GateScheduleConfiguratorBase.h>

Classes

class  Schedule
 
class  Slot
 

Public Member Functions

 ~Output ()
 

Public Attributes

std::map< Input::Port *, std::vector< Schedule * > > gateSchedules
 
std::map< Input::Application *, simtime_t > applicationStartTimes
 

Constructor & Destructor Documentation

◆ ~Output()

inet::GateScheduleConfiguratorBase::Output::~Output ( )
inline
186  {
187  for (auto it : gateSchedules)
188  for (auto element : it.second)
189  delete element;
190  }

Member Data Documentation

◆ applicationStartTimes

std::map<Input::Application *, simtime_t> inet::GateScheduleConfiguratorBase::Output::applicationStartTimes

◆ gateSchedules

std::map<Input::Port *, std::vector<Schedule *> > inet::GateScheduleConfiguratorBase::Output::gateSchedules

The documentation for this class was generated from the following file:
inet::GateScheduleConfiguratorBase::Output::gateSchedules
std::map< Input::Port *, std::vector< Schedule * > > gateSchedules
Definition: GateScheduleConfiguratorBase.h:182