VLANs(802.1Q)forOMNet++  0.5Beta
_vlan_info_entry Struct Reference

Struct to keep information about each VLAN. More...

#include <VlanNetConfig.h>

List of all members.

Public Attributes

uint8_t numHosts
std::stack< uint32_t > nextAvailIP

Friends

std::ostream & operator<< (std::ostream &out, const struct _vlan_info_entry &vie)

Detailed Description

Struct to keep information about each VLAN.


Friends And Related Function Documentation

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;
        }

Member Data Documentation

std::stack<uint32_t> _vlan_info_entry::nextAvailIP

The documentation for this struct was generated from the following file:
 All Classes Files Functions Variables Typedefs Friends Defines