ERIS CORE

◆ setUpdatePriority()

void AppBaseClass::setUpdatePriority ( uint16_t  level)
protectedinherited

Set the update priority
the level sets the number of update opportunities before the update method is actually called.

Parameters
level

Definition at line 104 of file AppBaseClass.cpp.

104  {
105  update_priority = level;
106  return;
107 }
uint16_t update_priority
Definition: AppBaseClass.h:52

References AppBaseClass::update_priority.