ControlData Methods |
The ControlData type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| FinalizeTimeStep |
Update control data and all its controls
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetOrCreateSensorT |
Get or create sensor. This is relevant for sensors
that is not connected to anything by default,
but needs user interaction to get connected.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Initialize |
Initialize control module.
It creates all sensors defined in SensorDescriptions and initializes all ControlStateMachines. | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Prepare |
Prepare control data.
| |
| PrepareForTimestep |
Prepare control data for time step.
| |
| ReadState | ||
| ReleaseLicense |
Internal method
| |
| Reset |
Reset inner state of sensors, control state machines and actions
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| Update |
Update control data and all its controls
| |
| Validate |
Validate control data, except time series sensors
| |
| Validate(DateTime, DateTime) |
Validate all of control data, including time series sensors
| |
| WriteState |