VIRTUTECH CONFIDENTIAL    Previous - Up - Next

simple-byte-dump

Provided by
simple-byte-dump
Class Hierarchy
conf-objectlog-objectsimple-byte-dump
Interfaces Implemented
log_object, io_memory
Description
simple-byte-dump is a simple device that dumps all bytes written to a particular location in memory to a file specified by the "filename" attribute.

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
filename
Optional attribute; read/write access; type: String.

Filename to write bytes to. If not set, bytes are only added to the device log.

Command List

Commands defined by interface log_object
log, log-group, log-level, log-size, log-type
Commands
infoprint information about the device
set-output-filesets file to output to
statusprint status of the device

Command Descriptions

<simple-byte-dump>.info
Synopsis
<simple-byte-dump>.info
Description
Print detailed information about the configuration of the device.
<simple-byte-dump>.set-output-file
Synopsis
<simple-byte-dump>.set-output-file "filename"
Description
Sets the name of the file to which bytes will be written.
<simple-byte-dump>.status
Synopsis
<simple-byte-dump>.status
Description
Print detailed information about the current status of the device.

VIRTUTECH CONFIDENTIAL    Previous - Up - Next