C-API | OP_SEARCH_RESULTS

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_SEARCH_RESULTS

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 Items

OP_SIGNAL_INFO, OP_PARAMETER_INFO

Library and Header



WINDOWS

LINUX

Static Library

OpalApi.lib

-

Dynamic Library

OpalApi.dll

libOpalApi.so

Header File

OpalApi.h

OpalApi.h