Halyri - Server  0.9.1
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
MeasurementInstrument Class Reference

Class for storing measurement instrument's identifying name, textual description, instrment type and the basic structure description of the binary data that it provides. More...

Properties

MeasurementInstrumentType DeviceType [get, set]
 Gets or sets the type of this measurement instrument. More...
 
string DeviceIdentifier [get, set]
 Gets or sets the textual identifier for this measurement instrument. More...
 
string DeviceDescription [get, set]
 Gets or sets the textual description of this measurement instrument. More...
 
int DataHeaderLength [get, set]
 Gets or sets the length of data header used in the binary data packets sent by this measurement instrument. Value in represent the count of octets. More...
 
int DataSampleSize [get, set]
 Gets or sets the length of a data sample produced by this measurement instrument. Value represents the count of octets. More...
 
int DataSampleChannels [get, set]
 Gets or sets the number of equivalent data channels present in the data provided by this measurement instrument. More...
 
int DataSamplesPerSecond [get, set]
 Gets or sets the number of data samples in second in the data provided by this measurement instrument. More...
 
Boolean HeaderRepeatsOnEveryPacket [get, set]
 Gets or sets the value specifying if a header of the DataHeaderLength length precedes data in every measurement data data segment provided by this measurement instrument. More...
 

Detailed Description

Class for storing measurement instrument's identifying name, textual description, instrment type and the basic structure description of the binary data that it provides.

<author>Veli-Mikko Puupponen</author>

Property Documentation

int DataHeaderLength
getset

Gets or sets the length of data header used in the binary data packets sent by this measurement instrument. Value in represent the count of octets.

int DataSampleChannels
getset

Gets or sets the number of equivalent data channels present in the data provided by this measurement instrument.

int DataSampleSize
getset

Gets or sets the length of a data sample produced by this measurement instrument. Value represents the count of octets.

int DataSamplesPerSecond
getset

Gets or sets the number of data samples in second in the data provided by this measurement instrument.

string DeviceDescription
getset

Gets or sets the textual description of this measurement instrument.

string DeviceIdentifier
getset

Gets or sets the textual identifier for this measurement instrument.

MeasurementInstrumentType DeviceType
getset

Gets or sets the type of this measurement instrument.

Boolean HeaderRepeatsOnEveryPacket
getset

Gets or sets the value specifying if a header of the DataHeaderLength length precedes data in every measurement data data segment provided by this measurement instrument.


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