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 content. View the current version.

Compare with Current View Version History

« Previous Version 2 Next »

DescriptionUse these enum when registering the information to be received when compiling and loading a model.
Usage

typedef enum{

DISPLAY_UNREGISTER,

DISPLAY_REGISTER_ALL,

DISPLAY_REGISTER_DONE

} OP_DISPLAY_REG_TYPE;

Elements
  • DISPLAY_UNREGISTER (0): Unregister a previous register.
  • DISPLAY_REGISTER_ALL (1): Register for getting message and status.
  • DISPLAY_REGISTER_DONE (2): Register for message only.
ExamplesNone
Related ItemsOpalRegisterDisplay
Library and Header

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