EPONImplementationforOMNet++  0.8Beta
ServiceConfig.h File Reference
#include <omnetpp.h>
#include <vector>
#include <string>
#include <algorithm>

Classes

struct  _srv_item
 The Service Item currently holds only name and priority. More...
class  ServiceConfig
 A simple module to configure all the services in a scenario and their parameters. More...

Typedefs

typedef struct _srv_item SrvItem
 The Service Item currently holds only name and priority.
typedef std::vector< SrvItemSrvList

Typedef Documentation

typedef struct _srv_item SrvItem

The Service Item currently holds only name and priority.

Generally it should have all the attributes/parameters that characterize this service.

typedef std::vector<SrvItem> SrvList
 All Classes Files Functions Variables Typedefs Friends Defines