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

Describes an extra file to be transferred to or retrieved from the target execution directory.

Usage

typedef struct{

char pathName[256];

OP_FILE_TRANSFER_MODE type;

} OP_EXTRA_FILE;

Elements
  • pathName: Path and name of the file.
  • type: Indicates when to make transfer. See OP_FILE_TRANSFER_MODE.
ExamplesNone.
Related ItemsOP_FILE_TRANSFER_MODE, OpalGetExtraFiles
Library and Header

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