/normxcorr/trunk

To get this branch, use:
bzr branch http://suren.me/webbzr/normxcorr/trunk

« back to all changes in this revision

Viewing changes to dict_hw/src/normxcorr_hw_msg.h

  • Committer: Suren A. Chilingaryan
  • Date: 2010-04-27 09:35:57 UTC
  • Revision ID: csa@dside.dyndns.org-20100427093557-gxvt9b1n68tpig03
Enchanced error checking and timings measurements, Windows-related fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
#include "dict_hw.h"
5
5
 
 
6
# ifdef __cplusplus
 
7
extern "C" {
 
8
# endif
 
9
 
6
10
extern void (*reportError)(const char *msg, ...);
7
11
extern void (*reportMessage)(const char *msg, ...);
8
12
 
9
13
int reportSet(DICTLogger error_reporter, DICTLogger message_writer);
10
14
 
 
15
# ifdef __cplusplus
 
16
}
 
17
# endif
 
18
 
11
19
#endif /* _DICT_HW_MSG */