Documentation Home Page RT-LAB Home Page
Pour la documentation en FRANÇAIS, utilisez l'outil de traduction de votre navigateur Chrome, Edge ou Safari. Voir un exemple.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Description

When loading a file of parameters, signals or aliases, this enum specifies how to resolve the conflict of the load operation. Conflict can occur when the current model has changed since the file was saved.

Usage

typedef enum{

OP_LOADF_UNKNOWN,

OP_LOADF_NO_CONFLICT,

OP_LOADF_ALL_RESOLVED,

OP_LOADF_UNRESOLVED

}OP_LOAD_FILE_STATUS;

Elements
  • OP_LOADF_UNKNOWN (0): Not set (unknown status).
  • OP_LOADF_NO_CONFLICT (1): No conflict has been found in the loaded objects.
  • OP_LOADF_ALL_RESOLVED (2): All conflicts have been resolved for loaded objects.
  • OP_LOADF_UNRESOLVED(3): Some conflicts could not be resolved.
ExamplesNone
Related ItemsOpalLoadAlias
Library and Header

WINDOWSLINUX
Static LibraryOpalApi.lib-
Dynamic LibraryOpalApi.dlllibOpalApi.so
Header FileOpalApi.hOpalApi.h
  • No labels