source: tags/initial/PROBE_DESIGN/probe_design.hxx

Last change on this file was 2, checked in by oldcode, 23 years ago

Initial revision

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 831 bytes
Line 
1#ifndef probe_design_hxx_included
2#define probe_design_hxx_included
3
4#ifndef NDEBUG
5# define pd_assert(bed) do { if (!(bed)) *(int *)0=0; } while (0)
6# ifndef DEBUG
7#  error DEBUG is NOT defined - but it has to!
8# endif
9#else
10# ifdef DEBUG
11#  error DEBUG is defined - but it should not!
12# endif
13# define pd_assert(bed)
14#endif
15
16void probe_design_build_pt_server_choices(AW_window *aws,const char *var, AW_BOOL sel_list);
17
18AW_window *create_probe_design_window( AW_root *root, AW_default def);
19AW_window *create_probe_match_window( AW_root *root, AW_default def);
20AW_window *create_probe_admin_window( AW_root *root, AW_default def);
21AW_window *create_probe_group_result_window(AW_root *awr, AW_default cl_AW_canvas_ntw);
22
23#define PROBE_DESIGN_EXCEPTION_MAX      1
24
25#define AWAR_PROBE_ADMIN_PT_SERVER "tmp/probe_admin/pt_server"
26
27
28#endif
Note: See TracBrowser for help on using the repository browser.