NerfUS mobile node that manages a target for the Nerf gun firing range
Dependencies: LedController mbed-rtos mbed NerfUSXbee Servomotor TargetManager
Fork of NerfUS by
source/TargetManager.cpp
- Committer:
- Maxime Dupuis
- Date:
- 2017-03-27
- Revision:
- 30:412a779cf607
- Parent:
- 28:8fc53a870691
- Child:
- 32:50b777bab5a4
File content as of revision 30:412a779cf607:
#include "TargetManager.hpp" TargetManager::TargetManager(std::vector<TargetInterface*>& targets, NerfusTickerInterface& nerfus_ticker) : targets(targets), nerfus_ticker(nerfus_ticker) { } void TargetManager::target_hit(int target_number) { } void TargetManager::target_missed(int target_number) { }