List of all members.
Public Member Functions |
| | LteStatsCalculator () |
| virtual | ~LteStatsCalculator () |
| void | SetUlOutputFilename (std::string outputFilename) |
| std::string | GetUlOutputFilename (void) |
| void | SetDlOutputFilename (std::string outputFilename) |
| std::string | GetDlOutputFilename (void) |
| bool | ExistsImsiPath (std::string path) |
| void | SetImsiPath (std::string path, uint64_t imsi) |
| uint64_t | GetImsiPath (std::string path) |
| bool | ExistsCellIdPath (std::string path) |
| void | SetCellIdPath (std::string path, uint16_t cellId) |
| uint16_t | GetCellIdPath (std::string path) |
| virtual TypeId | GetInstanceTypeId (void) const |
| template<typename T > |
| Ptr< T > | GetObject (void) const |
| template<typename T > |
| Ptr< T > | GetObject (TypeId tid) const |
| void | Dispose (void) |
| void | AggregateObject (Ptr< Object > other) |
| AggregateIterator | GetAggregateIterator (void) const |
| void | Start (void) |
|
| SimpleRefCount (const SimpleRefCount &o) |
|
SimpleRefCount & | operator= (const SimpleRefCount &o) |
| void | Ref (void) const |
| void | Unref (void) const |
| uint32_t | GetReferenceCount (void) const |
| void | SetAttribute (std::string name, const AttributeValue &value) |
| bool | SetAttributeFailSafe (std::string name, const AttributeValue &value) |
| void | GetAttribute (std::string name, AttributeValue &value) const |
| bool | GetAttributeFailSafe (std::string name, AttributeValue &attribute) const |
| bool | TraceConnect (std::string name, std::string context, const CallbackBase &cb) |
| bool | TraceConnectWithoutContext (std::string name, const CallbackBase &cb) |
| bool | TraceDisconnect (std::string name, std::string context, const CallbackBase &cb) |
| bool | TraceDisconnectWithoutContext (std::string name, const CallbackBase &cb) |
Constructor & Destructor Documentation
| ns3::LteStatsCalculator::LteStatsCalculator |
( |
| ) |
|
| ns3::LteStatsCalculator::~LteStatsCalculator |
( |
| ) |
|
|
virtual |
Member Function Documentation
| bool ns3::LteStatsCalculator::ExistsCellIdPath |
( |
std::string |
path | ) |
|
Checks if there is an already stored cell id for the given path
- Parameters:
-
| path | Path in the attribute system to check |
| bool ns3::LteStatsCalculator::ExistsImsiPath |
( |
std::string |
path | ) |
|
Checks if there is an already stored IMSI for the given path
- Parameters:
-
| path | Path in the attribute system to check |
| uint16_t ns3::LteStatsCalculator::GetCellIdPath |
( |
std::string |
path | ) |
|
Retrieves the cell id information for the given path
- Parameters:
-
| path | Path in the attribute system to get |
| std::string ns3::LteStatsCalculator::GetDlOutputFilename |
( |
void |
| ) |
|
| uint64_t ns3::LteStatsCalculator::GetImsiPath |
( |
std::string |
path | ) |
|
Retrieves the imsi information for the given path
- Parameters:
-
| path | Path in the attribute system to get |
| TypeId ns3::LteStatsCalculator::GetTypeId |
( |
void |
| ) |
|
|
static |
| std::string ns3::LteStatsCalculator::GetUlOutputFilename |
( |
void |
| ) |
|
| void ns3::LteStatsCalculator::SetCellIdPath |
( |
std::string |
path, |
|
|
uint16_t |
cellId |
|
) |
| |
Stores the (path, cellId) pairs in a map
- Parameters:
-
| path | Path in the attribute system to store |
| cellId | cell id value to store |
References NS_LOG_FUNCTION.
| void ns3::LteStatsCalculator::SetDlOutputFilename |
( |
std::string |
outputFilename | ) |
|
| void ns3::LteStatsCalculator::SetImsiPath |
( |
std::string |
path, |
|
|
uint64_t |
imsi |
|
) |
| |
Stores the (path, imsi) pairs in a map
- Parameters:
-
| path | Path in the attribute system to store |
| imsi | IMSI value to store |
References NS_LOG_FUNCTION.
| void ns3::LteStatsCalculator::SetUlOutputFilename |
( |
std::string |
outputFilename | ) |
|
The documentation for this class was generated from the following files:
- src/lte/helper/lte-stats-calculator.h
- doc/introspected-doxygen.h
- src/lte/helper/lte-stats-calculator.cc