A server for connecting to a synchronization domain.
conf_object, log_object, remote_server
- 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
-
port
-
Required attribute;
read/write access; type:
i
Port listened to. If 0, an available port is chosen.
-
domain
-
Required attribute;
read/write access; type:
o
Synchronization domain clients are connected to.
-
accept_clients
-
Pseudo attribute;
read/write access; type:
b
Whether to accept incoming connections.
-
finished
-
Pseudo attribute;
write-only access; type:
n
Set to indicate that the local configuration is done and let the server accept clients
Simics Core