create-gml-link ["name"] ["global_id"] [goal_latency] [immediate_delivery]
This command creates a non-instantiated component of the class gml_link.
The class description for the gml_link class: The gml link component creates a gml-link, which is a simple bus for forwarding messages (as sequences of bytes) from a sender to one or more destination devices.
- name is Optional
- If not specified, the component will get a class-specific default name.
- global_id is Optional
- Global identifier for use in distributed simulation or NIL if the link is not distributed.
- goal_latency is Optional
- Goal latency in seconds for this link. See also the
set-min-latency
command.
- immediate_delivery is Optional
- Immediate delivery instead of using the specified latency. Implies nondeterminism for multi cell messaging.
gml-link