This class can map strings(commands) and functions receiving no arguments returning an int value.
Dependents: Interference_Simple StrCommandHandler_Demo
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
4:59a5e39e3e91 | 2020-08-10 | aktk | Modify the callbacks which are to be received and registered to those which receive the command str received as an argument.; |
3:049a5f083f32 | 2019-11-27 | aktk | Modified the ret type of the function pointer int -> void* |
2:a4873d38a32c | 2019-11-14 | aktk | modified the return type of exe() and callbacks to (void *) |
1:1d46d90eb7bf | 2019-10-31 | aktk | Removed analyzeValue(); Modifieded comments; |
0:024213917a9f | 2019-10-31 | aktk | first publish; |