nn::nex::SafetyExecutive::TrustLocalStation Member Function

Syntax

void TrustLocalStation(
     qBool bFlag
);

Parameters

Name Description
bFlag [in] Specifies whether to trust the local station (true by default).

Return Values

None.

Description

Sets 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.

See Also

GetInstance, LocalStationIsTrusted

Revision History

2011/01/27
Initial version.

CONFIDENTIAL