LALPulsar  6.1.0.1-89842e6

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 1 of file Weave.h.

◆ WeaveSimulationLevel

Definition at line 1 of file Weave.h.

◆ WeaveStatisticType

Definition at line 1 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.