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
TargetMissedCallback.cpp
00001 #include "TargetMissedCallback.hpp" 00002 00003 TargetMissedCallback::TargetMissedCallback(TargetManagerInterface& target_manager, const int id) : 00004 target_manager(target_manager), 00005 id(id) 00006 { 00007 } 00008 00009 void TargetMissedCallback::call() 00010 { 00011 target_manager.target_missed(id); 00012 }
Generated on Tue Jul 12 2022 17:18:21 by
1.7.2