Classes | Typedefs | Enumerations | Functions
SQBatchVariable.h File Reference
#include "SQDef.h"
#include "SQVariable.h"

Go to the source code of this file.

Classes

struct  SQ_VariableOriginType
 

Typedefs

typedef enum SQ_BatchVariableEnumType SQ_BatchVariableType
 
typedef struct SQ_VariableOriginType SQ_VariableOrigin
 

Enumerations

enum  SQ_BatchVariableEnumType {
  SQ_Standard, SQ_Batch_Condition, SQ_Duration, SQ_Endpoint,
  SQ_Observation_Level_Scores, SQ_Observation_Level_Rawdata, SQ_Summary_Min, SQ_Summary_Max,
  SQ_Summary_Mean, SQ_Summary_Median, SQ_Summary_Stddev, SQ_Summary_Robust_Stddev,
  SQ_Summary_Interquartile, SQ_Summary_Slope, SQ_Phase_Condition, SQ_Phase_Iteration_Condition
}
 

Functions

SQ_ErrorCode SQ_GetVariableOrigin (SQ_Variable pVariable, SQ_VariableOrigin *pVariableOrigin)
 

Typedef Documentation

◆ SQ_BatchVariableType

An enum defining the type and source of a variable.

◆ SQ_VariableOrigin

A structure containing information about the origin of a batch level variable.

Enumeration Type Documentation

◆ SQ_BatchVariableEnumType

An enum defining the type and source of a variable.

Enumerator
SQ_Standard 

Default, not a batch Level variable

SQ_Batch_Condition 

Batch condition variable

SQ_Duration 

The number of observations

SQ_Endpoint 

The last maturity/time value

SQ_Observation_Level_Scores 

The values come from a score variable in the observation level dataset

SQ_Observation_Level_Rawdata 

The values come from the dataset in the observation level dataset

SQ_Summary_Min 

The min of a specific variable

SQ_Summary_Max 

The max of a specific variable

SQ_Summary_Mean 

The mean of a specific variable

SQ_Summary_Median 

The median of a specific variable

SQ_Summary_Stddev 

The standard deviation of a specific variable

SQ_Summary_Robust_Stddev 

The robust standard deviation of a specific variable

SQ_Summary_Interquartile 

The interquartile of a specific variable

SQ_Summary_Slope 

The slope of a specific variable using min square method.

SQ_Phase_Condition 

Phase condition variable

SQ_Phase_Iteration_Condition 

Phase iteration condition variable

Function Documentation

◆ SQ_GetVariableOrigin()

SQ_ErrorCode SQ_GetVariableOrigin ( SQ_Variable  pVariable,
SQ_VariableOrigin pVariableOrigin 
)

Retrieves the variable origin info from a variable name in batch level dataset.

Parameters
[in]pVariableThe variable to get the name of.
[out]pVariableOriginThe variable origin info.
Returns
Returns SQ_E_OK if success or an error code

Copyright (C) Sartorius Stedim Data Analytics AB - Generated by Doxygen