Skip to content

Writing Instrument Data to a File using the Data Storage App and the MSG type #282

Answered by skliper
mc-bane asked this question in Q&A
Discussion options

You must be logged in to vote

You'll need to translate the binary data to csv. hexedit just shows the ASCII representation of each byte, so data not written as ASCII won't show up as readable ASCII characters. The file starts with the generic FS header:

typedef struct CFE_FS_Header
{
    uint32 ContentType;   /**< \brief Identifies the content type (='cFE1'=0x63464531)*/
    uint32 SubType;       /**< \brief Type of \c ContentType, if necessary */
                          /**< Standard SubType definitions can be found
                               \link #CFE_FS_SubType_ES_ERLOG here \endlink */
    uint32 Length;        /**< \brief Length of this header to support external processing */
    uint32 SpacecraftID;  /**…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by mc-bane
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants