Hello everyone,
is it some how possible to call funktion from an array?
What i want to do is a Systemcheck depending on some events which happens. These events write data in an Array
char* syscheck[] = {"Timer" , "Sensor"};
syscheck now has the names of the funkctions which should be called.
Do i have to check every entry per hand and when it is in the array call the function "per hand" or can i somehow do a call direktly?
CL
PS my english is bad, so sorry for it :~