CRIWARE Unity Plugin Manual  Last Updated: 2024-07-12
CriAdxlipParser Class Reference

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...
 

Detailed Description

adxlip file parser module

Description:
A module for reading/writing the adxlip files.

Member Enumeration Documentation

enum FormatVersion : Int32
strong

adxlip data format version

Description:
The data format version of the adxlip file.

Member Function Documentation

static FormatVersion GetFormatVersion ( byte[]  data)
inlinestatic

Gets the adxlip data format version

Parameters
dataadxlip data
Returns
FormatVersion adxlip data format version
Description:
Gets the data format version of the adxlip file.
static Int32 GetNumResults ( byte[]  data)
inlinestatic

Gets the number of adxlip data lines

Parameters
dataadxlip data
Returns
Number of Int32 adxlip data lines
Description:
Gets the number of data lines in the adxlip file.
static bool Parse ( byte[]  data,
FrameData[]  result,
Int32  num_result 
)
inlinestatic

Parse of the adxlip data

Parameters
dataadxlip data
resultArray of frame data to be stored
num_resultThe number of adxlip data lines
Returns
Whether the bool function succeeded
Description:
Parses the data in the adxlip file.

The documentation for this class was generated from the following file: