#include <stdio.h>
#include "midas.h"
Go to the source code of this file.
◆ main()
Definition at line 21 of file miniana.c.
22{
25
28 return 1;
29
32
33 do {
36
38
39 return 0;
40}
INT bm_open_buffer(const char *buffer_name, INT buffer_size, INT *buffer_handle)
INT bm_request_event(HNDLE buffer_handle, short int event_id, short int trigger_mask, INT sampling_type, HNDLE *request_id, EVENT_HANDLER *func)
INT cm_yield(INT millisec)
INT cm_connect_experiment(const char *host_name, const char *exp_name, const char *client_name, void(*func)(char *))
INT cm_disconnect_experiment(void)
void process_event(HNDLE hBuf, HNDLE request_id, EVENT_HEADER *pheader, void *pevent)
TH1X EXPRT * h1_book(const char *name, const char *title, int bins, double min, double max)
◆ process_event()