Define the RNTI that has generated the. More...
#include "lte-vendor-specific-parameters.h"
 Inheritance diagram for ns3::SrsCqiRntiVsp:
 Inheritance diagram for ns3::SrsCqiRntiVsp: Collaboration 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... | |
| SimpleRefCount & | operator= (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... | |
Define the RNTI that has generated the.
Definition at line 35 of file lte-vendor-specific-parameters.h.
| ns3::SrsCqiRntiVsp::SrsCqiRntiVsp | ( | uint16_t | rnti | ) | 
SRS CQI RNTI VSP.
| rnti | the RNTI | 
Definition at line 28 of file lte-vendor-specific-parameters.cc.
| 
 | virtual | 
Definition at line 34 of file lte-vendor-specific-parameters.cc.
| uint16_t ns3::SrsCqiRntiVsp::GetRnti | ( | void | ) | 
Get RNTI function.
Definition at line 40 of file lte-vendor-specific-parameters.cc.
References m_rnti.
| 
 | private |