Structure for Erlang_call application. More...
#include <Application.h>

Data Fields | |
| DISTRIBUTION | callDurationDistribution |
| double | dCallDuration |
| DISTRIBUTION | callIATDistribution |
| double | dCallIAT |
| int ** | nCallStatus |
| double ** | dCallEndTime |
| NetSim_PACKET *** | nextPacket |
| APP_VOICE_INFO | VoiceInfo |
| unsigned long long int ** | nEventId |
| unsigned long long int ** | nAppoutevent |
| int(* | fn_BlockCall )(ptrAPPLICATION_INFO appInfo, NETSIM_ID nSourceId, NETSIM_ID nDestinationId, double time) |
Structure for Erlang_call application.
Definition at line 342 of file Application.h.
| DISTRIBUTION stru_Application_CallInfo::callDurationDistribution |
Definition at line 344 of file Application.h.
| DISTRIBUTION stru_Application_CallInfo::callIATDistribution |
Definition at line 346 of file Application.h.
| double stru_Application_CallInfo::dCallDuration |
Definition at line 345 of file Application.h.
| double** stru_Application_CallInfo::dCallEndTime |
Definition at line 349 of file Application.h.
| double stru_Application_CallInfo::dCallIAT |
Definition at line 347 of file Application.h.
| int(* stru_Application_CallInfo::fn_BlockCall) (ptrAPPLICATION_INFO appInfo, NETSIM_ID nSourceId, NETSIM_ID nDestinationId, double time) |
Definition at line 355 of file Application.h.
| unsigned long long int** stru_Application_CallInfo::nAppoutevent |
Definition at line 354 of file Application.h.
| int** stru_Application_CallInfo::nCallStatus |
Definition at line 348 of file Application.h.
| unsigned long long int** stru_Application_CallInfo::nEventId |
Definition at line 353 of file Application.h.
| NetSim_PACKET*** stru_Application_CallInfo::nextPacket |
Definition at line 350 of file Application.h.
| APP_VOICE_INFO stru_Application_CallInfo::VoiceInfo |
Definition at line 351 of file Application.h.