Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: TargetManagerManualTest NerfUSTarget
TargetHitCallback.hpp
00001 #ifndef TARGET_HIT_CALLBACK_HPP 00002 #define TARGET_HIT_CALLBACK_HPP 00003 00004 #include "NerfusCallbackInterface.hpp" 00005 #include "TargetManagerInterface.hpp" 00006 00007 class TargetHitCallback : public NerfusCallbackInterface 00008 { 00009 public: 00010 TargetHitCallback(TargetManagerInterface& target_manager, int id); 00011 virtual void call(); 00012 00013 private: 00014 TargetManagerInterface& target_manager; 00015 const int id; 00016 }; 00017 00018 #endif
Generated on Tue Jul 12 2022 17:18:21 by
1.7.2