eive-obsw/unittest/rebootLogic/definitions.h
Robin Mueller 0d1ff8585c
Some checks failed
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit
various bugfixes from unittest
2022-02-28 19:52:43 +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;