EnumValue : public class
Created: |
12/1/2005 4:48:31 PM |
Modified: |
1/3/2007 5:40:09 PM |
|
Project: |
|
Author: |
|
Version: |
1.0 |
Phase: |
1.0 |
Status: |
Proposed |
Complexity: |
Easy |
Advanced: |
|
UUID: |
{51CB65C8-B4DA-42ad-AF44-B9DFFA7E7CFA} |
Appears In: |
EngUnit |
EnumValue is uniquely identified by enumEU & value.
OutPort should have a corresponding EngUnit for transmitted values. Therefore, in a DataEvent transmission the DataEvent id can link to EngUnit from the OutPort and only a value may be needed in the actual DataEvent (if shortness of expression of desired).
Attribute |
Details |
public EngUnit enumEU |
Range:0 to 1
Notes:
|
Identifies the engineering units for the value.
|
|
public string name |
Range:0 to 1
Notes:
|
Optional description string.
|
|
public int value |
Notes:
|
Stores the integer value.
|
|