LogicalBusKind : public <<enumeration>> class
Created: |
2010-02-03 10:45:32 |
Modified: |
2010-03-31 01:13:32 |
|
Project: |
|
Author: |
|
Version: |
1.0 |
Phase: |
1.0 |
Status: |
Proposed |
Complexity: |
Easy |
Advanced: |
|
UUID: |
{60C5AC3B-B9C2-4381-84A6-7A931BE35EE1} |
Appears In: |
HardwareModeling |
<p>LogicalBusKind is an enumeration type representing different kinds of busses.<br/></p><p><br/></p><p>Extension: <br/></p><p>Enumeration, no extension.<br/></p>
Attribute |
Details |
public TimeTriggered |
<<enum>>
Notes:
|
Bus is time-triggered
|
|
public EventTriggered |
<<enum>>
Notes:
|
Bus is event-triggered
|
|
public TimeandEventTriggered |
<<enum>>
Notes:
|
Bus is both time and event-triggered
|
|
public other |
<<enum>>
Notes:
|
Another type of bus communication
|
|