|
ConOpSys V2970
P004.07
ANVILEX control operating system
|
Remote parameter descriptor. More...
#include <Parameter_Base_Defines.h>

Public Attributes | |
| TParameter_Base * | object_Local_Parameter |
| Pointer to parameter data storage structure. More... | |
| struct { | |
| TRemote_Parameter_Properties struct_Properties | |
| Remote parameter properties. More... | |
| U32 u32_Node_Address | |
| Remote node address. More... | |
| U32 u32_Node_Timeout | |
| Nore responce timeout in milisecods. More... | |
| U32 u32_ID | |
| Remote parameter ID. More... | |
| U32 u32_Element_Index | |
| Remote parameter elemet index. More... | |
| } | struct_Remote_Parameter |
| Remote parameter descriptor structure. More... | |
Remote parameter descriptor.
ANVILEX GG : Rewrite struct => Add node struct witch will include all
parameters for each node, for node to determine node address
| TParameter_Base* TRemote_Parameter_Mapping_Descriptor::object_Local_Parameter |
Pointer to parameter data storage structure.
| TRemote_Parameter_Properties TRemote_Parameter_Mapping_Descriptor::struct_Properties |
Remote parameter properties.
| struct { ... } TRemote_Parameter_Mapping_Descriptor::struct_Remote_Parameter |
Remote parameter descriptor structure.
| U32 TRemote_Parameter_Mapping_Descriptor::u32_Element_Index |
Remote parameter elemet index.
| U32 TRemote_Parameter_Mapping_Descriptor::u32_ID |
Remote parameter ID.
| U32 TRemote_Parameter_Mapping_Descriptor::u32_Node_Address |
Remote node address.
| U32 TRemote_Parameter_Mapping_Descriptor::u32_Node_Timeout |
Nore responce timeout in milisecods.