Project

General

Profile

Revision 0e0ef125

ID0e0ef125acb739b01d83438a12f5a9f51f0d4268
Parent 16097fcf
Child 0e916314

Added by Priya over 11 years ago

Changes to add ghost scout to sim frame and make it show up on the simulator.
Currently the functionality for killing scouts does not kill the ghost scout. That needs to be fixed eventually.

View differences:

scout/scoutsim/src/sim_frame.h
62 62
#include <map>
63 63

  
64 64
#include "scout.h"
65
#include "ghost_scout.h"
65 66
#include "scoutsim_internal.h"
66 67
#include "messages/WirelessPacket.h"
67 68

  
......
163 164

  
164 165
            typedef std::map<std::string, ScoutPtr> M_Scout;
165 166
            M_Scout scouts;
167
            std::vector<GhostScout*> ghost_scouts;
166 168
            uint32_t id_counter;
167 169

  
168 170
            std::string images_path;

Also available in: Unified diff