riOctavePlugin Namespace Reference

Functions

bool isOctaveValueNumeric (const octave_value &value)
 

Variables

const int connectTimeOutMilliSecs = 5000
 
const int shortTimeOutMilliSecs = 1000
 
const int longTimeOutMilliSecs = 6000000
 
const int socketMaxByteCount = 100000
 
char caseInfo_CaseId [] = "CaseId"
 
char caseInfo_CaseName [] = "CaseName"
 
char caseInfo_CaseType [] = "CaseType"
 
char caseInfo_CaseGroupId [] = "CaseGroupId"
 
char propertyInfo_PropName [] = "PropName"
 
char propertyInfo_PropType [] = "PropType"
 
char wellStatus_WellType [] = "WellType"
 
char wellStatus_WellStatus [] = "WellStatus"
 
char caseGroupInfo_CaseGroupId [] = "CaseGroupId"
 
char caseGroupInfo_CaseGroupName [] = "CaseGroupName"
 
char wellCellInfo_I [] = "I"
 
char wellCellInfo_J [] = "J"
 
char wellCellInfo_K [] = "K"
 
char wellCellInfo_GridIndex [] = "GridIndex"
 
char wellCellInfo_CellStatus [] = "CellStatus"
 
char wellCellInfo_BranchId [] = "BranchId"
 
char wellCellInfo_SegmentId [] = "SegmentId"
 
char timeStepDate_Year [] = "Year"
 
char timeStepDate_Month [] = "Month"
 
char timeStepDate_Day [] = "Day"
 
char timeStepDate_Hour [] = "Hour"
 
char timeStepDate_Minute [] = "Minute"
 
char timeStepDate_Second [] = "Second"
 
char cellIndex_gridIndex [] = "GridIndex"
 
char cellIndex_I [] = "I"
 
char cellIndex_J [] = "J"
 
char cellIndex_K [] = "K"
 

Function Documentation

◆ isOctaveValueNumeric()

bool riOctavePlugin::isOctaveValueNumeric ( const octave_value &  value)

Variable Documentation

◆ caseGroupInfo_CaseGroupId

char riOctavePlugin::caseGroupInfo_CaseGroupId[] = "CaseGroupId"

◆ caseGroupInfo_CaseGroupName

char riOctavePlugin::caseGroupInfo_CaseGroupName[] = "CaseGroupName"

◆ caseInfo_CaseGroupId

char riOctavePlugin::caseInfo_CaseGroupId[] = "CaseGroupId"

◆ caseInfo_CaseId

char riOctavePlugin::caseInfo_CaseId[] = "CaseId"

◆ caseInfo_CaseName

char riOctavePlugin::caseInfo_CaseName[] = "CaseName"

◆ caseInfo_CaseType

char riOctavePlugin::caseInfo_CaseType[] = "CaseType"

◆ cellIndex_gridIndex

char riOctavePlugin::cellIndex_gridIndex[] = "GridIndex"

◆ cellIndex_I

char riOctavePlugin::cellIndex_I[] = "I"

◆ cellIndex_J

char riOctavePlugin::cellIndex_J[] = "J"

◆ cellIndex_K

char riOctavePlugin::cellIndex_K[] = "K"

◆ connectTimeOutMilliSecs

const int riOctavePlugin::connectTimeOutMilliSecs = 5000

◆ longTimeOutMilliSecs

const int riOctavePlugin::longTimeOutMilliSecs = 6000000

◆ propertyInfo_PropName

char riOctavePlugin::propertyInfo_PropName[] = "PropName"

◆ propertyInfo_PropType

char riOctavePlugin::propertyInfo_PropType[] = "PropType"

◆ shortTimeOutMilliSecs

const int riOctavePlugin::shortTimeOutMilliSecs = 1000

◆ socketMaxByteCount

const int riOctavePlugin::socketMaxByteCount = 100000

◆ timeStepDate_Day

char riOctavePlugin::timeStepDate_Day[] = "Day"

◆ timeStepDate_Hour

char riOctavePlugin::timeStepDate_Hour[] = "Hour"

◆ timeStepDate_Minute

char riOctavePlugin::timeStepDate_Minute[] = "Minute"

◆ timeStepDate_Month

char riOctavePlugin::timeStepDate_Month[] = "Month"

◆ timeStepDate_Second

char riOctavePlugin::timeStepDate_Second[] = "Second"

◆ timeStepDate_Year

char riOctavePlugin::timeStepDate_Year[] = "Year"

◆ wellCellInfo_BranchId

char riOctavePlugin::wellCellInfo_BranchId[] = "BranchId"

◆ wellCellInfo_CellStatus

char riOctavePlugin::wellCellInfo_CellStatus[] = "CellStatus"

◆ wellCellInfo_GridIndex

char riOctavePlugin::wellCellInfo_GridIndex[] = "GridIndex"

◆ wellCellInfo_I

char riOctavePlugin::wellCellInfo_I[] = "I"

◆ wellCellInfo_J

char riOctavePlugin::wellCellInfo_J[] = "J"

◆ wellCellInfo_K

char riOctavePlugin::wellCellInfo_K[] = "K"

◆ wellCellInfo_SegmentId

char riOctavePlugin::wellCellInfo_SegmentId[] = "SegmentId"

◆ wellStatus_WellStatus

char riOctavePlugin::wellStatus_WellStatus[] = "WellStatus"

◆ wellStatus_WellType

char riOctavePlugin::wellStatus_WellType[] = "WellType"