![]() |
SpaceBubble
v0.98
|
Wii trace include file. More...
Go to the source code of this file.
Functions | |
int | traceOpen (char *filename) |
int | traceClose () |
int | traceEvent (char *functionName, int threadNr, char *event,...) |
int | traceEventRaw (char character) |
Wii trace include file.
Copyright (C) 2008-2010 PlaatSoft
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
int traceClose | ( | ) |
Close trace file
Close trace file
int traceEvent | ( | char * | functionName, |
int | threadNr, | ||
char * | event, | ||
... | |||
) |
Save trace event in trace file
functionName | The functionName |
threadNr | The thread number [0=main thread, 1=network thread] |
event | The event discription |
... | Optional parameters. |
Save trace event in trace file
functionName | The functionName |
threadNr | The thread number [0=main thread, 1=network thread] |
event | The event discription |
... | Optional parameters. |
int traceEventRaw | ( | char | character | ) |
Save trace event in trace file.
character | The character range between 0...255 |
Save trace event in trace file.
character | The character range between 0...255 |
int traceOpen | ( | char * | filename | ) |
Create trace file
filename | The filename of the trace file |
Create trace file
filename | The filename of the trace file |