ANTAREX API

Clava API

LARA API

LARA Common Language API

(.js)
laraImport("antarex.margot.config.monitor.MargotCustomMonitor");

(.lara)
import antarex.margot.config.monitor.MargotCustomMonitor;

MargotCustomMonitor

Constructor

MargotCustomMonitor

new MargotCustomMonitor(name)

(Extends MargotMonitor)
This class represents a custom monitor.

This class is incomplete and should not be used.

Parameters

name: string - the name of this monitor

Instance Members

addStopParam

addStopParam(name, value, [type])

Adds a stop parameter to the custom monitor.

Parameters

name: string - the name of the parameter
value: string - the value of the parameter
type: string - the C type of the parameter (optional)