VivicoreSerial library
|
DC information structure for each input or output of Branch. More...
#include <VivicoreSerialDataCode.h>
Public Attributes | |
DcGroup_t | group_no |
DcNature_t | data_nature |
DcType_t | data_type |
int16_t | data_min |
int16_t | data_max |
int16_t | data_ini |
DC information structure for each input or output of Branch.
Branch can have single or muptiple DC info which is shown on App as connector. The each connector has the properties which can be configured with this structure.
int16_t dcInfo_t::data_ini |
Default value of the data
int16_t dcInfo_t::data_max |
Maximum value of range of the data
int16_t dcInfo_t::data_min |
Minimum value of range of the data
DcNature_t dcInfo_t::data_nature |
Direction from view point of Branch supported by DcNature_t
DcType_t dcInfo_t::data_type |
Data type supported by DcType_t
DcGroup_t dcInfo_t::group_no |
Group number to belong supported by DcGroup_t