|
VLANs(802.1Q)forOMNet++
0.5Beta
|
Struct to keep information about each VLAN. More...
#include <VlanNetConfig.h>
Public Attributes | |
| uint8_t | numHosts |
| std::stack< uint32_t > | nextAvailIP |
Friends | |
| std::ostream & | operator<< (std::ostream &out, const struct _vlan_info_entry &vie) |
Struct to keep information about each VLAN.
| std::ostream& operator<< | ( | std::ostream & | out, |
| const struct _vlan_info_entry & | vie | ||
| ) | [friend] |
{
IPAddress ip(vie.nextAvailIP.top());
out<<"#hosts="<<(int)vie.numHosts<<" NextIP="<<ip;
return out;
}
| std::stack<uint32_t> _vlan_info_entry::nextAvailIP |
| uint8_t _vlan_info_entry::numHosts |