C# 클래스 FieldTrip.Buffer.Header

A datastructure containing information about the number of channels, samples, events, etc. in the FieldTrip buffer.
파일 보기 프로젝트 열기: jadref/buffer_bci

공개 프로퍼티들

프로퍼티 타입 설명
channelNameSize int
dataType int
fSample float
labels string[]
nChans int
nEvents int
nSamples int

공개 메소드들

메소드 설명
Header ( ByteBuffer buf ) : System.Collections
Header ( int nChans, float fSample, int dataType ) : System.Collections
getSerialSize ( ) : int
serialize ( ByteBuffer buf ) : void

메소드 상세

Header() 공개 메소드

public Header ( ByteBuffer buf ) : System.Collections
buf ByteBuffer
리턴 System.Collections

Header() 공개 메소드

public Header ( int nChans, float fSample, int dataType ) : System.Collections
nChans int
fSample float
dataType int
리턴 System.Collections

getSerialSize() 공개 메소드

public getSerialSize ( ) : int
리턴 int

serialize() 공개 메소드

public serialize ( ByteBuffer buf ) : void
buf ByteBuffer
리턴 void

프로퍼티 상세

channelNameSize 공개적으로 프로퍼티

public int channelNameSize
리턴 int

dataType 공개적으로 프로퍼티

public int dataType
리턴 int

fSample 공개적으로 프로퍼티

public float fSample
리턴 float

labels 공개적으로 프로퍼티

public string[] labels
리턴 string[]

nChans 공개적으로 프로퍼티

public int nChans
리턴 int

nEvents 공개적으로 프로퍼티

public int nEvents
리턴 int

nSamples 공개적으로 프로퍼티

public int nSamples
리턴 int