RINASim
October 2016
Documentation of framework for OMNeT++
|
#include "AEExtendedPing.h"
Go to the source code of this file.
Functions | |
Define_Module (AEExtendedPing) | |
Variables | |
const char * | TIM_START_E = "StartCommunication" |
const char * | TIM_CONNECT_E = "StartConnection" |
const char * | TIM_STOP_E = "StopCommunication" |
const char * | MSG_PING_E = "PING-" |
const char * | PAR_START_E = "startAt" |
const char * | PAR_STOP_E = "stopAt" |
const char * | PAR_CONNECT_E = "connectAt" |
const char * | PAR_PING_E = "pingAt" |
const char * | PAR_RATE_E = "rate" |
const char * | PAR_SIZE_E = "size" |
const char * | PAR_DSTAPNAME_E = "dstApName" |
const char * | PAR_DSTAPINSTANCE_E = "dstApInstance" |
const char * | PAR_DSTAENAME_E = "dstAeName" |
const char * | PAR_DSTAEINSTANCE_E = "dstAeInstance" |
const char * | PAR_AUTH_TYPE_E = "authType" |
const char * | PAR_AUTH_NAME_E = "authName" |
const char * | PAR_AUTH_OTHER_E = "authOther" |
const char * | PAR_AUTH_PASS_E = "authPassword" |
const char * | VAL_MODULEPATH_E = "getFullPath()" |
const char * | VAL_CONNECTION_E = "connect" |
const char * | VAL_RELEASE_E = "release" |
Define_Module | ( | AEExtendedPing | ) |
const char* MSG_PING_E = "PING-" |
Definition at line 31 of file AEExtendedPing.cc.
Referenced by AEExtendedPing::handleSelfMessage(), and AEExtendedPing::preparePing().
const char* PAR_AUTH_NAME_E = "authName" |
Definition at line 43 of file AEExtendedPing.cc.
Referenced by AEExtendedPing::initialize().
const char* PAR_AUTH_OTHER_E = "authOther" |
Definition at line 44 of file AEExtendedPing.cc.
Referenced by AEExtendedPing::initialize().
const char* PAR_AUTH_PASS_E = "authPassword" |
Definition at line 45 of file AEExtendedPing.cc.
Referenced by AEExtendedPing::initialize().
const char* PAR_AUTH_TYPE_E = "authType" |
Definition at line 42 of file AEExtendedPing.cc.
Referenced by AEExtendedPing::initialize().
const char* PAR_CONNECT_E = "connectAt" |
Definition at line 34 of file AEExtendedPing.cc.
Referenced by AEExtendedPing::initialize().
const char* PAR_DSTAEINSTANCE_E = "dstAeInstance" |
Definition at line 41 of file AEExtendedPing.cc.
Referenced by AEExtendedPing::initialize().
const char* PAR_DSTAENAME_E = "dstAeName" |
Definition at line 40 of file AEExtendedPing.cc.
Referenced by AEExtendedPing::initialize().
const char* PAR_DSTAPINSTANCE_E = "dstApInstance" |
Definition at line 39 of file AEExtendedPing.cc.
Referenced by AEExtendedPing::initialize().
const char* PAR_DSTAPNAME_E = "dstApName" |
Definition at line 38 of file AEExtendedPing.cc.
Referenced by AEExtendedPing::initialize().
const char* PAR_PING_E = "pingAt" |
Definition at line 35 of file AEExtendedPing.cc.
Referenced by AEExtendedPing::initialize().
const char* PAR_RATE_E = "rate" |
Definition at line 36 of file AEExtendedPing.cc.
Referenced by AEExtendedPing::initialize().
const char* PAR_SIZE_E = "size" |
Definition at line 37 of file AEExtendedPing.cc.
Referenced by AEExtendedPing::initialize().
const char* PAR_START_E = "startAt" |
Definition at line 32 of file AEExtendedPing.cc.
Referenced by AEExtendedPing::initialize().
const char* PAR_STOP_E = "stopAt" |
Definition at line 33 of file AEExtendedPing.cc.
Referenced by AEExtendedPing::initialize().
const char* TIM_CONNECT_E = "StartConnection" |
Definition at line 29 of file AEExtendedPing.cc.
Referenced by AEExtendedPing::handleSelfMessage(), and AEExtendedPing::prepareConnectionRequest().
const char* TIM_START_E = "StartCommunication" |
Definition at line 28 of file AEExtendedPing.cc.
Referenced by AEExtendedPing::handleSelfMessage(), and AEExtendedPing::prepareAllocateRequest().
const char* TIM_STOP_E = "StopCommunication" |
Definition at line 30 of file AEExtendedPing.cc.
Referenced by AEExtendedPing::handleSelfMessage(), and AEExtendedPing::prepareDeallocateRequest().
const char* VAL_CONNECTION_E = "connect" |
Definition at line 47 of file AEExtendedPing.cc.
Referenced by AEExtendedPing::handleSelfMessage().
const char* VAL_MODULEPATH_E = "getFullPath()" |
Definition at line 46 of file AEExtendedPing.cc.
Referenced by AEExtendedPing::handleSelfMessage(), AEExtendedPing::processMRead(), and AEExtendedPing::processMReadR().
const char* VAL_RELEASE_E = "release" |
Definition at line 48 of file AEExtendedPing.cc.
Referenced by AEExtendedPing::handleSelfMessage().