Go to the source code of this file.
|
| ptrSATELLITE_PHY | satellite_phy_alloc (NETSIM_ID d, NETSIM_ID in) |
| |
| ptrSATELLITE_GW_PHY | satellite_gw_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) |
| |
| void | satellite_gw_phy_init (NETSIM_ID d, NETSIM_ID in) |
| |
| static double | calculate_propagation_delay (NETSIM_ID d, NETSIM_ID r) |
| |
| static void | satellite_send_packet (NetSim_PACKET *packet, NETSIM_ID d, NETSIM_ID in, NETSIM_ID r, NETSIM_ID rin) |
| |
| static void | write_trace (NetSim_PACKET *packet) |
| |
| static void | send_to_mac (NETSIM_ID d, NETSIM_ID in, NetSim_PACKET *packet, double time) |
| |
| static void | satellite_utphy_handle_phy_out () |
| |
| static void | satellite_ut_handle_phyIn () |
| |
| static void | satellite_gwphy_handle_phy_out () |
| |
| static void | satellite_gw_handle_phyIn () |
| |
| static void | forward_to_phyout () |
| |
| static void | satellite_handle_PhyIn () |
| |
| static void | satellite_forward_packet (NETSIM_ID d, NETSIM_ID in, NetSim_PACKET *packet, double time, NETSIM_ID r, NETSIM_ID rin) |
| |
| static void | satellite_handle_PhyOut () |
| |
| void | satellite_handle_phy_out () |
| |
| void | satellite_handle_phy_in () |
| |
◆ SPEED_OF_LIGHT
| #define SPEED_OF_LIGHT 299792458.0 |
◆ calculate_propagation_delay()
◆ forward_to_phyout()
| static void forward_to_phyout |
( |
| ) |
|
|
static |
◆ satellite_forward_packet()
◆ satellite_gw_handle_phyIn()
| static void satellite_gw_handle_phyIn |
( |
| ) |
|
|
static |
◆ satellite_gw_phy_alloc()
◆ satellite_gw_phy_init()
◆ satellite_gwphy_handle_phy_out()
| static void satellite_gwphy_handle_phy_out |
( |
| ) |
|
|
static |
◆ satellite_handle_phy_in()
| void satellite_handle_phy_in |
( |
| ) |
|
◆ satellite_handle_phy_out()
| void satellite_handle_phy_out |
( |
| ) |
|
◆ satellite_handle_PhyIn()
| static void satellite_handle_PhyIn |
( |
| ) |
|
|
static |
◆ satellite_handle_PhyOut()
| static void satellite_handle_PhyOut |
( |
| ) |
|
|
static |
◆ satellite_phy_alloc()
◆ satellite_send_packet()
◆ satellite_ut_handle_phyIn()
| static void satellite_ut_handle_phyIn |
( |
| ) |
|
|
static |
◆ satellite_ut_phy_alloc()
◆ satellite_ut_phy_init()
◆ satellite_utphy_handle_phy_out()
| static void satellite_utphy_handle_phy_out |
( |
| ) |
|
|
static |
◆ send_to_mac()
◆ write_trace()