VariablesNetwork Members
The VariablesNetwork type exposes the following members.
Constructors
Name | Description | |
---|---|---|
VariablesNetwork()()()() |
Default constructor that initializes the variable types.
|
|
VariablesNetwork(INetworkElement) |
Constructor that takes a network object and initializes the variable types.
|
Methods
Name | Description | |
---|---|---|
ComputeActive |
Computes the active state of the network entity by updating variables.
|
|
ComputePassive |
Computes the passive state of the network entity by synchronizing variables.
|
|
Extract |
Extracts variable data from the provided IDataStream and updates the network variables.
|
|
GetPassiveArguments |
Gets the arguments for the passive state computation.
|
|
RegisterVariable |
Registers a variable with the network.
|
|
SetComponentTarget |
Sets the target component for the variables.
|
|
SynchonizeActive |
Synchronizes the active state by writing variable data to the provided IDataStream.
|
|
SynchonizePassive |
Synchronizes the passive state with the given data.
|