Home Page Toolkit Overview Using GML User Input Services Finger Tracker Calibrator Frame Grabber Service protocol Obtaining GML Installing GML Licence Developer Documentation Tcl/Tk API The GML Canvas Image processing Tcl Scripts Library List of Classes List of Files C/C++ API List of Classes List of Files |
gmlTcl_Time.h00001 /* 00002 * gmlTcl_Time.h -- 00003 * 00004 * Wrapping of zlib into a Tcl interpreter. 00005 * 00006 * Copyright (c) 1995-2004 CLIPS-IMAG 00007 * 00008 * See the file "gml_LicenseTerms.txt" for information on usage and redistribution 00009 * of this file, and for a DISCLAIMER OF ALL WARRANTIES. 00010 */ 00011 00012 #ifndef __GMLTCL_TIMER__ 00013 #define __GMLTCL_TIMER__ 00014 00015 #include "tcl.h" 00016 #include "gml/base/gml_Types.h" 00017 00018 /* 00019 * gmlTcl_ZlibInit -- 00020 * 00021 * Registers the "zlib" command into the interpreter. 00022 */ 00023 GML_EXTERN_C 00024 int gmlTcl_TimeInit (Tcl_Interp* interp); 00025 00026 00027 00028 /* 00029 * gmlTcl_ZlibExit -- 00030 * 00031 * De-registers the "zlib" command from the interpreter. 00032 */ 00033 GML_EXTERN_C 00034 void gmlTcl_TimeExit (Tcl_Interp* interp); 00035 00036 #endif /* __GMLTCL_ZLIB__ */ 00037
Generated on Tue Jun 12 14:03:27 2007 for gml by
Doxygen 1.5.2.
|
Contact: julien (dot) letessier (at) gmail (dot) com.
Copyright (c) 2000-2007 CLIPS-IMAG Laboratory, Grenoble, France. All rights reserved. W3CXHTML 1.0 W3CCSS 2.0 |