RINASim  October 2016
Documentation of framework for OMNeT++
DAFEnrollment.cc File Reference

DAFEnrollment and CACE . More...

#include "DAFEnrollment.h"

Go to the source code of this file.

Functions

 Define_Module (DAFEnrollment)
 

Variables

const char * DAF_PAR_AUTH_TYPE = "authType"
 
const char * DAF_PAR_AUTH_NAME = "authName"
 
const char * DAF_PAR_AUTH_OTHER = "authOther"
 
const char * DAF_PAR_AUTH_PASS = "authPassword"
 
const char * DAF_PAR_CON_RETRIES = "maxConRetries"
 
const char * DAF_PAR_ISSELFENROL = "isSelfEnrolled"
 
const char * DAF_MSG_ENRLCON = "Enrol-Connect"
 
const char * DAF_MSG_ENRLREL = "Enrol-Release"
 
const char * DAF_ELEM_PREENROL = "Preenrollment"
 
const char * DAF_ELEM_SIMTIME = "SimTime"
 
const char * DAF_ELEM_CONNECT = "Connect"
 
const char * DAF_ELEM_RELEASE = "Release"
 
const char * DAF_ATTR_TIME = "t"
 

Detailed Description

DAFEnrollment and CACE .

Author
Kamil Jerabek (xjera.nosp@m.b18@.nosp@m.stud..nosp@m.fit..nosp@m.vutbr.nosp@m..cz)
Date
Apr 1, 2015

Definition in file DAFEnrollment.cc.

Function Documentation

Define_Module ( DAFEnrollment  )

Variable Documentation

const char* DAF_ATTR_TIME = "t"

Definition at line 50 of file DAFEnrollment.cc.

Referenced by DAFEnrollment::parseConfig().

const char* DAF_ELEM_CONNECT = "Connect"

Definition at line 48 of file DAFEnrollment.cc.

Referenced by DAFEnrollment::parseConfig().

const char* DAF_ELEM_PREENROL = "Preenrollment"

Definition at line 46 of file DAFEnrollment.cc.

Referenced by DAFEnrollment::parseConfig().

const char* DAF_ELEM_RELEASE = "Release"

Definition at line 49 of file DAFEnrollment.cc.

Referenced by DAFEnrollment::parseConfig().

const char* DAF_ELEM_SIMTIME = "SimTime"

Definition at line 47 of file DAFEnrollment.cc.

Referenced by DAFEnrollment::parseConfig().

const char* DAF_MSG_ENRLCON = "Enrol-Connect"

Definition at line 43 of file DAFEnrollment.cc.

Referenced by DAFEnrollment::handleMessage(), and DAFEnrollment::parseConfig().

const char* DAF_MSG_ENRLREL = "Enrol-Release"

Definition at line 44 of file DAFEnrollment.cc.

Referenced by DAFEnrollment::handleMessage(), and DAFEnrollment::parseConfig().

const char* DAF_PAR_AUTH_NAME = "authName"

Definition at line 37 of file DAFEnrollment.cc.

Referenced by DAFEnrollment::initialize().

const char* DAF_PAR_AUTH_OTHER = "authOther"

Definition at line 38 of file DAFEnrollment.cc.

Referenced by DAFEnrollment::initialize().

const char* DAF_PAR_AUTH_PASS = "authPassword"

Definition at line 39 of file DAFEnrollment.cc.

Referenced by DAFEnrollment::initialize().

const char* DAF_PAR_AUTH_TYPE = "authType"

Definition at line 36 of file DAFEnrollment.cc.

Referenced by DAFEnrollment::initialize().

const char* DAF_PAR_CON_RETRIES = "maxConRetries"

Definition at line 40 of file DAFEnrollment.cc.

Referenced by DAFEnrollment::initialize().

const char* DAF_PAR_ISSELFENROL = "isSelfEnrolled"

Definition at line 41 of file DAFEnrollment.cc.