nn::nex::Role Enumerated Type

Syntax

enum Role;

Value

Value Description
DUPLICATION_MASTER This is a duplication master (DuplicatedObject::IsADuplicationMaster). The duplication master is the original from which objects are copied, and it has the authority to update variables and other data.
DUPLICA This is a duplica (DuplicatedObject::IsADuplica). A duplica is a copy of the data of an object, so it does not have any authority to update variables or other data. Its data is always synchronized to the duplication master.
ROLE_NOT_DEFINED Returned when the role of the Duplicated Object is not yet defined.

Description

Enumerated type for the roles of duplicated objects.

Revision History

2011/01/28
Initial version.

CONFIDENTIAL