|
RINASim
October 2016
Documentation of framework for OMNeT++
|
#include <FANotifier.h>Go to the source code of this file.
Functions | |
| Define_Module (FANotifier) | |
Variables | |
| const char * | MSG_FLO = "Flow" |
| const char * | MSG_FLOPOSI = "Flow+" |
| const char * | MSG_FLONEGA = "Flow-" |
| const char * | VAL_FLREQ = "Request " |
| const char * | VAL_FLREQPOSI = "Response+ " |
| const char * | VAL_FLREQNEGA = "Response- " |
| Define_Module | ( | FANotifier | ) |
| const char* MSG_FLO = "Flow" |
Definition at line 18 of file FANotifier.cc.
Referenced by FANotifier::sendCreateRequestFlow(), and FANotifier::sendDeleteRequestFlow().
| const char* MSG_FLONEGA = "Flow-" |
Definition at line 20 of file FANotifier.cc.
Referenced by FANotifier::sendCreateResponseNegative().
| const char* MSG_FLOPOSI = "Flow+" |
Definition at line 19 of file FANotifier.cc.
Referenced by FANotifier::sendCreateResponsePostive(), and FANotifier::sendDeleteResponseFlow().
| const char* VAL_FLREQ = "Request " |
Definition at line 25 of file FANotifier.cc.
| const char* VAL_FLREQNEGA = "Response- " |
Definition at line 27 of file FANotifier.cc.
| const char* VAL_FLREQPOSI = "Response+ " |
Definition at line 26 of file FANotifier.cc.