Show / Hide Table of Contents

Class FamosFileComponentData

Base class for component data, which provides the actual data and additional information to interpret these.

Inheritance
System.Object
FamosFileComponentData
FamosFileComponentData<T>
Namespace: ImcFamosFile
Assembly: ImcFamosFile.dll
Syntax
public abstract class FamosFileComponentData

Properties

| Improve this Doc View Source

DisplayInfo

Gets the display info to describe how to display the data.

Declaration
public FamosFileDisplayInfo DisplayInfo { get; }
Property Value
Type Description
FamosFileDisplayInfo
| Improve this Doc View Source

EventReference

Gets the event reference containing a description of related events.

Declaration
public FamosFileEventReference EventReference { get; }
Property Value
Type Description
FamosFileEventReference
| Improve this Doc View Source

PackInfo

Gets the pack info containing a description of this components data layout.

Declaration
public FamosFilePackInfo PackInfo { get; }
Property Value
Type Description
FamosFilePackInfo
| Improve this Doc View Source

RawData

Gets the raw data (bytes).

Declaration
public byte[] RawData { get; }
Property Value
Type Description
System.Byte[]
| Improve this Doc View Source

TriggerTime

Gets the trigger time this component.

Declaration
public FamosFileTriggerTime TriggerTime { get; }
Property Value
Type Description
FamosFileTriggerTime
| Improve this Doc View Source

Type

Gets the component type.

Declaration
public FamosFileComponentType Type { get; }
Property Value
Type Description
FamosFileComponentType
| Improve this Doc View Source

XAxisScaling

Gets the x-axis scaling of this component.

Declaration
public FamosFileXAxisScaling XAxisScaling { get; }
Property Value
Type Description
FamosFileXAxisScaling
| Improve this Doc View Source

ZAxisScaling

Gets the z-axis scaling of this component.

Declaration
public FamosFileZAxisScaling ZAxisScaling { get; }
Property Value
Type Description
FamosFileZAxisScaling
  • Improve this Doc
  • View Source
Back to top Copyright © 2019 Vincent Wilms