open methods refined - removed print statements
This commit is contained in:
+1
-1
@@ -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:
|
||||
|
||||
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user