The ‘FileType’ is “CCC“.
This file type uses the ‘File Header’ described in chapter File Header.
The following additional data is stored in the Header:
Ø Pad[0]: Timestamp format, how to show timestamp in classifier textview: 0=Timestamp off, 1 = show Timestamp in 'Local time', 2 = show Timestamp in 'Universal Time Coordinated (UTC)'.
Data
This ‘FileType’ uses the data structure described in chapter Data Structures to store the data.
A data package in the .WDA file contains the data of one classified signal or the CodeCheck data of a classified signal.
The data stored for the classier CodeCheck is divided into two parts, the Classifier part and the CodeCheck part.
A .WDA file contains at first the classifier data and then the CodeCheck data.
The Classifier data is stored in the way described in chapter File Header.
The data package which contains the text “CodeCheck Data Section” marks the beginning of the CodeCheck data section.
The CodeCheck data of a classified signal is written to a single string. The following values are written to the string:
Ø The index value of the classified signal.
Ø The string value with all predicted modes.
Ø All detected modes (can be more than one), for a detected mode the following values are written to the string:
- Mode: the name of the detected mode, e.g., 'FEC-A', 'ASCII'.
- SubMode: the name of the submode e.g., 'SREG - 72 Bits' by FEC-A, '9 Bits' by ASCII-mode.
- additional description, information: e.g., 'Shift Reg: 72 Bits'.
- the hits value. Shows how often during checking, a mode was successfully determined.
NOTE: the values are written to the string in the same order as listed above.
If not stored with _UNICODE enabled, then the string contains normal 8-bit characters values, from type char, otherwise the string contains 16-bit characters, from type wchar_t.
A char value occupies 1 Byte and a wchar_t value occupies 2 Bytes in the binary .WDA file.