Registration Map VIs

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 ObjectDescription
Registration Map:Confirm RegistrationChecks 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:RegisterAdds 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:UnregisterRemoves an entry from a registration map. This VI signals the calling VI if the given element is the last element registered for this key.