![]() |
NetSim Source Code Help
|
#include <Mobility.h>

Data Fields | |
| double | dPauseTime |
| To store the pause time. More... | |
| double | dVelocity |
| To store the velocity. More... | |
| unsigned long | ulSeed1 |
| Used to generate random point. More... | |
| unsigned long | ulSeed2 |
| Used to generate random point More... | |
| double | dLastTime |
| Represent the devices last move time. More... | |
| NETSIM_ID | nGroupId |
| To store group id of device. More... | |
| double | dCalculationInterval |
| char * | sumoFileName |
| double | step_size |
| double | Max_Speed |
| double | Min_Speed |
| double | Stop_Probability |
| double | Stop_Duration |
| double | Pedestrain_Speed |
| double | angel |
Definition at line 71 of file Mobility.h.
| double stru_NetSim_MobilityVar::angel |
Definition at line 89 of file Mobility.h.
| double stru_NetSim_MobilityVar::dCalculationInterval |
Definition at line 79 of file Mobility.h.
| double stru_NetSim_MobilityVar::dLastTime |
Represent the devices last move time.
Definition at line 77 of file Mobility.h.
| double stru_NetSim_MobilityVar::dPauseTime |
To store the pause time.
Definition at line 73 of file Mobility.h.
| double stru_NetSim_MobilityVar::dVelocity |
To store the velocity.
Definition at line 74 of file Mobility.h.
| double stru_NetSim_MobilityVar::Max_Speed |
Definition at line 84 of file Mobility.h.
| double stru_NetSim_MobilityVar::Min_Speed |
Definition at line 85 of file Mobility.h.
| NETSIM_ID stru_NetSim_MobilityVar::nGroupId |
To store group id of device.
Definition at line 78 of file Mobility.h.
| double stru_NetSim_MobilityVar::Pedestrain_Speed |
Definition at line 88 of file Mobility.h.
| double stru_NetSim_MobilityVar::step_size |
Definition at line 82 of file Mobility.h.
| double stru_NetSim_MobilityVar::Stop_Duration |
Definition at line 87 of file Mobility.h.
| double stru_NetSim_MobilityVar::Stop_Probability |
Definition at line 86 of file Mobility.h.
| char* stru_NetSim_MobilityVar::sumoFileName |
Definition at line 81 of file Mobility.h.
| unsigned long stru_NetSim_MobilityVar::ulSeed1 |
Used to generate random point.
Definition at line 75 of file Mobility.h.
| unsigned long stru_NetSim_MobilityVar::ulSeed2 |
Used to generate random point
Definition at line 76 of file Mobility.h.