Specifies the Answer success ratio of the network element for the given period.
ASR = Total number of successful calls / Total number of calls.
Definition at line 61 of file asrprocessor.h.
OSB_LIB::Asr::Asr | ( | ) |
Default constructor.
OSB_LIB::Asr::~Asr | ( | ) |
Destructor.
Id2<NetworkElement> OSB_LIB::Asr::elementId | ( | ) | const [inline] |
const DateTime& OSB_LIB::Asr::fromPeriod | ( | ) | const [inline] |
const std::string& OSB_LIB::Asr::inTrunkGroup | ( | ) | const [inline] |
const long OSB_LIB::Asr::inTrunkNo | ( | ) | const [inline] |
const std::string& OSB_LIB::Asr::outTrunkGroup | ( | ) | const [inline] |
const long OSB_LIB::Asr::outTrunkNo | ( | ) | const [inline] |
void OSB_LIB::Asr::save | ( | OSB_DB::Session & | session | ) |
const long OSB_LIB::Asr::successCalls | ( | ) | const [inline] |
const DateTime& OSB_LIB::Asr::toPeriod | ( | ) | const [inline] |
const long OSB_LIB::Asr::totalCalls | ( | ) | const [inline] |
friend class AsrProcessor [friend] |
friend class OSB_DB::AsrGw [friend] |
Definition at line 64 of file asrprocessor.h.
Id2<NetworkElement> OSB_LIB::Asr::elementId_ [private] |
DateTime OSB_LIB::Asr::fromPeriod_ [private] |
std::string OSB_LIB::Asr::inTrunkGroup_ [private] |
long OSB_LIB::Asr::inTrunkNo_ [private] |
std::string OSB_LIB::Asr::outTrunkGroup_ [private] |
long OSB_LIB::Asr::outTrunkNo_ [private] |
long OSB_LIB::Asr::successCalls_ [private] |
DateTime OSB_LIB::Asr::toPeriod_ [private] |
long OSB_LIB::Asr::totalCalls_ [private] |