nw::ut::Signal7::Connect Member Function

Syntax

void Connect(
     SlotType * slot
);

Arguments

Name Description
in slot A slot.

Return Values

None.

Description

Connects to the slot and sets up signal reception.

When the "NW_SIGNAL_MULTI_SLOT_ENABLED" definition for "nw/ut/ut_Config.h" is disabled, the number of slots that can be connected to the signal is one.

When the "NW_SIGNAL_MULTI_SLOT_ENABLED" is disabled, be sure to Disconnect before Connecting. If not Disconnected, it will stop with an assert.


CONFIDENTIAL