44 #include <sys/types.h> 45 #include <sys/ioctl.h> 48 #define _ORBIOCBASE (0x2600) 49 #define _ORBIOC(_n) (_PX4_IOC(_ORBIOCBASE, _n)) 56 #define ORBIOCLASTUPDATE _ORBIOC(10) 59 #define ORBIOCUPDATED _ORBIOC(11) 62 #define ORBIOCSETINTERVAL _ORBIOC(12) 65 #define ORBIOCGADVERTISER _ORBIOC(13) 68 #define ORBIOCGPRIORITY _ORBIOC(14) 71 #define ORBIOCSETQUEUESIZE _ORBIOC(15) 74 #define ORBIOCGETINTERVAL _ORBIOC(16) 77 #define ORBIOCISPUBLISHED _ORBIOC(17) Generally used magic defines.