Robin Mueller
0d1ff8585c
Some checks failed
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit
7 lines
140 B
C++
7 lines
140 B
C++
#include <cstdint>
|
|
|
|
using Event = uint32_t;
|
|
using ActionId_t = uint32_t;
|
|
using MessageQueueId_t = uint32_t;
|
|
using ReturnValue_t = uint16_t;
|