nn::nex::SafetyExecutive::LocalStationIsTrusted Member Function

Syntax

qBool LocalStationIsTrusted() const;

Parameters

None.

Return Values

Returns whether to trust the local station.

Description

Gets whether to trust the local station.

If the local station (self) is set as trusted (which is the default), all system operations executed by the local station will no longer be subjected to a prior check by the SafetyExecutive class. If set as untrusted, even system operations executed by the local station will be subjected to a prior check by the SafetyExecutive class.

You can use this function to get the value set by the TrustLocalStation function.

Revision History

2011/01/27
Initial version.

CONFIDENTIAL