RINASim
October 2016
Documentation of framework for OMNeT++
|
Enrollment and CACE . More...
#include <omnetpp.h>
#include "Utils.h"
#include "RINASignals.h"
#include "Flow.h"
#include "CDAPMessage_m.h"
#include "ConnectionTable.h"
#include "ExternConsts.h"
#include "EnrollmentListeners.h"
#include "EnrollmentStateTable.h"
#include "Address.h"
#include "RIBd.h"
#include "EnrollmentObj.h"
#include "OperationObj.h"
#include "FABase.h"
Go to the source code of this file.
Classes | |
class | Enrollment |
Typedefs | |
typedef std::list< APNIPair > | APNIPairs |
typedef std::map< simtime_t, APNIPairs * > | EnrollCommands |
Variables | |
const char * | MSG_CONREQ |
const char * | MSG_CONREQRETRY |
const char * | MSG_CONRESPOS |
const char * | MSG_CONRESNEG |
const char * | MSG_ENRLCON |
const char * | MSG_ENRLREL |
Definition at line 66 of file Enrollment.h.
typedef std::map<simtime_t, APNIPairs*> EnrollCommands |
Definition at line 69 of file Enrollment.h.
const char* MSG_CONREQ |
Definition at line 43 of file Enrollment.cc.
Referenced by Enrollment::startCACE().
const char* MSG_CONREQRETRY |
Definition at line 44 of file Enrollment.cc.
Referenced by Enrollment::processNewConReq().
const char* MSG_CONRESNEG |
Definition at line 46 of file Enrollment.cc.
Referenced by Enrollment::processConResNega().
const char* MSG_CONRESPOS |
Definition at line 45 of file Enrollment.cc.
Referenced by Enrollment::processConResPosi().
const char* MSG_ENRLCON |
Definition at line 47 of file Enrollment.cc.
Referenced by Enrollment::handleMessage(), and Enrollment::parseConfig().
const char* MSG_ENRLREL |
Definition at line 48 of file Enrollment.cc.
Referenced by Enrollment::handleMessage(), and Enrollment::parseConfig().