Skip to main content

Module pmap

Module pmap 

Source
Expand description

FAST presence map handling.

The presence map (PMAP) is a bitmap that indicates which optional fields are present in a FAST message. It uses stop-bit encoding where the high bit of each byte indicates whether more bytes follow.

Structsยง

PresenceMap
FAST presence map.
PresenceMapBuilder
Builder for constructing presence maps.