ERIS CORE

◆ messageHandler()

void AppAIfES::messageHandler ( AppBaseClass sender,
const char *  message 
)
inlinevirtual

receiver method for inter-app string based communication

Parameters
uval
fval

Reimplemented from AppBaseClass.

Definition at line 92 of file AppAIfES.h.

92  {
93  if(sender->isName("SOME APP NAME")){
94  //do something
95  }
96  }
bool isName(const char *name_string)
Compares the name_string to the app class instance name (string)
Definition: AppBaseClass.h:93

References AppBaseClass::isName().

+ Here is the call graph for this function: