riSettings.h File Reference
#include "../ApplicationLibCode/SocketInterface/RiaSocketServerDefines.h"
Include dependency graph for riSettings.h:

Go to the source code of this file.

Namespaces

namespace  riOctavePlugin
 

Functions

bool riOctavePlugin::isOctaveValueNumeric (const octave_value &value)
 

Variables

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