Added postActivate() to the target interface, for outputting any target specific info after activation.
Removed the logging of the generic target ID from the TargetController
This commit is contained in:
@@ -78,6 +78,13 @@ namespace Targets
|
||||
*/
|
||||
virtual void deactivate() = 0;
|
||||
|
||||
/**
|
||||
* This function is called immediately after successful target activation.
|
||||
*
|
||||
* It's a good place to log any info that we can extract from the target, that will be useful to the user.
|
||||
*/
|
||||
virtual void postActivate() = 0;
|
||||
|
||||
/**
|
||||
* Should generate a TargetDescriptor for the current target.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user