eive-obsw/unittest/rebootLogic/src/definitions.h
Robin Mueller 65961695de
Some checks failed
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit
small README
2022-02-28 20:35:05 +01:00

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;