MIDAS
Loading...
Searching...
No Matches
mfe_link_test_cxx.cxx
Go to the documentation of this file.
1/********************************************************************\
2
3 Name: mfe_link_test_cxx.cxx
4 Created by: Konstantin Olchanski
5
6 Contents: Test mfe.h and mfe.c for correct linking with C++
7
8\********************************************************************/
9
10#include <stdio.h>
11#include "midas.h"
12#include "mfe.h"
13
14/*------------------------------------------------------------------*/
15
16const char* frontend_name = "frontend_name";
17const char* frontend_file_name = "frontend_file_name";
20int max_event_size = 1000;
22int display_period = 1000;
25int frontend_init() { return 0; };
26int frontend_exit() { return 0; };
27int begin_of_run(int runno,char* errstr) { return 0; };
28int end_of_run(int runno,char* errstr) { return 0; };
29int pause_run(int runno,char* errstr) { return 0; };
30int resume_run(int runno,char* errstr) { return 0; };
31int interrupt_configure(INT cmd, INT source, POINTER_T adr) { return 0; };
32int frontend_loop() { return 0; };
33int poll_event(INT source, INT count, BOOL test) { return 0; };
34
35/* emacs
36 * Local Variables:
37 * tab-width: 8
38 * c-basic-offset: 3
39 * indent-tabs-mode: nil
40 * End:
41 */
#define FALSE
Definition cfortran.h:309
double count
Definition mdump.cxx:33
DWORD BOOL
Definition midas.h:105
int INT
Definition midas.h:129
#define POINTER_T
Definition midas.h:166
#define resume_run
#define pause_run
program test
Definition miniana.f:6