Layer Interaction With Events
Packets traversing layers are annotated with information that simulates inter-layer parameter passing (allows for simulation delay).
Likewise, for non-packets and self events.
C Structures are used to define set of parameters for simulated API function call:
typedef struct {
} PacketMacToRadio;
Each event type must be given its unique (within its context) “Event Type ID” number.