ConOpSys V2970
P004.07
ANVILEX control operating system
|
Parameter properties structure. More...
#include <Parameter_Base_Defines.h>
Public Attributes | |
U32 | u32_Properties |
All parameter properties as U32 value. More... | |
struct { | |
U32 u32_Datatype:8 | |
ConOpSys based datatype. More... | |
U32 u32_Access_Mode:3 | |
Parameter access mode. More... | |
U32 u32_Boundary_Check_Mode:4 | |
Parameter boundary check mode. More... | |
U32 u32_Display_Radix:4 | |
Depricated: Parameter display radix. More... | |
U32 u32_Display_Format:4 | |
Parameter display flag. More... | |
U32 __pad0__:5 | |
Reserved fields. More... | |
U32 u32_Triggerable:1 | |
Parameter triggerable flag. More... | |
U32 u32_Nonvolatile:1 | |
Parameter nonvolatile flag. More... | |
U32 u32_Autorefresh:1 | |
Parameter autorefresh flag. More... | |
U32 u32_Scopeable:1 | |
Parameter scopeability flag. More... | |
}; | |
Parameter properties structure.
struct { ... } |
U32 TParameter_Properties::__pad0__ |
Reserved fields.
U32 TParameter_Properties::u32_Access_Mode |
Parameter access mode.
Referenced by TParameter_Base::Get_Parameter_Properties().
U32 TParameter_Properties::u32_Autorefresh |
Parameter autorefresh flag.
Referenced by TParameter_Base::Get_Parameter_Properties().
U32 TParameter_Properties::u32_Boundary_Check_Mode |
Parameter boundary check mode.
Referenced by TParameter_Base::Get_Parameter_Properties().
U32 TParameter_Properties::u32_Datatype |
ConOpSys based datatype.
Referenced by TParameter_Base::Get_Parameter_Properties().
U32 TParameter_Properties::u32_Display_Format |
Parameter display flag.
Referenced by TParameter_Base::Get_Parameter_Properties().
U32 TParameter_Properties::u32_Display_Radix |
Depricated: Parameter display radix.
Referenced by TParameter_Base::Get_Parameter_Properties().
U32 TParameter_Properties::u32_Nonvolatile |
Parameter nonvolatile flag.
Referenced by TParameter_Base::Get_Parameter_Properties().
U32 TParameter_Properties::u32_Properties |
All parameter properties as U32 value.
Referenced by TParameter_Base::Get_Parameter_Properties().
U32 TParameter_Properties::u32_Scopeable |
Parameter scopeability flag.
Referenced by TParameter_Base::Get_Parameter_Properties().
U32 TParameter_Properties::u32_Triggerable |
Parameter triggerable flag.
Referenced by TParameter_Base::Get_Parameter_Properties().