Project

General

Profile

Revision 31be19a6

ID31be19a6f1dbf2140fc23d0e97e1a5a706cb78b8
Parent 60b98383
Child 8ccec82f

Added by Priya about 12 years ago

Behaviours now have names!

View differences:

scout/libscout/src/behaviors/trafficNavigation.h
136 136
class trafficNavigation : Behavior
137 137
{
138 138
    public:
139
        trafficNavigation(std::string scoutname) : Behavior(scoutname) {};
139
        trafficNavigation(std::string scoutname) : Behavior(scoutname, "traffic_nav") {};
140 140

  
141 141
        void run();
142 142
		int wirelessPacketHandle(int state);

Also available in: Unified diff