A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
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.
 
 ~SrsCqiRntiVsp () override
 
uint16_t GetRnti () const
 Get RNTI function.
 
- Public Member Functions inherited from ns3::VendorSpecificValue
virtual ~VendorSpecificValue ()
 
- Public Member Functions inherited from ns3::SimpleRefCount< VendorSpecificValue >
 SimpleRefCount ()
 Default constructor.
 
 SimpleRefCount (const SimpleRefCount &o)
 Copy constructor.
 
uint32_t GetReferenceCount () const
 Get the reference count of the object.
 
SimpleRefCountoperator= (const SimpleRefCount &o)
 Assignment operator.
 
void Ref () const
 Increment the reference count.
 
void Unref () const
 Decrement the reference count.
 

Private Attributes

uint16_t m_rnti
 the rnti
 

Detailed Description

Define the RNTI that has generated the.

Definition at line 33 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 29 of file lte-vendor-specific-parameters.cc.

◆ ~SrsCqiRntiVsp()

ns3::SrsCqiRntiVsp::~SrsCqiRntiVsp ( )
override

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

Member Function Documentation

◆ GetRnti()

uint16_t ns3::SrsCqiRntiVsp::GetRnti ( ) const

Get RNTI function.

Returns
the RNTI

Definition at line 39 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 52 of file lte-vendor-specific-parameters.h.

Referenced by GetRnti().


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