|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include "oks/kernel.hpp"#include "oks/query.hpp"#include "oks/exceptions.hpp"#include <vector>#include <iostream>#include <string.h>#include <stdlib.h>Go to the source code of this file.
Enumerations | |
| enum | __OksDumpExitStatus__ { __Success__ = 0 , __BadCommandLine__ , __BadOksFile__ , __BadQuery__ , __NoSuchClass__ , __FoundDanglingReferences__ , __ExceptionCaught__ } |
Functions | |
| static void | printUsage (std::ostream &s) |
| static void | no_param (const char *s) |
| OksObject * | find_object (char *s, OksKernel &k) |
| int | main (int argc, char **argv) |
| Enumerator | |
|---|---|
| __Success__ | |
| __BadCommandLine__ | |
| __BadOksFile__ | |
| __BadQuery__ | |
| __NoSuchClass__ | |
| __FoundDanglingReferences__ | |
| __ExceptionCaught__ | |
Definition at line 29 of file oks_dump.cxx.
Definition at line 95 of file oks_dump.cxx.
| int main | ( | int | argc, |
| char ** | argv ) |
Definition at line 120 of file oks_dump.cxx.
|
static |
Definition at line 88 of file oks_dump.cxx.
|
static |
Definition at line 41 of file oks_dump.cxx.