|
RINASim
October 2016
Documentation of framework for OMNeT++
|
#include <EnrollmentStateTableEntry.h>
Private Attributes | |
| APNamingInfo | Source |
| APNamingInfo | Destination |
| CACEConnectionStatus | conStatus |
| EnrollmentStatus | enrollStatus |
| int | connectRetries |
| bool | immediateEnrollment |
Definition at line 41 of file EnrollmentStateTableEntry.h.
| Enumerator | |
|---|---|
| CON_ERROR | |
| CON_NIL | |
| CON_FLOWPENDING | |
| CON_CONNECTPENDING | |
| CON_AUTHENTICATING | |
| CON_ESTABLISHED | |
| CON_RELEASING | |
Definition at line 43 of file EnrollmentStateTableEntry.h.
Definition at line 51 of file EnrollmentStateTableEntry.h.
| EnrollmentStateTableEntry::EnrollmentStateTableEntry | ( | ) |
Definition at line 35 of file EnrollmentStateTableEntry.cc.
| EnrollmentStateTableEntry::EnrollmentStateTableEntry | ( | APNamingInfo | src, |
| APNamingInfo | dst, | ||
| EnrollmentStateTableEntry::CACEConnectionStatus | status | ||
| ) |
Definition at line 43 of file EnrollmentStateTableEntry.cc.
| EnrollmentStateTableEntry::EnrollmentStateTableEntry | ( | APNamingInfo | src, |
| APNamingInfo | dst, | ||
| EnrollmentStateTableEntry::CACEConnectionStatus | status, | ||
| EnrollmentStateTableEntry::EnrollmentStatus | enrstat | ||
| ) |
Definition at line 50 of file EnrollmentStateTableEntry.cc.
|
virtual |
Definition at line 76 of file EnrollmentStateTableEntry.cc.
| std::string EnrollmentStateTableEntry::getCACEConnectionStatusString | ( | ) | const |
Definition at line 122 of file EnrollmentStateTableEntry.cc.
Referenced by info().
| EnrollmentStateTableEntry::CACEConnectionStatus EnrollmentStateTableEntry::getCACEConStatus | ( | ) | const |
Definition at line 102 of file EnrollmentStateTableEntry.cc.
Referenced by Enrollment::receiveConnectRequest().
| int EnrollmentStateTableEntry::getCurrentConnectRetries | ( | ) |
Definition at line 90 of file EnrollmentStateTableEntry.cc.
| EnrollmentStateTableEntry::EnrollmentStatus EnrollmentStateTableEntry::getEnrollmentStatus | ( | ) | const |
| std::string EnrollmentStateTableEntry::getEnrollmentStatusString | ( | ) | const |
Definition at line 136 of file EnrollmentStateTableEntry.cc.
Referenced by info().
| bool EnrollmentStateTableEntry::getIsImmediateEnrollment | ( | ) |
Definition at line 94 of file EnrollmentStateTableEntry.cc.
Referenced by Enrollment::processStopEnrollmentResponse(), and Enrollment::receiveStopEnrollmentResponse().
| const APNamingInfo & EnrollmentStateTableEntry::getLocal | ( | ) | const |
Definition at line 174 of file EnrollmentStateTableEntry.cc.
Referenced by EnrollmentStateTable::isEnrolled(), Enrollment::processConResNega(), Enrollment::processConResPosi(), Enrollment::processNewConReq(), Enrollment::processStopEnrollmentImmediate(), Enrollment::processStopEnrollmentResponse(), Enrollment::receiveStartEnrollmentRequest(), Enrollment::signalizeEnrollmentFinished(), and Enrollment::startEnrollment().
| const APNamingInfo & EnrollmentStateTableEntry::getRemote | ( | ) | const |
Definition at line 182 of file EnrollmentStateTableEntry.cc.
Referenced by EnrollmentStateTable::findEntryByDstAPN(), EnrollmentStateTable::insert(), Enrollment::processConResNega(), Enrollment::processConResPosi(), Enrollment::processNewConReq(), Enrollment::processStopEnrollmentImmediate(), Enrollment::processStopEnrollmentResponse(), Enrollment::receiveStartEnrollmentRequest(), Enrollment::signalizeEnrollmentFinished(), and Enrollment::startEnrollment().
| void EnrollmentStateTableEntry::increaseCurrentConnectRetries | ( | ) |
Definition at line 106 of file EnrollmentStateTableEntry.cc.
Referenced by Enrollment::processConResNega().
| std::string EnrollmentStateTableEntry::info | ( | ) | const |
Definition at line 153 of file EnrollmentStateTableEntry.cc.
Referenced by operator<<().
| void EnrollmentStateTableEntry::setCACEConStatus | ( | EnrollmentStateTableEntry::CACEConnectionStatus | status | ) |
Definition at line 110 of file EnrollmentStateTableEntry.cc.
Referenced by Enrollment::processConResNega(), Enrollment::processConResPosi(), Enrollment::processNewConReq(), Enrollment::receiveConnectRequest(), Enrollment::receiveNegativeConnectResponse(), and Enrollment::receivePositiveConnectResponse().
| void EnrollmentStateTableEntry::setEnrollmentStatus | ( | EnrollmentStateTableEntry::EnrollmentStatus | status | ) |
Definition at line 114 of file EnrollmentStateTableEntry.cc.
Referenced by Enrollment::processConResPosi(), Enrollment::processStopEnrollmentImmediate(), Enrollment::processStopEnrollmentResponse(), Enrollment::receiveStartEnrollmentResponse(), Enrollment::receiveStopEnrollmentRequest(), Enrollment::receiveStopEnrollmentResponse(), and Enrollment::startEnrollment().
| void EnrollmentStateTableEntry::setIsImmediateEnrollment | ( | bool | immediate | ) |
Definition at line 98 of file EnrollmentStateTableEntry.cc.
Referenced by Enrollment::processStopEnrollmentImmediate(), and Enrollment::receiveStopEnrollmentRequest().
| void EnrollmentStateTableEntry::setLocal | ( | const APNamingInfo & | local | ) |
Definition at line 178 of file EnrollmentStateTableEntry.cc.
| void EnrollmentStateTableEntry::setRemote | ( | const APNamingInfo & | remote | ) |
Definition at line 186 of file EnrollmentStateTableEntry.cc.
|
private |
Definition at line 94 of file EnrollmentStateTableEntry.h.
Referenced by getCurrentConnectRetries(), increaseCurrentConnectRetries(), and ~EnrollmentStateTableEntry().
|
private |
Definition at line 92 of file EnrollmentStateTableEntry.h.
Referenced by getCACEConnectionStatusString(), getCACEConStatus(), setCACEConStatus(), and ~EnrollmentStateTableEntry().
|
private |
Definition at line 91 of file EnrollmentStateTableEntry.h.
Referenced by getRemote(), info(), setRemote(), and ~EnrollmentStateTableEntry().
|
private |
Definition at line 93 of file EnrollmentStateTableEntry.h.
Referenced by getEnrollmentStatus(), getEnrollmentStatusString(), setEnrollmentStatus(), and ~EnrollmentStateTableEntry().
|
private |
Definition at line 95 of file EnrollmentStateTableEntry.h.
Referenced by getIsImmediateEnrollment(), and setIsImmediateEnrollment().
|
private |
Definition at line 90 of file EnrollmentStateTableEntry.h.
Referenced by getLocal(), info(), setLocal(), and ~EnrollmentStateTableEntry().