Size: 266
Comment:
|
Size: 307
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 10: | Line 10: |
where iOBSID is generated by CUS as variable $OBSID | where iOBSID is generated by CUS as variable $OBSID. Example {{{WriteOBSID($OBSID);}}} |
WriteOBSID
The procedure WriteOBSID comunicates to DEC/MEC the Observation ID generated by CUS The calling syntax is:
procedure WriteOBSID { int iOBSID = 0x20000000; // Observation ID }{
where iOBSID is generated by CUS as variable $OBSID.
Example
WriteOBSID($OBSID);