ERIS CORE

◆ AppScope()

AppScope::AppScope ( )
inline

Definition at line 19 of file appScope.h.

19  :AppBaseClass(){
21  scope->trigger();
22  strcpy(name,"AppScope");
23  scale = 0;
24  update_priority = 0;
25  };
char name[MAX_NAME_LENGTH]
Definition: AppBaseClass.h:74
uint16_t update_priority
Definition: AppBaseClass.h:52
AudioDirector * ad
Definition: AppBaseClass.h:37
erisAudioAnalyzeScope * scope
Definition: appScope.h:25
float32_t scale
Definition: appScope.h:29
AudioStream * getAudioStreamObjByName(const char *AudioStreamObjName)

References AppBaseClass::ad, AudioDirector::getAudioStreamObjByName(), AppBaseClass::name, scale, scope, erisAudioAnalyzeScope::trigger(), and AppBaseClass::update_priority.

+ Here is the call graph for this function: