This class can map strings(commands) and functions receiving no arguments returning an int value.

Dependents:   Interference_Simple StrCommandHandler_Demo

History

Modify the callbacks which are to be received and registered to those which receive the command str received as an argument.; default tip

2020-08-10, by aktk [Mon, 10 Aug 2020 10:35:29 +0000] rev 4

Modify the callbacks which are to be received and registered to those which receive the command str received as an argument.;


Modified the ret type of the function pointer int -> void*

2019-11-27, by aktk [Wed, 27 Nov 2019 23:11:11 +0000] rev 3

Modified the ret type of the function pointer int -> void*


modified the return type of exe() and callbacks to (void *)

2019-11-14, by aktk [Thu, 14 Nov 2019 00:40:03 +0000] rev 2

modified the return type of exe() and callbacks to (void *)


Removed analyzeValue(); Modifieded comments;

2019-10-31, by aktk [Thu, 31 Oct 2019 18:57:43 +0000] rev 1

Removed analyzeValue(); Modifieded comments;


first publish;

2019-10-31, by aktk [Thu, 31 Oct 2019 02:48:35 +0000] rev 0

first publish;