source: tags/cvs_2_svn/GENOM/EXP_local.hxx

Last change on this file was 1694, checked in by westram, 21 years ago
  • added EXP_popup_experiment_window
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.6 KB
Line 
1//  ==================================================================== //
2//                                                                       //
3//    File      : EXP_local.hxx                                          //
4//    Purpose   :                                                        //
5//    Time-stamp: <Thu Aug/14/2003 23:09 MET Coder@ReallySoft.de>        //
6//                                                                       //
7//                                                                       //
8//  Coded by Ralf Westram (coder@reallysoft.de) in September 2001        //
9//  Copyright Department of Microbiology (Technical University Munich)   //
10//                                                                       //
11//  Visit our web site at: http://www.arb-home.de/                       //
12//                                                                       //
13//                                                                       //
14//  ==================================================================== //
15
16#ifndef EXP_LOCAL_HXX
17#define EXP_LOCAL_HXX
18
19#ifndef ARB_ASSERT_H
20#include <arb_assert.h>
21#endif
22#define exp_assert(bed) arb_assert(bed)
23
24// contains the path to the experiment:  "organism_name;experiment_name"
25// writing this awar has no effect
26#define AWAR_COMBINED_EXPERIMENT_NAME "tmp/experiment/combined_name"
27
28// to create new experiments:
29#define AWAR_EXPERIMENT_DEST "tmp/experiment/dest"
30
31AW_window *EXP_create_experiment_window(AW_root *aw_root);
32void EXP_popup_experiment_window(AW_window *aww, AW_CL, AW_CL);
33
34#else
35#error EXP_local.hxx included twice
36#endif // EXP_LOCAL_HXX
37
Note: See TracBrowser for help on using the repository browser.