ctrl k
  • service/src/simulationmodel/entity/decorator/DroneBatteryDecorator.cc
    ■ ■ ■ ■ ■
    skipped 37 lines
    38 38   sub->notifyObservers(message);
    39 39   }
    40 40   }
    41  - 
    42  - // std::cout << "Current Charge: " << currentCharge << std::endl;
    43 41  }
    44 42   
    45 43  unsigned DroneBatteryDecorator::getCurrentCharge() {
    skipped 111 lines
    157 155   " does not have enough charge to finish strategy, " +
    158 156   "so heading to recharge station";
    159 157   sub->notifyObservers(message);
    160  - // headToRechargeStation(findNearestRechargeStation());
     158 + headToRechargeStation(findNearestRechargeStation());
    161 159   }
    162 160  }
    163 161   
    skipped 49 lines
Page is in error, reload to recover