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

Subversion Repositories or1k

[/] [or1k/] [tags/] [MW_0_8_9PRE7/] [mw/] [src/] [demos/] [nxscribble/] [hre_api.h] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 673 markom
/*
2
 *  hre_api.h:        User-Level API for Handwriting Recognition
3
 *  Author:           James Kempf
4
 *  Created On:       Mon Nov  2 14:01:25 1992
5
 *  Last Modified By: James Kempf
6
 *  Last Modified On: Fri Sep 23 13:50:15 1994
7
 *  Update Count:     22
8
 *  Copyright (c) 1994 by Sun Microsystems Computer Company
9
 *  All rights reserved.
10
 *
11
 *  Use and copying of this software and preparation of
12
 *  derivative works based upon this software are permitted.
13
 *  Any distribution of this software or derivative works
14
 *  must comply with all applicable United States export control
15
 *  laws.
16
 *
17
 *  This software is made available as is, and Sun Microsystems
18
 *  Computer Company makes no warranty about the software, its
19
 *  performance, or its conformity to any specification
20
 */
21
 
22
#ifndef _HRE_API_H_
23
 
24
#define _HRE_API_H_
25
 
26
/*
27
 * Opaque type for the recognizer. The toolkit must access through
28
 * appropriate access functions.
29
*/
30
 
31
typedef void* recognizer;
32
 
33
/*
34
 * Opaque type for recognizers to implement dictionaries.
35
*/
36
 
37
typedef void* wordset;
38
 
39
#include <hre.h>
40
#include <hre_api_internal.h>
41
 
42
 
43
#endif

powered by: WebSVN 2.1.0

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