JulienKluge/SMAeroControler

Change Type-definitions

Closed this issue · 0 comments

replace the old functag and funcenum of the includes to the new declaration style
with typedef.

functag public Action:SrvCmd(args);
becomes to
typedef SrvCmd = function Action (int args);

Take an eye of the funcenum. Is there an direct "typedefenum" or something? Look into standart includes.