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 3 Current »

Description

Use these enum to specify the moment to transfer or retrieve extra files on model compilation or load.

Usage

typedef enum{

PUT_BEFORE_COMPILATION,

GET_AFTER_COMPILATION,

PUT_BEFORE_LOAD,

GET_AFTER_RESET,

PUT_UNKNOWN,

GET_UNKNOWN

} OP_EXTRA_FILE_TRANSFER_TIME;

Elements
  • PUT_BEFORE_COMPILATION (0): File is to be tranferred to target before model compilation.
  • GET_AFTER_COMPILATION (1): File is to be retrieved from the target after model compilation.
  • PUT_BEFORE_LOAD (2): File is to be transferred to target before model load.
  • GET_AFTER_RESET (3): File is to be retrieved from target after model reset.
  • PUT_UNKNOWN (4): File is to be transferred but the moment is not set yet. For display purpose only. The user has not set the transfer time yet.
  • GET_UNKNOWN (5): File is to be retrieved but the moment is not set yet. For display purpose only. The user has not set the transfer time yet
ExamplesNone
Related ItemsOpalAddExtraFile, OpalGetExtraFiles, OpalRemoveExtraFile
Library and Header

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