Main Page   File List   File Members   Related Pages  

frdi_dummy_host_app.c File Reference

the central application code. read this first. More...

#include "frdi_dummy_host.h"

Functions

frdi_host_app * frdiHostAppNew (frdi_app *app)
int frdiHostAppRun (frdi_host_app *self)
void frdiHostAppFree (frdi_host_app *self)
char * frdiHostAppDisplay (frdi_host_app *self)
void frdiHostPV (frdi_host_app *self, char *str)
void frdiHostPVF (frdi_host_app *self, char *format, void *arg)


Detailed Description

the central application code. read this first.

Author:
Douglas Reay <douglas-legal@reay.org>
Warning:

Function Documentation

frdi_host_app* frdiHostAppNew frdi_app *    app
 

create the object

int frdiHostAppRun frdi_host_app *    self
 

doesn't exist until app ready to close the main loop. returns EXIT_FAILURE or EXIT_SUCCESS

void frdiHostAppFree frdi_host_app *    self
 

release the object

char* frdiHostAppDisplay frdi_host_app *    self
 

return information about this application as a string

void frdiHostPV frdi_host_app *    self,
char *    str
 

print if verbose

void frdiHostPVF frdi_host_app *    self,
char *    format,
void *    arg
 

print if verbose using format


Generated on Wed Aug 18 13:23:53 2004 for Project Fairdice by doxygen1.2.18