ERIS CORE

◆ update()

void SvcMIDI::update ( void  )
overrideprotectedvirtual

update loop

Reimplemented from AppBaseClass.

Definition at line 174 of file SvcMIDI.cpp.

174  {
175  while(usbMIDI.read(MIDI_LISTEN_CHANNEL)){
176  am->data->increment("MIDI_MSGS_RX");
177  };
178 }
AppManager * am
Definition: AppBaseClass.h:38
SvcDataDictionary * data
Definition: AppManager.h:63
bool increment(const char *key)
increments the value of a global record creates a new record if one does not exist and initializes ...

References AppBaseClass::am, AppManager::data, and SvcDataDictionary::increment().

+ Here is the call graph for this function: