FacePrinter Struct Reference

A FacePrinter is capable of performing low-level printing operations to some assigned (physical or 'virtual') face. More...

#include <SFBPrint.h>


Data Fields

void(* print )(u8 face, u8 byte)
 Handler to print a single data byte, or 0 if undefined.
void(* println )(u8 face)
 Handler to print a packet terminator, or 0 if undefined.
void(* printFaceCode )(u8 face)
 Handler to print a single-byte representation of its face code, or 0 if undefined.
const char *(* getFaceName )(u8 face)
 Handler to return a zstring name of this FacePrinter, or 0 if undefined.


Detailed Description

A FacePrinter is capable of performing low-level printing operations to some assigned (physical or 'virtual') face.

Field Documentation

const char*(* FacePrinter::getFaceName)(u8 face)

Handler to return a zstring name of this FacePrinter, or 0 if undefined.

void(* FacePrinter::printFaceCode)(u8 face)

Handler to print a single-byte representation of its face code, or 0 if undefined.


The documentation for this struct was generated from the following file:

Generated on Mon Sep 28 03:32:27 2009 for SFB by doxygen 1.5.9