Printer
Basic Operation of Printers
See Basic Operation of Writers since the operation of Writer
and that of Printer
is very similar.
Full API
Causal.Printer
— Typemutable struct Printer{A, var"253", var"254", var"255", Symbol, var"256", var"263", Int, var"264", var"265", var"266", var"267"} <: AbstractSink
Constructs a Printer
with input bus input
. buflen
is the length of its internal buflen
. plugin
is data proccessing tool.
Fields
action::Any
Action of the sink that prints data
trigger::Any
handshake::Any
callbacks::Any
name::Any
id::Any
input::Any
buflen::Any
plugin::Any
timebuf::Any
databuf::Any
sinkcallback::Any
Base.print
— Methodprint(printer, td, xd)
Prints xd
corresponding to xd
to the console.
Base.open
— Methodopen(printer)
Does nothing. Just a common interface function ot AbstractSink
interface.
Base.close
— Methodclose(printer)
Does nothing. Just a common interface function ot AbstractSink
interface.