Functions | |
| int32_t | VkDaqBinToCsv (const char *binPathName, const char *csvPathName) |
| Parse the Bin format file obtained from offline storage into a Csv format file. | |
| int32_t VkDaqBinToCsv | ( | const char * | binPathName, |
| const char * | csvPathName | ||
| ) |
Parse the Bin format file obtained from offline storage into a Csv format file.
| data type | parameter | describe |
|---|---|---|
const char* |
binPathName |
The Bin file address that needs to be converted, for example: "C:\Program Files\VkDaqAssistant\20260101_103015.bin" |
const char* |
csvPathName |
The address of the generated Csv file, for example: "C:\Program Files\VkDaqAssistant\20260101_103015.csv" |