Differences

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

Link to this comparison view

Next revision
Previous revision
Next revision Both sides next revision
tutorial:modding_onefour [2014/10/10 17:47]
sangar created
tutorial:modding_onefour [2014/10/10 18:15]
sangar
Line 175: Line 175:
   //How to adjust//: use `machine.methods(componentWithAddress.host)(methodName)` instead.   //How to adjust//: use `machine.methods(componentWithAddress.host)(methodName)` instead.
  
-IMC +## IMC
-===+
  
 - `registerAssemblerTemplate`  ​ - `registerAssemblerTemplate`  ​
   Added parameter `hostClass`,​ a string that is the fully qualified class name of the environment host the generated device will use. This is used to provide said class to drivers to allow them to check whether they wish to work in the environment or not. For now this is used to disable a couple of components for tablets, where they wouldn'​t work anyway (e.g. inventory upgrade).   Added parameter `hostClass`,​ a string that is the fully qualified class name of the environment host the generated device will use. This is used to provide said class to drivers to allow them to check whether they wish to work in the environment or not. For now this is used to disable a couple of components for tablets, where they wouldn'​t work anyway (e.g. inventory upgrade).
  
 +
 +Contents
 +------------
 +{{page>​tutorial:​contents&​noheader&​noeditbutton&​nouser&​nofooter}}