LineCount contains the number of data lines stored (the data stored is line based, that is a data package
represents the data of a line).
Pad contains additional information to be stored.
Pad2 contains additional information to be stored.
The 64 Byte struct type below can be used to extract the file header.
struct FileHeader
{
};
Data Structures
Following the header the data is stored as one or more data packages. The file header contains the num-
ber of data packages stored.
DataHeader
Data
12 Bytes
n Bytes
A data package contains a data header and the data itself.
DataHeader
12 Bytes
The size of the data header is 12 Bytes.
The data header at the start of each data package contains the following information:
Size
PrevSize
4 Bytes
4 Bytes
In PrevSize the size of the preceding data is stored, Size stores the size of the data contained in the suc-
ceeding data package and in TIME the timestamp of the data is stored.
The 12 Byte LineData struct type below can be used to extract the data header.
struct LineData
{
}
File Headers and Data Structures for Individual File Types
The following sections describe the file headers and data packages of the various .WDA file types.
Text data
FileType is "Text".
Header data
This file type uses the file header described in
The following additional data is stored in the header:
In Pad[0] the font type
334 WAVECOM Data Formats
char Signature[8];
char FileType[8];
LONG Version;
LONG LineCount;
char Pad[8];
char Pad2[32];
DataHeader
Data
DataHeader
12 Bytes
n Bytes
12 Bytes
Data
n Bytes
TIME
4 Bytes
LONG PrevSize; // size of the data line before.
LONG Size;
LONG TIME;
"File
WAVECOM Decoder W74PC, W-PCI/e, W-CODE, W-CLOUD Manual V9.1.0
Data
n Bytes
// size of the data line.
// time of the data received.
Header" on page 333.
Need help?
Do you have a question about the W74PC and is the answer not in the manual?
Questions and answers