Owning Palette: Map VIs and Functions
Requires: Base Development System. This topic might not match its corresponding palette in LabVIEW depending on your operating system, licensed product(s), and target.
Use the Registration Map VIs to create and manipulate registration maps. A registration map is a map between a key and a set of elements with operations to signal when clients register or unregister for one or more services.
Palette Object | Description |
---|---|
Registration Map:Confirm Registration | Checks if a set element is registered for a key in a registration map. This VI signals the calling VI if the set element has registered for the key. |
Registration Map:Register | Adds a set element in a registration map. This VI signals the calling VI if it is the first time any set element has registered for this key. |
Registration Map:Unregister | Removes an entry from a registration map. This VI signals the calling VI if the given element is the last element registered for this key. |