General Information
Tutorials
Reference Manuals
Libraries
Translation Tasks
Tools
Administration
|
Abstract data types to be used in specificationsMapping Integral Values To Other TypesThis module implements mappings from non-negative integers to an arbitrary type that is specified by a generic instantiation parameter. Any assignable type can be chosen.
The map is implemented by a dynamically allocated array using
the The size of the mapping has to to be stated on initialization. The module is instantiated by $/Adt/Map.gnrc +instance=NAME +referto=TYPE :instwhere NAME identifies the Map instance and TYPE
is the target type of the mapping.
Note: The target type of the mapping
All entities exported by this module can be used in specifications
of type The following functions are supplied by the module:
|