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

Provides constants for functions with search arguments.

Usage

typedef enum{

OP_SEARCH_NOT_FOUND,

OP_SEARCH_FOUND_EXACT,

OP_SEARCH_FOUND_DIFFERENT,

OP_SEARCH_FOUND_ESTIMATION

} OP_SEARCH_RESULTS;

Elements
  • OP_SEARCH_NOT_FOUND (0): No match found.
  • OP_SEARCH_FOUND_EXACT (1): An exact match has been found.
  • OP_SEARCH_FOUND_DIFFERENT (2): A match, but with slight differences, has been found. Ex: for RT-LAB parameters, this is returned when we find a parameter with the same path and name, but with different ids.
  • OP_SEARCH_FOUND_ESTIMATION (3): A match has been found after estimation. Ex: for RTLAB parameters, this is returned when we estimate a parameter. This usually requires a user to accept estimations as they are not guaranteed to be accurate.
Examples

None

Related ItemsOP_SIGNAL_INFO, OP_PARAMETER_INFO
Library and Header

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