
SQ_ErrorCode SQ_IsQualitative(SQ_Variable pVariable, SQ_Bool *bIsQualitative)
SQ_ErrorCode SQ_IsPhaseIterationVariable(SQ_Variable pVariable, SQ_Bool *bIsPhaseIterVariable)
struct tagSQ_VariableVector * SQ_VariableVector
SQ_ErrorCode SQ_IsXVariable(SQ_Variable pVariable, SQ_Bool *bIsXVariable)
SQ_ErrorCode SQ_GetQualitativeSettings(SQ_Variable pVariable, SQ_StringVector *pSettings)
SQ_ErrorCode SQ_GetVariableIDs(SQ_Variable pVariable, SQ_IntVector *pVariableIDs)
struct tagSQ_Variable * SQ_Variable
SQ_ErrorCode SQ_GetNumVariablesInVector(SQ_VariableVector pVariables, int *iSize)
SQ_ErrorCode SQ_IsLagged(SQ_Variable pVariable, SQ_Bool *bIsLagged)
enum SQ_ErrorCodeEnum SQ_ErrorCode
SQ_ErrorCode SQ_HasDynamicLags(SQ_Variable pVariable, SQ_Bool *bHasDynamicLags)
SQ_ErrorCode SQ_GetLagSteps(SQ_Variable pVariable, SQ_IntVector *pLagSteps)
SQ_ErrorCode SQ_GetVariableName(SQ_Variable pVariable, int iNameID, char *szVariableName, int iBufferLength)
SQ_ErrorCode SQ_GetVariableFromVector(SQ_VariableVector pVariables, int iIndex, SQ_Variable *pVariable)
Copyright (C) Sartorius Stedim Data Analytics AB - Generated by Doxygen