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) | |
| virtual | ~SrsCqiRntiVsp () | 
| uint16_t | GetRnti () | 
  Public Member Functions inherited from ns3::VendorSpecificValue | |
| virtual | ~VendorSpecificValue () | 
  Public Member Functions inherited from ns3::SimpleRefCount< VendorSpecificValue > | |
| SimpleRefCount () | |
| 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.  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 | 
Additional Inherited Members | |
  Static Public Member Functions inherited from ns3::SimpleRefCount< VendorSpecificValue > | |
| static void | Cleanup (void) | 
| Noop.  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 | ) | 
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 | ) | 
Definition at line 40 of file lte-vendor-specific-parameters.cc.
References m_rnti.
      
  | 
  private | 
Definition at line 44 of file lte-vendor-specific-parameters.h.
Referenced by GetRnti().