Show / Hide Table of Contents

Class SimulatedTimeEvent

Inheritance
System.Object
SimulatedTimeEvent
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: DelsysAPI.DataSources
Assembly: DelsysAPI.dll
Syntax
public class SimulatedTimeEvent

Constructors

SimulatedTimeEvent(Single, Single)

Declaration
public SimulatedTimeEvent(float Time, float ErrorThreshold = 0.1F)
Parameters
Type Name Description
System.Single Time
System.Single ErrorThreshold

Fields

ErrorThreshold

The threshold for testing time for the event. e.g 0.5 would mean that a value between T - 0.5 and T + 0.5 would trigger the event. This is 0.1 (10ms) by default.

Declaration
public float ErrorThreshold
Field Value
Type Description
System.Single

Time

Declaration
public float Time
Field Value
Type Description
System.Single
Back to top Generated by DocFX