C# 클래스 AsterixDisplayAnalyser.ASTERIX

파일 보기 프로젝트 열기: akapetanovic/ASTERIX-ANALYSER-and-DATA-DISPLAY 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
TimeOfReception System.DateTime

공개 메소드들

메소드 설명
CleanUp ( ) : void
DecodeAsterixData ( string FileName ) : string
DetermineLenghtOfFSPEC ( byte Data ) : int
ExtractCategory ( byte Data ) : string
ExtractLengthOfDataBlockInBytes ( byte Data ) : string
ExtractLengthOfDataBlockInBytes_Int ( byte Data ) : int
GetFifthFSPECOctet ( byte Data ) : BitVector32
GetFirstDataIndex ( byte Data ) : int
GetFourFSPECOctets ( byte Data ) : BitVector32
GetTimeSpanSinceLastDataBlockRecived ( ) : System.TimeSpan
ListenForData ( ) : void
ReinitializeSocket ( ) : bool
RequestStop ( ) : void

비공개 메소드들

메소드 설명
ExtractAndDecodeASTERIX_CAT_DataBlock ( byte DataBlock, bool Is_Live_Data ) : void

메소드 상세

CleanUp() 공개 정적인 메소드

public static CleanUp ( ) : void
리턴 void

DecodeAsterixData() 공개 정적인 메소드

public static DecodeAsterixData ( string FileName ) : string
FileName string
리턴 string

DetermineLenghtOfFSPEC() 공개 정적인 메소드

public static DetermineLenghtOfFSPEC ( byte Data ) : int
Data byte
리턴 int

ExtractCategory() 공개 정적인 메소드

public static ExtractCategory ( byte Data ) : string
Data byte
리턴 string

ExtractLengthOfDataBlockInBytes() 공개 정적인 메소드

public static ExtractLengthOfDataBlockInBytes ( byte Data ) : string
Data byte
리턴 string

ExtractLengthOfDataBlockInBytes_Int() 공개 정적인 메소드

public static ExtractLengthOfDataBlockInBytes_Int ( byte Data ) : int
Data byte
리턴 int

GetFifthFSPECOctet() 공개 정적인 메소드

public static GetFifthFSPECOctet ( byte Data ) : BitVector32
Data byte
리턴 System.Collections.Specialized.BitVector32

GetFirstDataIndex() 공개 정적인 메소드

public static GetFirstDataIndex ( byte Data ) : int
Data byte
리턴 int

GetFourFSPECOctets() 공개 정적인 메소드

public static GetFourFSPECOctets ( byte Data ) : BitVector32
Data byte
리턴 System.Collections.Specialized.BitVector32

GetTimeSpanSinceLastDataBlockRecived() 공개 정적인 메소드

public static GetTimeSpanSinceLastDataBlockRecived ( ) : System.TimeSpan
리턴 System.TimeSpan

ListenForData() 공개 정적인 메소드

public static ListenForData ( ) : void
리턴 void

ReinitializeSocket() 공개 정적인 메소드

public static ReinitializeSocket ( ) : bool
리턴 bool

RequestStop() 공개 정적인 메소드

public static RequestStop ( ) : void
리턴 void

프로퍼티 상세

TimeOfReception 공개적으로 정적으로 프로퍼티

public static DateTime,System TimeOfReception
리턴 System.DateTime