eive-obsw/mission/acs/str/strHelpers.cpp
Robin Mueller 079da3b0e4
Some checks are pending
EIVE/eive-obsw/pipeline/head Build started...
EIVE/eive-obsw/pipeline/pr-develop Build queued...
more ACS cleaning
- STR code is now in mission folder, but still only conpiled for Q7S
  code because wire library is proprietary
2023-03-26 16:05:01 +02:00

8 lines
292 B
C++

#include <mission/acs/str/strHelpers.h>
uint8_t startracker::getReplyFrameType(const uint8_t* rawFrame) { return rawFrame[0]; }
uint8_t startracker::getId(const uint8_t* rawFrame) { return rawFrame[1]; }
uint8_t startracker::getStatusField(const uint8_t* rawFrame) { return rawFrame[2]; }