NXC  Version 1.2.1 r5
 All Data Structures Files Functions Variables Groups Pages
#define RICOpVarMap (   _DataAddr,
  _MapCount,
  _MapFunction 
)    ((_MapCount*4)+6)&0xFF, ((_MapCount*4)+6)>>8, 2, 0, (_DataAddr)&0xFF, (_DataAddr)>>8, (_MapCount)&0xFF, (_MapCount)>>8, _MapFunction

Output an RIC VarMap opcode.

Parameters
_DataAddrThe address of the varmap.
_MapCountThe number of points in the function.
_MapFunctionThe definition of the varmap function. See RICMapFunction.