INET Framework for OMNeT++/OMNEST
PhyControlInfo Class Reference

#include <PhyControlInfo_m.h>

List of all members.

Public Member Functions

 PhyControlInfo ()
 PhyControlInfo (const PhyControlInfo &other)
virtual ~PhyControlInfo ()
PhyControlInfooperator= (const PhyControlInfo &other)
virtual PhyControlInfodup () const
virtual void parsimPack (cCommBuffer *b)
virtual void parsimUnpack (cCommBuffer *b)
virtual int getChannelNumber () const
virtual void setChannelNumber (int channelNumber)
virtual double getBitrate () const
virtual void setBitrate (double bitrate)

Protected Member Functions

bool operator== (const PhyControlInfo &)

Protected Attributes

int channelNumber_var
double bitrate_var

Private Member Functions

void copy (const PhyControlInfo &other)

Detailed Description

Class generated from linklayer/contract/PhyControlInfo.msg by opp_msgc.

 class PhyControlInfo
 {
     int channelNumber = -1; 
     double bitrate = -1; 
 }
 

Definition at line 46 of file PhyControlInfo_m.h.


Constructor & Destructor Documentation

virtual PhyControlInfo::~PhyControlInfo ( ) [virtual]

Member Function Documentation

void PhyControlInfo::copy ( const PhyControlInfo other) [private]
virtual PhyControlInfo* PhyControlInfo::dup ( ) const [inline, virtual]

Definition at line 64 of file PhyControlInfo_m.h.

{return new PhyControlInfo(*this);}
PhyControlInfo& PhyControlInfo::operator= ( const PhyControlInfo other)
bool PhyControlInfo::operator== ( const PhyControlInfo ) [protected]
virtual void PhyControlInfo::parsimPack ( cCommBuffer *  b) [virtual]

Referenced by doPacking().

virtual void PhyControlInfo::parsimUnpack ( cCommBuffer *  b) [virtual]

Referenced by doUnpacking().

virtual void PhyControlInfo::setBitrate ( double  bitrate) [virtual]
virtual void PhyControlInfo::setChannelNumber ( int  channelNumber) [virtual]

Member Data Documentation

double PhyControlInfo::bitrate_var [protected]

Definition at line 50 of file PhyControlInfo_m.h.

Definition at line 49 of file PhyControlInfo_m.h.


The documentation for this class was generated from the following file: