I have been not able to successfully write a gg file with the TI bqToolsSDK. Specifically, using this function below within bqSBB.dll. I am speculating there is a dependency I am unaware of and it is not documented. I call the function and it writes the file with only the header information. None of the gg parameters are written to the file and no errors are returned. Any help would be appreciated. I've tried the WriteGGFile and WritePublicGGFile functions and get the same result.
int WritePublicGGFile | ( | const char * | dataPipeName, |
const char * | fileName, | ||
char | delimiter, | ||
int | format | ||
) |
Write public parameters to a gg file.
Data in data flash buffer will be written to device first if required. File will be overwritten if it existing.
- Parameters:
-
dataPipeName Data Pipe Name fileName File name delimiter Field delimiter format Output format 1 = All Fields, 2 = Debug, 3 = Classic GG Format, 4 = Default bcfgx.
- Returns:
- Zero for success. Non-zero for erro