|
RINASim
October 2016
Documentation of framework for OMNeT++
|
#include <EnrollmentStateTable.h>
Public Member Functions | |
| void | insert (EnrollmentStateTableEntry entry) |
| EnrollmentStateTableEntry * | findEntryByDstAPN (const APN &apn) |
| bool | isEnrolled (const APN &myApn) |
Protected Member Functions | |
| virtual void | initialize () |
| virtual void | handleMessage (cMessage *msg) |
| void | parseConfig (cXMLElement *config) |
Private Attributes | |
| EnrollStateTable | StateTable |
Definition at line 42 of file EnrollmentStateTable.h.
| EnrollmentStateTableEntry * EnrollmentStateTable::findEntryByDstAPN | ( | const APN & | apn | ) |
Definition at line 56 of file EnrollmentStateTable.cc.
Referenced by Enrollment::handleMessage(), insert(), Enrollment::insertStateTableEntry(), Enrollment::receiveConnectRequest(), Enrollment::receiveNegativeConnectResponse(), Enrollment::receivePositiveConnectResponse(), Enrollment::receiveStartEnrollmentRequest(), Enrollment::receiveStartEnrollmentResponse(), Enrollment::receiveStopEnrollmentRequest(), and Enrollment::receiveStopEnrollmentResponse().
|
protectedvirtual |
Definition at line 67 of file EnrollmentStateTable.cc.
|
protectedvirtual |
Definition at line 41 of file EnrollmentStateTable.cc.
| void EnrollmentStateTable::insert | ( | EnrollmentStateTableEntry | entry | ) |
Definition at line 50 of file EnrollmentStateTable.cc.
Referenced by Enrollment::initialize(), Enrollment::insertStateTableEntry(), parseConfig(), Enrollment::receiveConnectRequest(), and Enrollment::startCACE().
| bool EnrollmentStateTable::isEnrolled | ( | const APN & | myApn | ) |
Definition at line 73 of file EnrollmentStateTable.cc.
Referenced by Enrollment::initialize().
|
protected |
Definition at line 85 of file EnrollmentStateTable.cc.
Referenced by initialize().
|
private |
Definition at line 56 of file EnrollmentStateTable.h.
Referenced by findEntryByDstAPN(), initialize(), insert(), and isEnrolled().