Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Angstrom.BE
SourceBig endian parsers
int16 i
accept two bytes that match the two lower order bytes of i
and returns unit.
int32 i
accept four bytes that match the four bytes of i
and returns unit.
int32 i
accept eight bytes that match the eight bytes of i
and returns unit.
any_intN
reads N
bits and interprets them as big endian signed integers.
any_uint16
reads 16
bits and interprets them as a big endian unsigned integer.
any_float
reads 32 bits and interprets them as a big endian floating point value.