LogicalBus : public <<atpStructuredElement>> class
Created: |
2007-10-02 12:35:43 |
Modified: |
2010-03-31 01:21:04 |
|
Project: |
|
Author: |
|
Version: |
1.0 |
Phase: |
1.0 |
Status: |
Proposed |
Complexity: |
Easy |
Advanced: |
|
UUID: |
{C1DA9989-130F-45be-8B2D-93AFE7DFC0F6} |
Appears In: |
LogicalBus, HardwareModeling |
<p>The LogicalBus represents logical communication channels. It serves as an allocation target for connectors, i.e. the data exchanged between functions in the FunctionalDesignArchitecture. <br/></p><p><br/></p><p><br/></p><p>Semantics:<br/></p><p>The LogicalBus represents a logical connection that carries data from any sender to all receivers. Senders and receivers are identified by the wires of the LogicalBus, i.e. the associated HardwareConnectors. The available busSpeed represents the maximum amount of useful data that can be carried. The busSpeed has already deducted speed reduction resulting from frame overhead, timing effects, etc. <br/></p><p><br/></p><p>Extension: <br/></p><p>Class<br/></p>
- Attributes
- Associations To
- Associations From
- Other Links
Attribute |
Details |
public Float busSpeed |
Notes:
|
The net bus speed in bits per second. Used to assess communication delay and schedulability on the bus. Note that scheduling details are not represented in the model.
|
|
public LogicalBusKind busType |
Notes:
|
The type of bus scheduling assumed.
|
|