Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members

idlescript.h File Reference

Contains IdleScript - Implements calling of python script in regular intervals for user defined activity (e.g. sending faxes). More...

#include <string>
#include "applicationexception.h"
#include "pythonscript.h"

Go to the source code of this file.

Classes

class  IdleScript
 Implements calling of python script in regular intervals for user defined activity (e.g. sending faxes). More...

Functions

void * idlescript_exec_handler (void *arg)
 Thread exec handler for IdleScript class.
void idlescript_cleanup_handler (void *arg)
 Thread clean handler for IdleScript class.


Detailed Description

Contains IdleScript - Implements calling of python script in regular intervals for user defined activity (e.g. sending faxes).

Author:
Gernot Hillier <gernot@hillier.de>
Revision
1.1

Function Documentation

void idlescript_cleanup_handler void *  arg  ) 
 

Thread clean handler for IdleScript class.

This is a handler which is called by pthreads at cleanup. It will call this->final().

void* idlescript_exec_handler void *  arg  ) 
 

Thread exec handler for IdleScript class.

This is a handler which will call this->run() for the use in pthread_create(). It will also register idlescript_cleanup_handler


Generated on Sun Nov 28 14:37:44 2004 for CapiSuite by doxygen 1.3.8