Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo-gomez-windhover authored Apr 11, 2024
1 parent 9380002 commit d4e6af6
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,20 @@ dataLinks:
EVS_FILE_HDR_SUBTYPE: 16
# DS_TOTAL_FNAME_BUFSIZE: 64
csvConfig:
mode: APPEND # APPEND, REPLACE, INACTIVE
mode: REPLACE # APPEND, REPLACE, INACTIVE
outputFile: events_dump.csv
byteOrder: LITTLE_ENDIAN
appNameMax: 40
eventMsgMax: 122
packetPreprocessorClassName: org.yamcs.tctm.cfs.CfsPacketPreprocessor
packetPreprocessorArgs:
byteOrder: LITTLE_ENDIAN
timestampFormat: CFE_SB_TIME_32_16_SUBS
timeEncoding:
useLocalGenerationTime: false
epoch: CUSTOM
epochUTC: "1970-01-01T00:00:00Z"
timeIncludesLeapSeconds: true
```
### Configuration
Expand Down

0 comments on commit d4e6af6

Please sign in to comment.