NetSim Source Code Help
Loading...
Searching...
No Matches
MobilityInterface.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define _NETSIM_MOBILITYINTERFACE_H_
 

Functions

bool fnMobility_findIntersect (NetSim_COORDINATES *p1, NetSim_COORDINATES *q1, NetSim_COORDINATES *p2, NetSim_COORDINATES *q2, NetSim_COORDINATES *intersect)
 
bool fnMobility_isPosInsideBuilding (NetSim_COORDINATES *pos, NETSIM_ID id)
 
UINT fnMobility_isPosInsideAnyBuilding (NetSim_COORDINATES *pos)
 
bool fnMobility_findIntersectionPointbyBuilding (NetSim_COORDINATES *p1, NetSim_COORDINATES *p2, UINT id, NetSim_COORDINATES *ret)
 
double fnMobility_findIndoorDistance (NetSim_COORDINATES *p1, NetSim_COORDINATES *p2)
 

Macro Definition Documentation

◆ _NETSIM_MOBILITYINTERFACE_H_

#define _NETSIM_MOBILITYINTERFACE_H_

Definition at line 26 of file MobilityInterface.h.

Function Documentation

◆ fnMobility_findIndoorDistance()

double fnMobility_findIndoorDistance ( NetSim_COORDINATES p1,
NetSim_COORDINATES p2 
)

Definition at line 135 of file Building.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ fnMobility_findIntersect()

bool fnMobility_findIntersect ( NetSim_COORDINATES p1,
NetSim_COORDINATES q1,
NetSim_COORDINATES p2,
NetSim_COORDINATES q2,
NetSim_COORDINATES intersect 
)

Definition at line 27 of file Geometry.c.

Here is the caller graph for this function:

◆ fnMobility_findIntersectionPointbyBuilding()

bool fnMobility_findIntersectionPointbyBuilding ( NetSim_COORDINATES p1,
NetSim_COORDINATES p2,
UINT  id,
NetSim_COORDINATES ret 
)

Definition at line 99 of file Building.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ fnMobility_isPosInsideAnyBuilding()

UINT fnMobility_isPosInsideAnyBuilding ( NetSim_COORDINATES pos)

Definition at line 88 of file Building.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ fnMobility_isPosInsideBuilding()

bool fnMobility_isPosInsideBuilding ( NetSim_COORDINATES pos,
NETSIM_ID  id 
)

Definition at line 80 of file Building.c.

Here is the caller graph for this function: