reactor-c
C Runtime for Lingua Franca
Loading...
Searching...
No Matches
lf_platform_util.h
Go to the documentation of this file.
1#ifndef LF_PLATFORM_UTIL_H
2#define LF_PLATFORM_UTIL_H
6int map_priorities(int priority, int dest_min, int dest_max);
7
8#endif
int map_priorities(int priority, int dest_min, int dest_max)
Maps a priority into a destination priority range.
Definition lf_platform_util.c:4