RINASim  October 2016
Documentation of framework for OMNeT++
EnrollmentStateTable Class Reference

#include <EnrollmentStateTable.h>

Inheritance diagram for EnrollmentStateTable:

Public Member Functions

void insert (EnrollmentStateTableEntry entry)
 
EnrollmentStateTableEntryfindEntryByDstAPN (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
 

Detailed Description

Definition at line 42 of file EnrollmentStateTable.h.

Member Function Documentation

void EnrollmentStateTable::handleMessage ( cMessage *  msg)
protectedvirtual

Definition at line 67 of file EnrollmentStateTable.cc.

void EnrollmentStateTable::initialize ( )
protectedvirtual

Definition at line 41 of file EnrollmentStateTable.cc.

bool EnrollmentStateTable::isEnrolled ( const APN myApn)

Definition at line 73 of file EnrollmentStateTable.cc.

Referenced by Enrollment::initialize().

void EnrollmentStateTable::parseConfig ( cXMLElement *  config)
protected

Definition at line 85 of file EnrollmentStateTable.cc.

Referenced by initialize().

Member Data Documentation

EnrollStateTable EnrollmentStateTable::StateTable
private

Definition at line 56 of file EnrollmentStateTable.h.

Referenced by findEntryByDstAPN(), initialize(), insert(), and isEnrolled().


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