nn::nex::SafetyExecutive::GetInstance Member Function

Syntax

static SafetyExecutive * GetInstance();

Parameters

None.

Return Values

Returns a pointer to a SafetyExecutive object.

Description

Gets a pointer to an instance of SafetyExecutive.

When accessing the SafetyExecutive class to determine whether to approve or deny operation execution, get a pointer to an instance of the class using this function and then make your function calls via the class. An instance of the SafetyExecutive class is automatically generated when a session starts and is automatically released when that session ends.

Revision History

2011/01/27
Initial version.

CONFIDENTIAL