OpenCores
URL https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [rtos/] [ecos-2.0/] [packages/] [services/] [gfx/] [mw/] [v2_0/] [src/] [demos/] [nxscribble/] [hre_api.h] - Diff between revs 27 and 174

Only display areas with differences | Details | Blame | View Log

Rev 27 Rev 174
/*
/*
 *  hre_api.h:        User-Level API for Handwriting Recognition
 *  hre_api.h:        User-Level API for Handwriting Recognition
 *  Author:           James Kempf
 *  Author:           James Kempf
 *  Created On:       Mon Nov  2 14:01:25 1992
 *  Created On:       Mon Nov  2 14:01:25 1992
 *  Last Modified By: James Kempf
 *  Last Modified By: James Kempf
 *  Last Modified On: Fri Sep 23 13:50:15 1994
 *  Last Modified On: Fri Sep 23 13:50:15 1994
 *  Update Count:     22
 *  Update Count:     22
 *  Copyright (c) 1994 by Sun Microsystems Computer Company
 *  Copyright (c) 1994 by Sun Microsystems Computer Company
 *  All rights reserved.
 *  All rights reserved.
 *
 *
 *  Use and copying of this software and preparation of
 *  Use and copying of this software and preparation of
 *  derivative works based upon this software are permitted.
 *  derivative works based upon this software are permitted.
 *  Any distribution of this software or derivative works
 *  Any distribution of this software or derivative works
 *  must comply with all applicable United States export control
 *  must comply with all applicable United States export control
 *  laws.
 *  laws.
 *
 *
 *  This software is made available as is, and Sun Microsystems
 *  This software is made available as is, and Sun Microsystems
 *  Computer Company makes no warranty about the software, its
 *  Computer Company makes no warranty about the software, its
 *  performance, or its conformity to any specification
 *  performance, or its conformity to any specification
 */
 */
 
 
#ifndef _HRE_API_H_
#ifndef _HRE_API_H_
 
 
#define _HRE_API_H_
#define _HRE_API_H_
 
 
/*
/*
 * Opaque type for the recognizer. The toolkit must access through
 * Opaque type for the recognizer. The toolkit must access through
 * appropriate access functions.
 * appropriate access functions.
*/
*/
 
 
typedef void* recognizer;
typedef void* recognizer;
 
 
/*
/*
 * Opaque type for recognizers to implement dictionaries.
 * Opaque type for recognizers to implement dictionaries.
*/
*/
 
 
typedef void* wordset;
typedef void* wordset;
 
 
#include <hre.h>
#include <hre.h>
#include <hre_api_internal.h>
#include <hre_api_internal.h>
 
 
 
 
#endif
#endif
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.