mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Added RiaSocketCommands as placeholder for new commands
Moved declaration to RiaSocketServer.h to be able to create new commands in other files Added riGetTimeStepDates p4#: 21655
This commit is contained in:
@@ -31,5 +31,13 @@ namespace riOctavePlugin
|
||||
// Octave data structure : CaseGroupInfo
|
||||
char caseGroupInfo_CaseGroupId[] = "CaseGroupId";
|
||||
char caseGroupInfo_CaseGroupName[] = "CaseName";
|
||||
|
||||
// Octave data structure : TimeStepDate
|
||||
char timeStepDate_Year[] = "Year";
|
||||
char timeStepDate_Month[] = "Month";
|
||||
char timeStepDate_Day[] = "Day";
|
||||
char timeStepDate_Hour[] = "Hour";
|
||||
char timeStepDate_Minute[] = "Minute";
|
||||
char timeStepDate_Second[] = "Second";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user