Packages | |
package | impl |
package | presentation |
package | provider |
package | tests |
package | util |
Classes | |
interface | Actuator |
interface | AllocationTarget |
interface | AllocationTargetInstanceRef |
interface | CommunicationHardwarePin |
interface | HardwareComponentPrototype |
interface | HardwareComponentType |
interface | HardwareConnector |
interface | HardwareConnectorInstanceRef |
interface | HardwaremodelingFactory |
interface | HardwaremodelingPackage |
interface | HardwarePin |
interface | HardwarePinGroup |
interface | HardwarePinInstanceRef |
interface | IOHardwarePin |
interface | LogicalBus |
interface | Node |
interface | PowerHardwarePin |
interface | PowerSupply |
interface | Sensor |
Enumerations | |
enum | HardwarePinDirectionKind { IN = (0, "in", "in"), OUT = (1, "out", "out"), INOUT = (2, "inout", "inout") } |
enum | IOHardwarePinKind { ANALOG = (0, "analog", "analog"), DIGITAL = (1, "digital", "digital"), OTHER = (2, "other", "other"), PWM = (3, "pwm", "pwm") } |
enum | LogicalBusKind { EVENTTRIGGERED = (0, "eventtriggered", "eventtriggered"), OTHER = (1, "other", "other"), TIMEANDEVENTTRIGGERED = (2, "timeandeventtriggered", "timeandeventtriggered"), TIMETRIGGERED = (3, "timetriggered", "timetriggered") } |
<copyright> </copyright>
$Id$
HardwarePinDirectionKind (from HardwareModeling) «enumeration»
Generalizations
None
Description
This element is an enumeration for the direction of the HardwarePin, which can either be "in", "out", or "inout".
Enumeration Literals
in
out
inout
Associations
No additional associations
Constraints
No additional constraints
Semantics
The HardwarePinDirectionKind is an enumeration with the three literals "in", "out", and "inout".
IOHardwarePinKind (from HardwareModeling) «enumeration»
Generalizations
None
Description
IOHardwarePinKind is an enumeration type representing different kinds of I/O Hardware Ports.
Enumeration Literals
analog
Associations
No additional associations
Constraints
No additional constraints
Semantics
-
LogicalBusKind (from HardwareModeling) «enumeration»
Generalizations
None
Description
LogicalBusKind is an enumeration type representing different kinds of busses.
Enumeration Literals
EventTriggered
Associations
No additional associations
Constraints
No additional constraints
Semantics
-