|
DABC (Data Acquisition Backbone Core)
2.9.9
|
#include <cstdlib>#include <string>#include <clocale>#include "dabc/Manager.h"#include "dabc/Configuration.h"#include "dabc/Factory.h"#include "dabc/api.h"Go to the source code of this file.
Functions | |
| int | command_shell (const char *node) |
| bool | CreateManagerControl (dabc::Configuration &cfg) |
| int | main (int numc, char *args[]) |
| bool CreateManagerControl | ( | dabc::Configuration & | cfg | ) |
Definition at line 25 of file dabc_exe.cxx.
| int command_shell | ( | const char * | node | ) |
Definition at line 56 of file dabc_exe.cxx.
| int main | ( | int | numc, |
| char * | args[] | ||
| ) |
Definition at line 68 of file dabc_exe.cxx.