VIRTUTECH CONFIDENTIAL Previous - Up - Next
std-text-console
- Provided by
-
std-components
- Class Hierarchy
-
conf-object → log-object → component → std-text-console
- Interfaces Implemented
-
log_object, component
- Description
-
The "std-text-console" component represents a serial text console.
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
- Attributes inherited from class component
-
connections, connectors, instantiated, object_list, object_prefix, top_component, top_level
- Attribute List
-
- bg_color
- Optional attribute; read/write access; type: String.
The background color.
- fg_color
- Optional attribute; read/write access; type: String.
The foreground color.
- height
- Optional attribute; read/write access; type: Integer.
The height of the console window.
- title
- Optional attribute; read/write access; type: String.
The Window title.
- width
- Optional attribute; read/write access; type: Integer.
The width of the console window.
- win32_font
- Optional attribute; read/write access; type: String.
Font to use in the console on Windows host.
- x11_font
- Optional attribute; read/write access; type: String.
Font to use in the console when using X11 (Linux/Solaris host).
Command List
- Commands defined by interface log_object
-
log, log-group, log-level, log-size, log-type
- Commands
-
info | print information about the device |
status | print status of the device |
Command Descriptions
-
<std-text-console>.info
- Synopsis
-
<std-text-console>.info
- Description
-
Print detailed information about the configuration of the device.
-
<std-text-console>.status
- Synopsis
-
<std-text-console>.status
- Description
-
Print detailed information about the current status of the device.
VIRTUTECH CONFIDENTIAL Previous - Up - Next