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.


icon

Inputs/Outputs

  • cmap.png map in

    map in specifies the registration map in which you want to insert an entry. This input accepts a map of sets of any data type. The default data type is a map of sets of 32-bit signed integers.

  • cstr.png key

    key specifies the key. This input must be of the same data type as the existing keys in the map.

  • ci32.png set element

    set element specifies the set element that may be registered for the specified key. This input must be of the same data type as the elements of the sets in the map.

  • imap.png map out

    map out returns the registration map with the inserted entry.

  • ibool.png element already registered?

    element already registered? returns whether map in already includes set element.

  • ibool.png first registration for this key?

    first registration for this key? returns whether this is the first time that the key is registered.

  • Examples

    Refer to the following example files included with LabVIEW.

    • labview\examples\Design Patterns\Registration Map\Registration Map Usage.lvproj