This structure is used as interface between trace sources and RadioBearerStatsCalculator. More...
Public Attributes | |
uint16_t | cellId |
cellId | |
uint64_t | imsi |
imsi | |
Ptr< RadioBearerStatsCalculator > | stats |
statistics calculator | |
Additional Inherited Members | |
Public Member Functions inherited from ns3::SimpleRefCount< BoundCallbackArgument > | |
SimpleRefCount () | |
Default constructor. | |
SimpleRefCount (const SimpleRefCount &o) | |
Copy constructor. | |
uint32_t | GetReferenceCount () const |
Get the reference count of the object. | |
SimpleRefCount & | operator= (const SimpleRefCount &o) |
Assignment operator. | |
void | Ref () const |
Increment the reference count. | |
void | Unref () const |
Decrement the reference count. | |
This structure is used as interface between trace sources and RadioBearerStatsCalculator.
It stores and provides calculators with cellId and IMSI, because most trace sources do not provide it.
Definition at line 38 of file radio-bearer-stats-connector.cc.
uint16_t ns3::BoundCallbackArgument::cellId |
cellId
Definition at line 43 of file radio-bearer-stats-connector.cc.
uint64_t ns3::BoundCallbackArgument::imsi |
imsi
Definition at line 42 of file radio-bearer-stats-connector.cc.
Ptr<RadioBearerStatsCalculator> ns3::BoundCallbackArgument::stats |
statistics calculator
Definition at line 41 of file radio-bearer-stats-connector.cc.