GRASS Programmer's Manual
6.4.2(2012)
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
driver/Client.c
Go to the documentation of this file.
1
#include "
driver.h
"
2
#include "
driverlib.h
"
3
4
void
COM_Client_Open
(
void
)
5
{
6
if
(
driver
->
Client_Open
)
7
(*
driver
->
Client_Open
) ();
8
}
9
10
void
COM_Client_Close
(
void
)
11
{
12
if
(
driver
->
Client_Close
)
13
(*
driver
->
Client_Close
) ();
14
}
lib
driver
Client.c
Generated on Sun Sep 9 2012 18:55:30 for GRASS Programmer's Manual by
1.8.1.2