connectionMgr/inc/connectionMgrData.h File Reference

connectionMgr - data handling with screen creation and handling More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void cmgr_data_init (void)
void cmgr_data_destroy (void)


Detailed Description

connectionMgr - data handling with screen creation and handling

Copyright (C) 2007 iRex Technologies BV.

Definition in file connectionMgrData.h.


Function Documentation

void cmgr_data_destroy ( void   ) 

Definition at line 47 of file connectionMgrData.c.

00048 {
00049     CN_LOGPRINTF("entry");
00050 
00051     common_data_destroy();
00052     connect_data_destroy();
00053     edit_data_destroy();
00054 }

Here is the call graph for this function:

void cmgr_data_init ( void   ) 

Definition at line 36 of file connectionMgrData.c.

00037 {
00038     CN_LOGPRINTF("entry");
00039    
00040     cmgr_data_destroy();
00041 
00042     common_data_init();
00043     connect_data_init();
00044     edit_data_init();
00045 }

Here is the call graph for this function:


Generated on Sun Dec 14 17:15:26 2008 by  doxygen 1.5.6