| iMatix home page
| << | < | > | >>
SFL Logo SFL
Version 2.11

Console output functions

Filename: sflcons.h
Package: Standard Function Library (SFL)
Written: 1997/05/22 iMatix SFL project team sfl@imatix.com
Revised: 1998/02/08
Copyright: Copyright (c) 1996-2000 iMatix Corporation

Synopsis

Provides redirectable console output: use the coprintf() and coputs() calls instead of printf() and puts() in a real-time application. Then, you can call console send() to send all console output to a specified function. This is a useful way to get output into -- for example -- a GUI window.

List of Functions

List of Symbol Definitions

sflcons.h defines these symbols, possibly conditionally:
Symbol: Defined as:
SFLCONS_INCLUDED TRUE

List of Type Definitions

Type name: Defined as:
CONSOLE_FCT void () (const char *)

| << | < | > | >> iMatix Copyright © 1996-2000 iMatix Corporation