source: branches/profile/PROBE_DESIGN/probe_design.hxx

Last change on this file was 11512, checked in by westram, 10 years ago
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.2 KB
Line 
1// =========================================================== //
2//                                                             //
3//   File      : probe_design.hxx                              //
4//   Purpose   :                                               //
5//                                                             //
6//   Institute of Microbiology (Technical University Munich)   //
7//   http://www.arb-home.de/                                   //
8//                                                             //
9// =========================================================== //
10
11#ifndef PROBE_DESIGN_HXX
12#define PROBE_DESIGN_HXX
13
14
15#ifndef ARB_ASSERT_H
16#include <arb_assert.h>
17#endif
18#define pd_assert(bed) arb_assert(bed)
19
20class AWT_canvas;
21
22AW_window *create_probe_design_window(AW_root *root, GBDATA *gb_main);
23AW_window *create_probe_match_window(AW_root *root, GBDATA *gb_main);
24AW_window *create_probe_admin_window(AW_root *root, GBDATA *gb_main);
25AW_window *create_probe_group_result_window(AW_root *awr, AWT_canvas *ntw);
26
27#define PROBE_DESIGN_EXCEPTION_MAX 1
28#define AWAR_PROBE_ADMIN_PT_SERVER "tmp/probe_admin/pt_server"
29
30
31
32#else
33#error probe_design.hxx included twice
34#endif // PROBE_DESIGN_HXX
Note: See TracBrowser for help on using the repository browser.