![]() |
NetSim Source Code Help
|


Go to the source code of this file.
Data Structures | |
| struct | stru_satellite_phy |
| struct | stru_satellite_ut_phy |
| struct | stru_satellite_gw_phy |
Macros | |
| #define | _NETSIM_SATELLITE_PHY_H_ |
Typedefs | |
| typedef struct stru_satellite_phy | SATELLITE_PHY |
| typedef struct stru_satellite_phy * | ptrSATELLITE_PHY |
| typedef struct stru_satellite_ut_phy | SATELLITE_UT_PHY |
| typedef struct stru_satellite_ut_phy * | ptrSATELLITE_UT_PHY |
| typedef struct stru_satellite_gw_phy | SATELLITE_GW_PHY |
| typedef struct stru_satellite_gw_phy * | ptrSATELLITE_GW_PHY |
Functions | |
| ptrSATELLITE_PHY | satellite_phy_alloc (NETSIM_ID d, NETSIM_ID in) |
| ptrSATELLITE_UT_PHY | satellite_ut_phy_alloc (NETSIM_ID d, NETSIM_ID in) |
| void | satellite_ut_phy_init (NETSIM_ID d, NETSIM_ID in) |
| ptrSATELLITE_GW_PHY | satellite_gw_phy_alloc (NETSIM_ID d, NETSIM_ID in) |
| void | satellite_gw_phy_init (NETSIM_ID d, NETSIM_ID in) |
| #define _NETSIM_SATELLITE_PHY_H_ |
Definition at line 26 of file Satellite_PHY.h.
| typedef struct stru_satellite_gw_phy * ptrSATELLITE_GW_PHY |
| typedef struct stru_satellite_phy * ptrSATELLITE_PHY |
| typedef struct stru_satellite_ut_phy * ptrSATELLITE_UT_PHY |
| typedef struct stru_satellite_gw_phy SATELLITE_GW_PHY |
| typedef struct stru_satellite_phy SATELLITE_PHY |
| typedef struct stru_satellite_ut_phy SATELLITE_UT_PHY |
| ptrSATELLITE_GW_PHY satellite_gw_phy_alloc | ( | NETSIM_ID | d, |
| NETSIM_ID | in | ||
| ) |
Definition at line 68 of file Satellite_PHY.c.


| ptrSATELLITE_PHY satellite_phy_alloc | ( | NETSIM_ID | d, |
| NETSIM_ID | in | ||
| ) |
| ptrSATELLITE_UT_PHY satellite_ut_phy_alloc | ( | NETSIM_ID | d, |
| NETSIM_ID | in | ||
| ) |
Definition at line 62 of file Satellite_PHY.c.

