adxlip data format version 1 related module
More...
adxlip data format version 1 related module
- Description:
- A module which contains functions related to the format version 1 of the adxlip file.
static bool ParseByFormat |
( |
byte[] |
data, |
|
|
out FrameData |
result |
|
) |
| |
|
inlinestatic |
Parses as format version 1
- Parameters
-
data | adxlip line data |
result | Frame data |
- Returns
- Whether the bool function succeeded
- Description:
- Parses a byte string as format version 1 data and write it to the frame data.
static bool GenerateEmptyHeaderLines |
( |
byte[] |
data, |
|
|
Int32 |
data_length |
|
) |
| |
|
inlinestatic |
Generates the format version 1 empty header
- Parameters
-
data | adxlip header data output buffer |
data_length | Length of the buffer (in bytes) |
- Returns
- Whether the bool function succeeded
- Description:
- Generates an empty adxlip file header that conforms to the format version 1 specification.
static bool GenerateLine |
( |
byte[] |
data, |
|
|
Int32 |
data_length, |
|
|
ref FrameData |
result |
|
) |
| |
|
inlinestatic |
Generates the format version 1 data
- Parameters
-
data | adxlip data output buffer |
data_length | Length of the buffer (in bytes) |
result | Frame data |
- Returns
- Whether the bool function succeeded
- Description:
- Generates the format version 1 frame data.
The documentation for this class was generated from the following file: