VivicoreSerial library
Public Attributes | List of all members
dcInfo_t Struct Reference

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
 

Detailed Description

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.

Member Data Documentation

◆ data_ini

int16_t dcInfo_t::data_ini

Default value of the data

◆ data_max

int16_t dcInfo_t::data_max

Maximum value of range of the data

◆ data_min

int16_t dcInfo_t::data_min

Minimum value of range of the data

◆ data_nature

DcNature_t dcInfo_t::data_nature

Direction from view point of Branch supported by DcNature_t

◆ data_type

DcType_t dcInfo_t::data_type

Data type supported by DcType_t

◆ group_no

DcGroup_t dcInfo_t::group_no

Group number to belong supported by DcGroup_t


The documentation for this struct was generated from the following file: