VIRTUTECH CONFIDENTIAL    Previous - Up - Next

central-server

Provided by
central
Class Hierarchy
conf-objectlog-objectcentral-server
Interfaces Implemented
log_object
Description
This class handles communication and synchronization for distributed simulation.

Attributes

Attributes inherited from class conf-object
attributes, classname, component, iface, name, object_id, queue
Attributes inherited from class log-object
access_count, log_buffer, log_buffer_last, log_buffer_size, log_group_mask, log_groups, log_level, log_type_mask
Attribute List
connections
Pseudo attribute; read-only access; type: [[iis|nss]*].

[[id, protocol-version, addr, version, description], ...] The clients that have connected to this server.

frequency
Optional attribute; read/write access; type: Integer.

The frequency of the server clock. This defines the granularity of time stamps.

links
Pseudo attribute; read-only access; type: [[issi]*].

[[id, name, class, master], ...] The known links.

min_latency
Optional attribute; read/write access; type: Integer.

The minimum latency when communicating between time domains. The latency is expressed in the clock cycles defined by the frequency attribute.

tcp_port
Optional attribute; read/write access; type: i|n.

TCP port that Central will listen to. When set to nil, or an invalid value, such as -1, Central will not listen to any port at all. When set to 0, Central will pick an available TCP port.

unix_socket
Optional attribute; read/write access; type: s|n.

Unix domain socket that Central will listen to. When an empty file name is given, Central will not listen to any Unix domain socket at all. This is only available on Unix hosts.

unix_socket_mode
Optional attribute; read/write access; type: Integer.

File mode for Unix domain sockets (see the attribute unix-socket).

Command List

Commands defined by interface log_object
log, log-group, log-level, log-size, log-type
Commands
connectionslist current connections
infoprint information about the device

Command Descriptions

<central-server>.connections
Synopsis
<central-server>.connections
Description
List all available connections, including the target, the type, and the current status of the connection.
See Also
new-central-server
<central-server>.info
Synopsis
<central-server>.info
Description
Print detailed information about the configuration of the device.

VIRTUTECH CONFIDENTIAL    Previous - Up - Next