GRASS Programmer's Manual  6.5.svn(2014)-r66266
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Work.c File Reference
#include "driver.h"
#include "driverlib.h"
Include dependency graph for Work.c:

Go to the source code of this file.

Functions

int COM_Has_work (void)
 
int COM_Work_stream (void)
 
void COM_Do_work (int opened)
 

Function Documentation

void COM_Do_work ( int  opened)

Definition at line 15 of file Work.c.

References driver::Do_work.

Referenced by LIB_main().

int COM_Has_work ( void  )

Definition at line 4 of file Work.c.

References driver::Do_work.

int COM_Work_stream ( void  )

Definition at line 9 of file Work.c.

References driver::Work_stream.

Referenced by LIB_main().