C-API | OP_EXTRA_FILE_TRANSFER_TIME

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.

C-API | OP_EXTRA_FILE_TRANSFER_TIME

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

Examples

None

Related Items

OpalAddExtraFile, OpalGetExtraFiles, OpalRemoveExtraFile

Library and Header



WINDOWS

LINUX

Static Library

OpalApi.lib

-

Dynamic Library

OpalApi.dll

libOpalApi.so

Header File

OpalApi.h

OpalApi.h

OPAL-RT TECHNOLOGIES, Inc. | 1751, rue Richardson, bureau 1060 | Montréal, Québec Canada H3K 1G6 | opal-rt.com | +1 514-935-2323
Follow OPAL-RT: LinkedIn | Facebook | YouTube | X/Twitter