EPONImplementationforOMNet++  0.8Beta
ONUTableEntry.cc File Reference
#include "ONUTableEntry.h"

Functions

std::ostream & operator<< (std::ostream &out, const ONUTableEntry &en)

Function Documentation

std::ostream& operator<< ( std::ostream &  out,
const ONUTableEntry en 
)
                                                                 {
      out<<"ID: "<<en.id<<"  RTT: "<<en.RTT<<"  # of LLIDs: "<<en.LLIDs.size()
            << " Start: "<<en.comTimes.start<<" Length: "<<en.comTimes.length<<endl
            <<"Requests ";

      for (int i=0; i<8; i++){
            out<<"["<<i<<"]"<<"="<<en.req[i]<<", ";
      }

      out<<"TotalReq="<<en.totalReq;
      return out;
}
 All Classes Files Functions Variables Typedefs Friends Defines