nw::ut::Signal6::CreateFixedSizedSignal Member Function

Syntax

static SelfType * CreateFixedSizedSignal(
     size_t maxSlots,
     AllocatorType * allocator
);

Arguments

Name Description
in maxSlots The maximum number of slots that can be added.
in allocator Allocator.

Return Values

Description

Allocates the required memory ahead of time and creates a signal.


CONFIDENTIAL