A Discrete-Event Network Simulator
API
ns3::X2CellInfo Class Reference

X2CellInfo. More...

#include "epc-x2.h"

+ Inheritance diagram for ns3::X2CellInfo:
+ Collaboration diagram for ns3::X2CellInfo:

Public Member Functions

 X2CellInfo (uint16_t localCellId, uint16_t remoteCellId)
 Constructor. More...
 
virtual ~X2CellInfo (void)
 
X2CellInfooperator= (const X2CellInfo &)
 Assignment operator. More...
 
- Public Member Functions inherited from ns3::SimpleRefCount< X2CellInfo >
 SimpleRefCount ()
 Default constructor. More...
 
 SimpleRefCount (const SimpleRefCount &o)
 Copy constructor. More...
 
uint32_t GetReferenceCount (void) const
 Get the reference count of the object. More...
 
SimpleRefCountoperator= (const SimpleRefCount &o)
 Assignment operator. More...
 
void Ref (void) const
 Increment the reference count. More...
 
void Unref (void) const
 Decrement the reference count. More...
 

Public Attributes

uint16_t m_localCellId
 local cell ID More...
 
uint16_t m_remoteCellId
 remote cell ID More...
 

Detailed Description

X2CellInfo.

Definition at line 69 of file epc-x2.h.

Constructor & Destructor Documentation

◆ X2CellInfo()

ns3::X2CellInfo::X2CellInfo ( uint16_t  localCellId,
uint16_t  remoteCellId 
)

Constructor.

Parameters
localCellIdlocal cell ID
remoteCellIdremote cell ID

Definition at line 59 of file epc-x2.cc.

References m_localCellId, and m_remoteCellId.

◆ ~X2CellInfo()

ns3::X2CellInfo::~X2CellInfo ( void  )
virtual

Definition at line 65 of file epc-x2.cc.

References m_localCellId, and m_remoteCellId.

Member Function Documentation

◆ operator=()

X2CellInfo & ns3::X2CellInfo::operator= ( const X2CellInfo value)

Assignment operator.

Returns
X2CellInfo&

Definition at line 72 of file epc-x2.cc.

References m_localCellId, m_remoteCellId, and NS_LOG_FUNCTION.

Member Data Documentation

◆ m_localCellId

uint16_t ns3::X2CellInfo::m_localCellId

local cell ID

Definition at line 89 of file epc-x2.h.

Referenced by operator=(), X2CellInfo(), and ~X2CellInfo().

◆ m_remoteCellId

uint16_t ns3::X2CellInfo::m_remoteCellId

remote cell ID

Definition at line 90 of file epc-x2.h.

Referenced by operator=(), X2CellInfo(), and ~X2CellInfo().


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