![]() 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 |
gml_Base64.hGo to the documentation of this file.00001 /** 00002 * @file gml_Base64.h 00003 * 00004 * Base64 encoding and decoding. 00005 * 00006 * Copyright (c) 1995-2002 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 * Created on July, 2003 (JL). 00012 */ 00013 #ifndef __GML_BASE64__ 00014 #define __GML_BASE64__ 00015 00016 #include "gml/base/gml_Types.h" 00017 #include "gml/base/gml_Errors.h" 00018 00019 GML_EXTERN_C 00020 gml_TError gml_Base64_Decode (UInt8 ** dest, UInt32 * destBytes, UInt8 const * source, UInt32 sourceBytes); 00021 00022 GML_EXTERN_C 00023 gml_TError gml_Base64_Encode (UInt8 ** dest, UInt32 * destBytes, UInt8 const * source, UInt32 sourceBytes); 00024 00025 #endif /* __GML_BASE64__ */ 00026
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 |