User Tools

Site Tools


cpp

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
cpp [2021/08/11 11:32] wikiadmincpp [2022/09/11 05:24] (current) wikiadmin
Line 10: Line 10:
 <code bash> <code bash>
 mkdir build mkdir build
 +cd build
 cmake .. cmake ..
 make  make 
Line 85: Line 86:
     });     });
 } }
 +</code>
  
 The tool must keep the SECS interface informed of the current values of all the VIDs.  This just a matter of call "Publish" with the name and value of the variable. The tool must keep the SECS interface informed of the current values of all the VIDs.  This just a matter of call "Publish" with the name and value of the variable.
 +
 <code C++> <code C++>
             gem_native_wrapper.Publish("gemtool/vids/WaferCount", waferCount);             gem_native_wrapper.Publish("gemtool/vids/WaferCount", waferCount);
cpp.1628695955.txt.gz · Last modified: by wikiadmin

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki