ParaLib 2.0.15-master SHA: 2e03d68caa
ParaData_I32 Struct Reference

Parameter-data structure for signed int (32-Bit) More...

#include <PARA_Lib.h>

Data Fields

int32_t * Wert
 Pointer to Data value. More...
 
int32_t MinWert
 Minimum value. More...
 
int32_t MaxWert
 Maximum value. More...
 
int32_t DefaultWert
 Factory default value. More...
 

Detailed Description

Parameter-data structure for signed int (32-Bit)

Field Documentation

◆ DefaultWert

int32_t DefaultWert

Factory default value.

◆ MaxWert

int32_t MaxWert

Maximum value.

◆ MinWert

int32_t MinWert

Minimum value.

◆ Wert

int32_t* Wert

Pointer to Data value.


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