#ifndef LINUX_DEVICES_STARTRACKER_HELPERS_H_ #define LINUX_DEVICES_STARTRACKER_HELPERS_H_ #include "arcsec/common/genericstructs.h" namespace str { /** * @brief Returns the frame type field of a decoded frame. */ uint8_t getReplyFrameType(const uint8_t* rawFrame); uint8_t getId(const uint8_t* rawFrame); uint8_t getStatusField(const uint8_t* rawFrame); } // namespace str #endif /* LINUX_DEVICES_STARTRACKER_HELPERS_H_ */