Data Structure for a Layer
C Structure for a specific layer:
typedef struct glomo_radio_str {
… /* General radio layer variables */
Based on “radioType” different model specific structures are accessed through “radioVar”.
Radio layer is the simplest layer type (one radio type per simulation). Other layers have multiple protocols and multiple instances running at once.