SimpleDroneProtocol

Description

Functions

initialize

virtual void initialize(int stage) override;

Performs the initialization of our module. This is a function that most OMNeT++ modules will override

finish

virtual void finish() override;

Called when the simulation finishes

handlePacket

virtual void handlePacket(Packet *pk) override;

Gets called when a packet is recieved from the communication module

updatePayload

virtual void updatePayload();

Helper function that updates packet content with the current collected data