ns-3
ns3::LteStatsCalculator Class Reference
Inheritance diagram for ns3::LteStatsCalculator:
Collaboration diagram for ns3::LteStatsCalculator:

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)
- Public Member Functions inherited from ns3::Object
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)
- Public Member Functions inherited from ns3::SimpleRefCount< Object, ObjectBase, ObjectDeleter >
 SimpleRefCount (const SimpleRefCount &o)
SimpleRefCountoperator= (const SimpleRefCount &o)
void Ref (void) const
void Unref (void) const
uint32_t GetReferenceCount (void) const
- Public Member Functions inherited from ns3::ObjectBase
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)

Static Public Member Functions

static TypeId GetTypeId (void)
 This method returns the TypeId associated to ns3::LteStatsCalculator.

Additional Inherited Members

- Protected Member Functions inherited from ns3::Object
virtual void NotifyNewAggregate (void)
virtual void DoStart (void)
virtual void DoDispose (void)
 Object (const Object &o)

Constructor & Destructor Documentation

ns3::LteStatsCalculator::LteStatsCalculator ( )

Constructor

ns3::LteStatsCalculator::~LteStatsCalculator ( )
virtual

Destructor


Member Function Documentation

bool ns3::LteStatsCalculator::ExistsCellIdPath ( std::string  path)

Checks if there is an already stored cell id for the given path

Parameters:
pathPath 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:
pathPath in the attribute system to check
uint16_t ns3::LteStatsCalculator::GetCellIdPath ( std::string  path)

Retrieves the cell id information for the given path

Parameters:
pathPath in the attribute system to get
std::string ns3::LteStatsCalculator::GetDlOutputFilename ( void  )

Get the name of the file where the downlink statistics will be stored.

Reimplemented in ns3::RadioBearerStatsCalculator, and ns3::MacStatsCalculator.

uint64_t ns3::LteStatsCalculator::GetImsiPath ( std::string  path)

Retrieves the imsi information for the given path

Parameters:
pathPath in the attribute system to get
TypeId ns3::LteStatsCalculator::GetTypeId ( void  )
static

This method returns the TypeId associated to ns3::LteStatsCalculator.

No Attributes defined for this type.
No TraceSources defined for this type.

Reimplemented from ns3::Object.

Reimplemented in ns3::RadioBearerStatsCalculator, and ns3::MacStatsCalculator.

References ns3::TypeId::SetParent().

std::string ns3::LteStatsCalculator::GetUlOutputFilename ( void  )

Get the name of the file where the uplink statistics will be stored.

Reimplemented in ns3::RadioBearerStatsCalculator, and ns3::MacStatsCalculator.

void ns3::LteStatsCalculator::SetCellIdPath ( std::string  path,
uint16_t  cellId 
)

Stores the (path, cellId) pairs in a map

Parameters:
pathPath in the attribute system to store
cellIdcell id value to store

References NS_LOG_FUNCTION.

void ns3::LteStatsCalculator::SetDlOutputFilename ( std::string  outputFilename)

Set the name of the file where the downlink statistics will be stored.

Parameters:
outputFilenamestring with the name of the file

Reimplemented in ns3::MacStatsCalculator.

Referenced by ns3::RadioBearerStatsCalculator::GetTypeId().

void ns3::LteStatsCalculator::SetImsiPath ( std::string  path,
uint64_t  imsi 
)

Stores the (path, imsi) pairs in a map

Parameters:
pathPath in the attribute system to store
imsiIMSI value to store

References NS_LOG_FUNCTION.

void ns3::LteStatsCalculator::SetUlOutputFilename ( std::string  outputFilename)

Set the name of the file where the uplink statistics will be stored.

Parameters:
outputFilenamestring with the name of the file

Reimplemented in ns3::MacStatsCalculator.

Referenced by ns3::RadioBearerStatsCalculator::GetTypeId().


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