Index

Data Type OcaMap

Template class representing a map of keys to values.

Properties

OcaUint16 Count

Number of entries (key value pairs) in the map.

OcaMapItem<OcaUint16,OcaSignalPath>[Count ] Items

The array of items of the map, i.e. each key value pair (value after key) placed after each other.

OCP.1 Encoding

Basic typeByte Length
OcaMap(2 + Count * variable)