EVE 1.0
min_max_t Struct Reference
Eve » TOC

minimal and maximal possible values for the INTEGER parameters. More...

#include <toc-app.h>

Data Fields

int32_t Min
 
int32_t Max
 

Detailed Description

minimal and maximal possible values for the INTEGER parameters.

Definition at line 106 of file toc-app.h.

Field Documentation

int32_t min_max_t::Min

Minimal value

Definition at line 108 of file toc-app.h.

int32_t min_max_t::Max

Maximal value

Definition at line 109 of file toc-app.h.