remote_sync_node rev-execution
Simics Reference Manual  /  5 Classes  / 

remote_sync_server

Description

A server for connecting to a synchronization domain.

Interfaces Implemented

conf_object, log_object, remote_server

Notifiers

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.

Commands for this class

Attributes

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

Provided By

Simics Core
remote_sync_node rev-execution