SALSA Analysis Modules
|
Go to the source code of this file.
Data Structures | |
union | AnalysisItem |
Defines | |
#define | ANALYSISNONE 1 |
#define | ANALYSISSTRING 2 |
#define | ANALYSISINTEGER 3 |
#define | ANALYSISDOUBLE 4 |
#define | ANALYSISFLOAT 5 |
#define | ANALYSISMETA 6 |
#define | ANALYSISVOID 7 |
#define | ANALYSISINTARRAY 8 |
#define | ANALYSISDBLARRAY 9 |
#define | ANALYSISFLARRAY 10 |
Typedefs | |
typedef void * | AnaModNumericalProblem |
typedef struct IntArray_ * | IntArray |
typedef struct StringArray_ * | StringArray |
typedef struct AnalysisItemArray_ * | AnalysisItemArray |
typedef struct AnalysisDataTypeArray_ * | AnalysisDataTypeArray |
typedef int | AnalysisDataType |
This file lists the possible return types of analysis modules. See typehandling about semantic issues.
Definition in file anamodtypes.h.
#define ANALYSISDBLARRAY 9 |
Definition at line 56 of file anamodtypes.h.
Referenced by ComponentRetrieve(), HasQuantityByID(), QuantityAsString(), RegisterSpectrumModules(), and RetrieveQuantityByID().
#define ANALYSISDOUBLE 4 |
Definition at line 51 of file anamodtypes.h.
Referenced by ComponentRetrieve(), HasQuantityByID(), QuantityAsString(), RegisterIprsModules(), RegisterLapackModules(), RegisterNormalityModules(), RegisterSimpleModules(), RegisterSpectrumModules(), RegisterVarianceModules(), and RetrieveQuantityByID().
#define ANALYSISFLARRAY 10 |
Definition at line 57 of file anamodtypes.h.
#define ANALYSISFLOAT 5 |
Definition at line 52 of file anamodtypes.h.
#define ANALYSISINTARRAY 8 |
Definition at line 55 of file anamodtypes.h.
Referenced by ComponentRetrieve(), ComputeOrRetrieveQuantity(), HasQuantityByID(), QuantityAsString(), RegisterICMKModules(), RegisterJPLModules(), RegisterStructureModules(), and RetrieveQuantityByID().
#define ANALYSISINTEGER 3 |
Definition at line 50 of file anamodtypes.h.
Referenced by ComponentRetrieve(), HasQuantityByID(), QuantityAsString(), RegisterICMKModules(), RegisterIprsModules(), RegisterJPLModules(), RegisterSimpleModules(), RegisterSpectrumModules(), RegisterStructureModules(), RegisterVarianceModules(), and RetrieveQuantityByID().
#define ANALYSISMETA 6 |
Definition at line 53 of file anamodtypes.h.
#define ANALYSISNONE 1 |
Definition at line 48 of file anamodtypes.h.
#define ANALYSISSTRING 2 |
Definition at line 49 of file anamodtypes.h.
Referenced by QuantityAsString(), and RegisterStatsModules().
#define ANALYSISVOID 7 |
Definition at line 54 of file anamodtypes.h.
typedef int AnalysisDataType |
Definition at line 46 of file anamodtypes.h.
typedef struct AnalysisDataTypeArray_* AnalysisDataTypeArray |
Definition at line 22 of file anamodtypes.h.
typedef struct AnalysisItemArray_* AnalysisItemArray |
Definition at line 21 of file anamodtypes.h.
typedef void* AnaModNumericalProblem |
Definition at line 10 of file anamodtypes.h.
Definition at line 19 of file anamodtypes.h.
typedef struct StringArray_* StringArray |
Definition at line 20 of file anamodtypes.h.