$customHeader
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

Enumeration of various types of signals.

Usage

typedef enum{

OP_INVALID_SIGNAL = -1,

OP_ACQUISITION_SIGNAL,

OP_DYNAMIC_SIGNAL,

OP_CONTROL_SIGNAL

}OP_SIGNAL_TYPE;

Elements
  • OP_ACQUISITION_SIGNAL (0): Acquisition signal.
  • OP_DYNAMIC_SIGNAL (1): Dynamic signal.
  • OP_CONTROL_SIGNAL (2): Control signal.
Examples

None

Related ItemsOpalGetSignalsByName
Library and Header

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