13#ifndef BOOST_FAIRNESS_PRIORITY_T_HPP
14#define BOOST_FAIRNESS_PRIORITY_T_HPP
24 #define BOOST_FAIRNESS_MAXIMUM_PRIORITY Priority_t(-1)
29 #define BOOST_FAIRNESS_INVALID_PRIORITY Priority_t(-1)
36 #define BOOST_FAIRNESS_MINIMUM_PRIORITY 0
Definition acquisition_modes.hpp:16
uint8_t Priority_t
Definition priority_t.hpp:17
bool is_valid_priority(Priority_t const p)
allows you to verify that an input priority is valid. Has to be in the range [BOOST_FAIRNESS_MINIMUM_...
Definition priority_t.hpp:45
#define BOOST_FAIRNESS_MAXIMUM_PRIORITY
Priorities are indexes in an array, that means that if I define a priority_mutex<BOOST_FAIRNESS_MAXIM...
Definition priority_t.hpp:24
#define BOOST_FAIRNESS_MINIMUM_PRIORITY
Priorities are indexes in an array, that means that if I define a priority_mutex<BOOST_FAIRNESS_MAXIM...
Definition priority_t.hpp:36