Classes

  ClassDescription
Public classCommand<(Of <(<'ValueType>)>)>
Class for the commands stored in the command time line
Public classCommandTimeLine<(Of <(<'ValueType>)>)>
Abstract class for CommandTimeLine objects
Public classInputBox
Input box with prompt and input validation
Public classJanus
Static class required for TimeLines
Public classTimeLine<(Of <(<'ValueType>)>)>
Abstract class for TimeLine objects
Public classValue<(Of <(<'ValueType>)>)>
Class for the values stored in a time line

Interfaces

  InterfaceDescription
Public interfaceCommandTimeLineRemoteUpdater
Interface for functions that are initiated by the remote site
Public interfaceRemoteUpdater
Interface for functions that are initiated by the remote site
Public interfaceTimeLineRemoteUpdater
Interface for functions that are initiated by the remote site - currently there are none

Delegates

  DelegateDescription
Public delegateCommandTimeLine<(Of <(<'ValueType>)>)>..::..CommandHandler
Declare a delegate that takes an object and a Command<ValueType> as parameters and has no return type.
Public delegateInputBoxValidation
Delegate for input validation
Protected delegateTimeLine<(Of <(<'ValueType>)>)>..::..ExtrapolationDelegate
Extrapolates a value from one or more past anchored values
Protected delegateTimeLine<(Of <(<'ValueType>)>)>..::..InterpolationDelegate
Returns an interpolated value between two anchored times
Public delegateTimeLine<(Of <(<'ValueType>)>)>..::..RemoteSetHandler
Declare a delegate that takes an object and a Value<ValueType> as parameters and has no return type.