1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2<HTML> 3<HEAD> 4<META http-equiv="Content-Type" content="text/html; charset=windows-1252"> 5<META name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 7.0.1.0 for Windows"> 6<META http-equiv="Content-Style-Type" content="text/css"> 7<TITLE>OS_PrintServer</TITLE> 8<LINK rel="stylesheet" href="../../css/nitro.css" type="text/css"> 9</HEAD> 10<BODY> 11<H1 align="left">OS_PrintServer <IMG src="../../image/NTR.gif" align="middle"><IMG src="../../image/TWL.gif" align="middle"></H1> 12<H2>Syntax</H2> 13<DL> 14<DD><CODE>#include <nitro/os.h></CODE><BR> <BR> <CODE>void OS_PrintServer( void );</CODE> 15</DL> 16<H2>Arguments</H2> 17<P>None.</P> 18<H2>Return Values</H2> 19<P>None.</P> 20<H2>Description</H2> 21<P>Displays debug messages from the ARM7.</P> 22<P>Because this function is an SDK library debugging function, there is no need to use it in ordinary applications. It is presumed that mainly library and middleware developers will use it. 23<P>This function writes the content of the output buffer written by the ARM7 and should be set to be called periodically (approximately once every frame). See <A href="OS_InitPrintServer.html"><CODE>OS_InitPrintServer</CODE></A> for more details. 24 25<P>Nothing happens if you call the <CODE>OS_PrintServer</CODE> function when the <A href="OS_InitPrintServer.html"><CODE>OS_InitPrintServer</CODE></A> function has not been called. 26 27<P>In FINALROM builds, the <A href="OS_InitPrintServer.html"><CODE>OS_InitPrintServer</CODE></A> and <A href="OS_PrintServer.html"><CODE>OS_PrintServer</CODE></A> functions are replaced with code that does nothing. 28 29<H2>See Also</H2> 30<P><A href="OS_InitPrintServer.html"><CODE>OS_InitPrintServer</CODE></A></P> 31<H2>Revision History</H2> 32<P>2009/06/26 Described the method for using the function.<BR> 2005/08/19 Initial version.</P> 33<hr><p>CONFIDENTIAL</p></body> 34</HTML>