XltObjects function
Scripting language:
-
function XltObject_func_name (cloverEnv, xpm, inVals, outVals)
-
def XltObject_func_name (cloverEnv, xpm, inVals, outVals)
Args:
cloverEnv
A reference to the Cloverleaf run-time environment
xpm
A reference to an XPM object. In this, any field in the input or output message is referenced.
inVals
The input vector. This is the source field from the associated Xlate action that is represented as
Objects
.outVals
The output vector. This consists of objects that are supported by the
com.quovadx.cloverleaf.upoc.Datum
class.
Returns: None