OVERVIEW   INDEX   DEPRECATED   HELP   CORRESPONDENCES  


Modulepars   Data Types   Component Types   Port Types   Constants   Templates   Signatures   Functions   Altsteps   Test cases  

Group unsignedIntegerDefintions

Declared in module LibCommon_BasicTypesAndValues


Types Summary
UInt16
UInt32
Constants Summary
c_uInt16Max
c_uInt32Max

Details

UInt16
type integer    UInt16 (0 .. c_uInt16Max) with {variant "length=16;unsigned"};

Declared in group unsignedIntegerDefintions

UInt32
type integer     UInt32 (0 .. c_uInt32Max) with {variant "length=32;unsigned"};

Declared in group unsignedIntegerDefintions

c_uInt16Max
const integer c_uInt16Max := 65535

Declared in group unsignedIntegerDefintions

c_uInt32Max
const integer c_uInt32Max := 4294967295

Declared in group unsignedIntegerDefintions