CRIWARE Unity Plugin Manual
Last Updated: 2024-07-12
|
adxlip file parser module More...
Classes | |
class | FormatV1 |
adxlip data format version 1 related module More... | |
class | FormatV2 |
adxlip data format version 2 related module More... | |
struct | FrameData |
Frame data More... | |
Public Types | |
enum | FormatVersion : Int32 |
adxlip data format version More... | |
Static Public Member Functions | |
static FormatVersion | GetFormatVersion (byte[] data) |
Gets the adxlip data format version More... | |
static Int32 | GetNumResults (byte[] data) |
Gets the number of adxlip data lines More... | |
static bool | Parse (byte[] data, FrameData[] result, Int32 num_result) |
Parse of the adxlip data More... | |
adxlip file parser module
|
strong |
adxlip data format version
|
inlinestatic |
Gets the adxlip data format version
data | adxlip data |
|
inlinestatic |
Gets the number of adxlip data lines
data | adxlip data |
|
inlinestatic |
Parse of the adxlip data
data | adxlip data |
result | Array of frame data to be stored |
num_result | The number of adxlip data lines |