EPONImplementationforOMNet++
0.8Beta
|
The Service Item currently holds only name and priority. More...
#include <ServiceConfig.h>
Public Member Functions | |
bool | operator< (const struct _srv_item &b) const |
Public Attributes | |
std::string | name |
double | priority |
uint16_t | vlan |
double | msr |
double | mrr |
Friends | |
std::ostream & | operator<< (std::ostream &out, const struct _srv_item &sit) |
The Service Item currently holds only name and priority.
Generally it should have all the attributes/parameters that characterize this service.
bool _srv_item::operator< | ( | const struct _srv_item & | b | ) | const [inline] |
std::ostream& operator<< | ( | std::ostream & | out, |
const struct _srv_item & | sit | ||
) | [friend] |
double _srv_item::mrr |
double _srv_item::msr |
std::string _srv_item::name |
double _srv_item::priority |
uint16_t _srv_item::vlan |