ANTAREX API

Clava API

LARA API

LARA Common Language API

(.js)
laraImport("antarex.margot.config.MargotKnob");

(.lara)
import antarex.margot.config.MargotKnob;

MargotKnob

Constructor

MargotKnob

new MargotKnob(knobName, varName, varType)

Class representing a mARGOt knob.

Parameters

knobName: String - the name of the knob
varName: String - the name of the code variable that holds the knob value
varType: String - the type of the code variable that holds the knob value

Instance Members

getName

getName()

Returns the name of the knob.


getVarName

getVarName()

Returns the name of the code variable that holds the knob value.


getVarType

getVarType()

Returns the type of the code variable that holds the knob value.