Classes | Enumerations

Package de.fraunhofer.isst.axbench.operations.writer.arduino

Classes

class  ArduinoCodeWriter
 transforms an aXLang execute block into Arduino (C) code More...
class  ArduinoDialog
class  ArduinoInstanceBuilder
 Constructs the element instances of an application model that are mapped to the given Arduino instance via the given A2RMapping (see constructor). More...
class  ArduinoWriter
 Converter to Arduino executable code (pde). More...

Enumerations

enum  ArduinoConstant {
  ARD_TYPE_IDENTIFIER = ("Arduino"), ARD_BOOLEAN = ("boolean"), ARD_INT = ("int"), ARD_ULONG = ("unsigned long"), ARD_STRING = ("char*"),
  ARD_INPUT = ("INPUT"), ARD_OUTPUT = ("OUTPUT"), PORT = ("PORT_"), CON = ("CON_"), VAR = ("VAR_"),
  PREVIOUS = ("PREVIOUS_"), CURRENT = ("CURRENT_"), HASCHANGED = ("HASCHANGED_")
}
 

enumeration of the constants that are used in Arduino code

More...

Enumeration Type Documentation

enumeration of the constants that are used in Arduino code

Author:
mgrosse
Version:
0.9.0
Since:
0.9.0
Enumerator:
ARD_TYPE_IDENTIFIER 
ARD_BOOLEAN 
ARD_INT 
ARD_ULONG 
ARD_STRING 
ARD_INPUT 
ARD_OUTPUT 
PORT 
CON 
VAR 
PREVIOUS 
CURRENT 
HASCHANGED