Class ClockEvent
Class ClockEvent represents scheduler events of that graph asset. Implements the VersionedStruct
Inherited Members
Namespace: Mechatronics.SystemGraph
Syntax
[Serializable]
public class ClockEvent : VersionedStruct
Fields
AllowGovernance
Allow governance of this clock event (deprecated feature)
Declaration
public bool AllowGovernance
Field Value
| Type | Description |
|---|---|
| Boolean |
Duration
The duration
Declaration
public double Duration
Field Value
| Type | Description |
|---|---|
| Double |
Frequency
The frequency
Declaration
public double Frequency
Field Value
| Type | Description |
|---|---|
| Double |
Guid
The unique identifier
Declaration
public string Guid
Field Value
| Type | Description |
|---|---|
| String |
NodeGuid
The node unique identifier
Declaration
public string NodeGuid
Field Value
| Type | Description |
|---|---|
| String |
TimeOffset
The time offset
Declaration
public double TimeOffset
Field Value
| Type | Description |
|---|---|
| Double |
UseClockSourceFrequency
Use clock source frequency
Declaration
public bool UseClockSourceFrequency
Field Value
| Type | Description |
|---|---|
| Boolean |
Methods
Create()
Creates this instance.
Declaration
public static ClockEvent Create()
Returns
| Type | Description |
|---|---|
| ClockEvent | ClockEvent. |