C# Class FieldTrip.Buffer.Header

A datastructure containing information about the number of channels, samples, events, etc. in the FieldTrip buffer.
Afficher le fichier Open project: jadref/buffer_bci

Méthodes publiques

Свойство Type Description
channelNameSize int
dataType int
fSample float
labels string[]
nChans int
nEvents int
nSamples int

Méthodes publiques

Méthode Description
Header ( ByteBuffer buf ) : System.Collections
Header ( int nChans, float fSample, int dataType ) : System.Collections
getSerialSize ( ) : int
serialize ( ByteBuffer buf ) : void

Method Details

Header() public méthode

public Header ( ByteBuffer buf ) : System.Collections
buf ByteBuffer
Résultat System.Collections

Header() public méthode

public Header ( int nChans, float fSample, int dataType ) : System.Collections
nChans int
fSample float
dataType int
Résultat System.Collections

getSerialSize() public méthode

public getSerialSize ( ) : int
Résultat int

serialize() public méthode

public serialize ( ByteBuffer buf ) : void
buf ByteBuffer
Résultat void

Property Details

channelNameSize public_oe property

public int channelNameSize
Résultat int

dataType public_oe property

public int dataType
Résultat int

fSample public_oe property

public float fSample
Résultat float

labels public_oe property

public string[] labels
Résultat string[]

nChans public_oe property

public int nChans
Résultat int

nEvents public_oe property

public int nEvents
Résultat int

nSamples public_oe property

public int nSamples
Résultat int