only metainformation is parsed, CAN messages do not show up

Issue #7 closed
Former user created an issue

I have used the given example (Parser.cpp) to decode a blf file and the expected CAN messages do not show up. fileStatistics says

FileStatistics:
  statisticsSize: 0x90
  applicationId: 40
  applicationVersion: 244.61.0
  apiVersion: 1.1.10.0
  fileSize: 341416 (0x535a8)
  uncompressedFileSize: 1834660 (0x1bfea4)
  objectCount: 31082
  objectsRead: 77
  measurementStartTime: 2018-4-12 4 17:2:13.416
  lastObjectTime: 2018-4-12 4 17:2:37.233
  fileSizeWithoutUnknown115: 0x533d8

but objectCount is just 6. Any idea what I may do wrong or how to access the contained CAN message data?

Comments (4)

  1. Tobias Lorenz repo owner

    That's weird. The library also aborts data processing, in case the data format is unexpected. Maybe your file has some content, that is not properly supported by the library. This might happen, even after feeding all objects I had as test cases.

    Is it possible that you send me your log file, so I can take a look? You can send this per e-mail or provide me with a download link.

    It shouldn't be too difficult to find the issue.

  2. Log in to comment