hnm_priority_e

Enumeration of priority levels defined for the HNM subsystem.

Synopsis:

#include <hnm/event.h>
 
 enum hnm_priority_e{
      HNM_MIN_PRIORITY == 0   
      HNM_MAX_PRIORITY == 7   
      HNM_NUM_PRIORITY_LEVELS   
      HNM_DEFAULT_PRIORITY == HNM_MIN_PRIORITY   
};

Data:

HNM_MIN_PRIORITY

Lowest priority.

HNM_MAX_PRIORITY

Highest priority.

HNM_NUM_PRIORITY_LEVELS
HNM_DEFAULT_PRIORITY

Library:

libhnm

Description: