38#ifndef UWSCTRACK_MODULE_H
39#define UWSCTRACK_MODULE_H
70 virtual int command(
int argc,
const char *
const *argv)
override;
77 virtual void recv(Packet *)
override;
UwSCTrackerModule class adds to the UwTrackerModule class the possibility to send cross layer message...
virtual ~UwSCTrackerModule()=default
Destructor of UwSCTrackerModule class.
virtual int command(int argc, const char *const *argv) override
TCL command interpreter.
std::list< Position > tracked_mines
Positions of the mines tracked by the follower.
int leader_id
ID of the Tracker leader.
UwSCTrackerModule()
Default Constructor of UwSCTrackerModule class.
virtual void recv(Packet *) override
Performs the reception of packets from upper and lower layers.
UwTrackerModule class is used to track mobile nodes via sonar and share tracking information via pack...
Provides the definition of the class UWROV.