SIM_INTERFACE(ieee_802_15_4_control) { void (*set_rssi)(conf_object_t *NOTNULL obj, uint64 tgt_ep_id, uint32 rssi); void (*remove_rssi)(conf_object_t *NOTNULL obj, uint64 tgt_ep_id); void (*clear_all_rssi)(conf_object_t *NOTNULL obj); }; #define IEEE_802_15_4_CONTROL_INTERFACE "ieee_802_15_4_control"
The ieee_802_15_4_control
interface is implemented by the
IEEE 802.15.4 link endpoint objects that provide a interface for endpoint
configuration. Simics command (Python program) calls set_rssi,
remove_rssi and clear_all_rssi to update
the RSSI table.