Moved socket max byte count to riSettings

Added header files to cmake
This commit is contained in:
Magne Sjaastad
2014-04-22 13:17:45 +02:00
parent 1fd4c56a46
commit 414384804e
3 changed files with 42 additions and 3 deletions
+2
View File
@@ -24,6 +24,8 @@ namespace riOctavePlugin
const int shortTimeOutMilliSecs = 5000;
const int longTimeOutMilliSecs = 6000000;
const int socketMaxByteCount = 100000;
// Octave data structure : CaseInfo
char caseInfo_CaseId[] = "CaseId";
char caseInfo_CaseName[] = "CaseName";