Package net.sourceforge.jarduino.message
Class ArduinoGenerator
java.lang.Object
net.sourceforge.jarduino.message.ArduinoGenerator
public final class ArduinoGenerator extends Object
Format the c++ sketch.
-
Method Summary
Modifier and Type Method Description static StringformatBody(ArduinoSystem pSystem, ArduinoMsgFilter pFilter)Format system header.static StringformatHeader(ArduinoSystem pSystem, ArduinoMsgFilter pFilter)Format system header.
-
Method Details
-
formatHeader
Format system header.- Parameters:
pSystem- the systempFilter- the filter- Returns:
- the formatted system
-
formatBody
Format system header.- Parameters:
pSystem- the systempFilter- the filter- Returns:
- the formatted system
-