open methods refined - removed print statements

This commit is contained in:
2017-11-23 10:36:53 +01:00
parent 0aeb952d62
commit e31fed82be
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -275,7 +275,7 @@ statusInfo = mocha ('statusInfo', status);
%statusArray[2] returns same data as statusInfo above
%Status code/name pairs can be listed as follows:
disp('Listing all possible status code value/name pairs')
%disp('Listing all possible status code value/name pairs')
[strVal, intVal] = mocha('statusList');
%Alarm conditions and alarm severities can be listed as follows:
+1 -2
View File
@@ -921,8 +921,7 @@ void macchinettaFunction(int nlhs, mxArray *plhs[], int nrhs, const mxArray *prh
}
}
mexPrintf("openArray - when %d\n", cafe.channelOpenPolicy.getWhenToFlushSendBuffer());
mexPrintf("openArray - with %d\n", cafe.channelOpenPolicy.getFlushSendBufferKind());
vector<uint32_T> vuint32=NS_MOCHA::openArray(vstr);