Classes
Class | Description | |
---|---|---|
![]() | Command<(Of <(<'ValueType>)>)> |
Class for the commands stored in the command time line
|
![]() | CommandTimeLine<(Of <(<'ValueType>)>)> |
Abstract class for CommandTimeLine objects
|
![]() | InputBox |
Input box with prompt and input validation
|
![]() | Janus |
Static class required for TimeLines
|
![]() | TimeLine<(Of <(<'ValueType>)>)> |
Abstract class for TimeLine objects
|
![]() | Value<(Of <(<'ValueType>)>)> |
Class for the values stored in a time line
|
Interfaces
Interface | Description | |
---|---|---|
![]() | CommandTimeLineRemoteUpdater |
Interface for functions that are initiated by the remote site
|
![]() | RemoteUpdater |
Interface for functions that are initiated by the remote site
|
![]() | TimeLineRemoteUpdater |
Interface for functions that are initiated by the remote site - currently there are none
|
Delegates
Delegate | Description | |
---|---|---|
![]() | CommandTimeLine<(Of <(<'ValueType>)>)>..::..CommandHandler |
Declare a delegate that takes an object and a Command<ValueType> as parameters
and has no return type.
|
![]() | InputBoxValidation |
Delegate for input validation
|
![]() | TimeLine<(Of <(<'ValueType>)>)>..::..ExtrapolationDelegate |
Extrapolates a value from one or more past anchored values
|
![]() | TimeLine<(Of <(<'ValueType>)>)>..::..InterpolationDelegate |
Returns an interpolated value between two anchored times
|
![]() | TimeLine<(Of <(<'ValueType>)>)>..::..RemoteSetHandler |
Declare a delegate that takes an object and a Value<ValueType> as parameters
and has no return type.
|