This is the endpoint class for ms1553-link-v2. It implements ms1553_link interface, bridges device model and ms1553-link-v2-impl, it keeps track of protocol state and supports data injection as well as error injection.
conf_object, log_object, ms1553_link, link_endpoint, link_endpoint_v2
- cell-change
- Notifier that is triggered after the object's cell was changed.
- object-delete
- Notifier that is triggered just before Simics object is deleted.
- queue-change
- Notifier that is triggered after the object's clock was changed. New clock can be obtained with the SIM_object_clock function.
-
info
– print information about the object
-
status
– print status of the object
-
device_address
-
Optional attribute;
read/write access; type:
i
attached device address
-
connection
-
Optional attribute;
read/write access; type:
b
device connection status
-
id
-
Required attribute;
read/write access; type:
i
Endpoint ID. The ID of each endpoint must be unique among the link's endpoints, and it may not be 0 or 0xffffffffffffffff
-
link
-
Required attribute;
read/write access; type:
o
The link object to which this endpoint belongs.
-
delivery_queue
-
Optional attribute;
read/write access; type:
[[i[o|n[ii]][iiiid]]*]
The endpoint's queue.
-
sorting_key
-
Optional attribute;
read/write access; type:
[bi]
Internal.
-
device
-
Required attribute;
read/write access; type:
n|o|[os]
The device connected to this endpoint.
-
indirect_delivery
-
Optional attribute;
read/write access; type:
b
If set, deliver link messages to their targets immediately to let them worry about the exact time of delivery. Needed for endpoints attached to follower agents.
ms1553-link-v2