C# Class AsterixDisplayAnalyser.CAT01

Mostra file Open project: akapetanovic/ASTERIX-ANALYSER-and-DATA-DISPLAY Class Usage Examples

Public Properties

Property Type Description
CurrentDataBufferOctalIndex int
I001DataItems System.Collections.Generic.List
Previous_Type_Of_Report CAT01I020Types.Type_Of_Report_Type
Type_Of_Report CAT01I020Types.Type_Of_Report_Type

Public Methods

Method Description
Decode ( byte DataBlockBuffer, string Time, int &NumOfMessagesDecoded ) : string[]
Intitialize ( bool Hard_Reset ) : void
ItemIDToIndex ( string ID ) : int

Private Methods

Method Description
Determine_Type_Of_Report ( byte Data, int Target_Report_Desc_Index ) : void
Handle_Type_Of_Report ( bool Hard_R ) : void
Reset_Currently_Present_Flags ( ) : void

Method Details

Decode() public method

public Decode ( byte DataBlockBuffer, string Time, int &NumOfMessagesDecoded ) : string[]
DataBlockBuffer byte
Time string
NumOfMessagesDecoded int
return string[]

Intitialize() public static method

public static Intitialize ( bool Hard_Reset ) : void
Hard_Reset bool
return void

ItemIDToIndex() public static method

public static ItemIDToIndex ( string ID ) : int
ID string
return int

Property Details

CurrentDataBufferOctalIndex public_oe static_oe property

public static int CurrentDataBufferOctalIndex
return int

I001DataItems public_oe static_oe property

public static List,System.Collections.Generic I001DataItems
return System.Collections.Generic.List

Previous_Type_Of_Report public_oe static_oe property

public static CAT01I020Types.Type_Of_Report_Type Previous_Type_Of_Report
return CAT01I020Types.Type_Of_Report_Type

Type_Of_Report public_oe static_oe property

public static CAT01I020Types.Type_Of_Report_Type Type_Of_Report
return CAT01I020Types.Type_Of_Report_Type