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

Define the RNTI that has generated the. More...

#include "lte-vendor-specific-parameters.h"

+ Inheritance diagram for ns3::SrsCqiRntiVsp:
+ Collaboration diagram for ns3::SrsCqiRntiVsp:

Public Member Functions

 SrsCqiRntiVsp (uint16_t rnti)
 SRS CQI RNTI VSP. More...
 
virtual ~SrsCqiRntiVsp ()
 
uint16_t GetRnti ()
 Get RNTI function. More...
 
- Public Member Functions inherited from ns3::VendorSpecificValue
virtual ~VendorSpecificValue ()
 
- Public Member Functions inherited from ns3::SimpleRefCount< VendorSpecificValue >
 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...
 

Private Attributes

uint16_t m_rnti
 the rnti More...
 

Detailed Description

Define the RNTI that has generated the.

Definition at line 35 of file lte-vendor-specific-parameters.h.

Constructor & Destructor Documentation

◆ SrsCqiRntiVsp()

ns3::SrsCqiRntiVsp::SrsCqiRntiVsp ( uint16_t  rnti)

SRS CQI RNTI VSP.

Parameters
rntithe RNTI

Definition at line 28 of file lte-vendor-specific-parameters.cc.

◆ ~SrsCqiRntiVsp()

ns3::SrsCqiRntiVsp::~SrsCqiRntiVsp ( )
virtual

Definition at line 34 of file lte-vendor-specific-parameters.cc.

Member Function Documentation

◆ GetRnti()

uint16_t ns3::SrsCqiRntiVsp::GetRnti ( void  )

Get RNTI function.

Returns
the RNTI

Definition at line 40 of file lte-vendor-specific-parameters.cc.

References m_rnti.

Member Data Documentation

◆ m_rnti

uint16_t ns3::SrsCqiRntiVsp::m_rnti
private

the rnti

Definition at line 54 of file lte-vendor-specific-parameters.h.

Referenced by GetRnti().


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