|
MIDAS
|
#include <stdio.h>#include <stdarg.h>#include <assert.h>#include <signal.h>#include <sys/time.h>#include "tmfe.h"#include "midas.h"#include "msystem.h"#include "mrpc.h"#include "mstrlcpy.h"
Go to the source code of this file.
Classes | |
| class | TMFrontendRpcHelper |
Functions | |
| TMFeResult | TMFeErrorMessage (const std::string &message) |
| TMFeResult | TMFeMidasError (const std::string &message, const char *midas_function_name, int midas_status) |
| static INT | rpc_callback (INT index, void *prpc_param[]) |
| static INT | rpc_cxx_callback (INT index, void *prpc_param[]) |
| static INT | binary_rpc_callback (INT index, void *prpc_param[]) |
| static INT | binary_rpc_cxx_callback (INT index, void *prpc_param[]) |
| static INT | tr_start (INT run_number, char *errstr) |
| static INT | tr_stop (INT run_number, char *errstr) |
| static INT | tr_pause (INT run_number, char *errstr) |
| static INT | tr_resume (INT run_number, char *errstr) |
| static INT | tr_startabort (INT run_number, char *errstr) |
Definition at line 1203 of file tmfe.cxx.


Definition at line 1240 of file tmfe.cxx.


Definition at line 1145 of file tmfe.cxx.


Definition at line 1175 of file tmfe.cxx.


| TMFeResult TMFeErrorMessage | ( | const std::string & | message | ) |
| TMFeResult TMFeMidasError | ( | const std::string & | message, |
| const char * | midas_function_name, | ||
| int | midas_status | ||
| ) |
Definition at line 34 of file tmfe.cxx.


Definition at line 1408 of file tmfe.cxx.

Definition at line 1438 of file tmfe.cxx.

Definition at line 1330 of file tmfe.cxx.

Definition at line 1471 of file tmfe.cxx.


Definition at line 1369 of file tmfe.cxx.
