UA Bundle SDK .NET  2.2.3.276
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Groups Pages
UnifiedAutomation.UaServer.FiniteStateMachineModel Class Reference

More...

Inherits UnifiedAutomation.UaServer.StateMachineModel.

Inherited by UnifiedAutomation.UaServer.ExclusiveLimitStateMachineModel, UnifiedAutomation.UaServer.ProgramStateMachineModel, and UnifiedAutomation.UaServer.ShelvedStateMachineModel.

Public Member Functions

 FiniteStateMachineModel ()
 Initializes a new instance of the FiniteStateMachineModel class. More...
 
 FiniteStateMachineModel (FiniteStateMachineModel template)
 Initializes a new instance of the FiniteStateMachineModel class. More...
 
- Public Member Functions inherited from UnifiedAutomation.UaServer.StateMachineModel
 StateMachineModel ()
 Initializes a new instance of the StateMachineModel class. More...
 
 StateMachineModel (StateMachineModel template)
 Initializes a new instance of the StateMachineModel class. More...
 
- Public Member Functions inherited from UnifiedAutomation.UaServer.BaseObjectModel
 BaseObjectModel ()
 Initializes a new instance of the BaseObjectModel class. More...
 
 BaseObjectModel (BaseObjectModel template)
 Initializes a new instance of the BaseObjectModel class. More...
 
- Public Member Functions inherited from UnifiedAutomation.UaServer.ModelControllerBase
virtual ModelHandle GetModelHandle (StringTable namespaceUris, object instance)
 Gets the metadata handle. More...
 
virtual DataValue GetValue (IMapperContext context, ModelMapping mapping)
 Gets the value associated with the mapping. More...
 
virtual bool SetValue (IMapperContext context, ModelMapping mapping, DataValue value)
 Sets the value associated with the mapping. More...
 

Properties

new FiniteStateVariableModel CurrentState [get, set]
 Gets or sets the CurrentState More...
 
new FiniteTransitionVariableModel LastTransition [get, set]
 Gets or sets the LastTransition More...
 
- Properties inherited from UnifiedAutomation.UaServer.StateMachineModel
StateVariableModel CurrentState [get, set]
 Gets or sets the CurrentState More...
 
TransitionVariableModel LastTransition [get, set]
 Gets or sets the LastTransition More...
 

Detailed Description

Constructor & Destructor Documentation

UnifiedAutomation.UaServer.FiniteStateMachineModel.FiniteStateMachineModel ( )
inline

Initializes a new instance of the FiniteStateMachineModel class.

UnifiedAutomation.UaServer.FiniteStateMachineModel.FiniteStateMachineModel ( FiniteStateMachineModel  template)
inline

Initializes a new instance of the FiniteStateMachineModel class.

Parameters
templateThe template.

Property Documentation

new FiniteStateVariableModel UnifiedAutomation.UaServer.FiniteStateMachineModel.CurrentState
getset

Gets or sets the CurrentState

The CurrentState

new FiniteTransitionVariableModel UnifiedAutomation.UaServer.FiniteStateMachineModel.LastTransition
getset

Gets or sets the LastTransition

The LastTransition


The documentation for this class was generated from the following file: