ERIS CORE

◆ isName()

bool AppBaseClass::isName ( const char *  name_string)
inlineinherited

Compares the name_string to the app class instance name (string)

Parameters
name_string
Returns
true
false

Definition at line 93 of file AppBaseClass.h.

93  {
94  bool is;
95  (0==strncmp(name,name_string,sizeof(name)))?is=true:is=false;
96  return is;
97  };
char name[MAX_NAME_LENGTH]
Definition: AppBaseClass.h:74

References AppBaseClass::name.

Referenced by AppManager::getAppByName(), AppAIfES::messageHandler(), AppAudioToPolyphonic::messageHandler(), AppCQT::messageHandler(), AppTemplate::messageHandler(), AppWren::messageHandler(), and AppManager::sendMessage().

+ Here is the caller graph for this function: