Loading [MathJax]/extensions/TeX/AMSsymbols.js
LALPulsar 7.1.1.1-5e288d3
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages

Go to the source code of this file.

Typedefs

typedef enum tagWeaveSearchTimingSection WeaveSearchTimingSection
 
typedef enum tagWeaveSimulationLevel WeaveSimulationLevel
 
typedef enum tagWeaveStatisticType WeaveStatisticType
 

Enumerations

enum  tagWeaveSimulationLevel { WEAVE_SIMULATE = 0001 , WEAVE_SIMULATE_MIN_MEM = 0002 }
 Bitflags representing search simulation levels. More...
 

Typedef Documentation

◆ WeaveSearchTimingSection

Definition at line 59 of file Weave.h.

◆ WeaveSimulationLevel

Definition at line 60 of file Weave.h.

◆ WeaveStatisticType

Definition at line 61 of file Weave.h.

Enumeration Type Documentation

◆ tagWeaveSimulationLevel

Bitflags representing search simulation levels.

Enumerator
WEAVE_SIMULATE 

Simulate search (implicitly with full memory allocation)

WEAVE_SIMULATE_MIN_MEM 

Simulate search with minimal memory allocation.

Definition at line 80 of file Weave.h.