cpp

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
cpp [2021/08/11 10:32]
wikiadmin
cpp [2022/09/11 04: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: 2021/08/11 10:32
  • by wikiadmin