|
nidas v1.2.3
|
#include <ctime>#include <nidas/core/FileSet.h>#include <nidas/core/Socket.h>#include <nidas/dynld/RawSampleInputStream.h>#include <nidas/core/Project.h>#include <nidas/core/XMLParser.h>#include <nidas/core/SamplePipeline.h>#include <nidas/core/DSMConfig.h>#include <nidas/core/DSMSensor.h>#include <nidas/core/Variable.h>#include <nidas/core/NidasApp.h>#include <nidas/core/BadSampleFilter.h>#include <nidas/util/EOFException.h>#include <nidas/util/Process.h>#include <nidas/util/Logger.h>#include <nidas/util/auto_ptr.h>#include <nidas/util/util.h>#include <set>#include <map>#include <deque>#include <iostream>#include <iomanip>#include <sys/stat.h>#include <unistd.h>#include <stdio.h>#include <json/json.h>Classes | |
| class | Problem |
| Problem is any issue detected in the data and statistics, distinguished by a kind id and a stream id, and an optionally including any related values. More... | |
| class | SampleCounter |
| SampleCounter accumulates samples and values for a particular sample stream. More... | |
| class | DataStats |
| class | AutoProject |
Macros | |
| #define | NIDAS_JSONCPP_ENABLED 1 |
| #define | NIDAS_JSONCPP_STREAMWRITER 0 |
Functions | |
| std::string | assign_if_set (Json::Value &object, const std::string &key, const std::string &value) |
| If the metadata string value is not empty, assign that value to the json field named key. | |
| Json::Value & | createObject (Json::Value &value) |
| int | main (int argc, char **argv) |
| #define NIDAS_JSONCPP_ENABLED 1 |
| #define NIDAS_JSONCPP_STREAMWRITER 0 |
| std::string assign_if_set | ( | Json::Value & | object, |
| const std::string & | key, | ||
| const std::string & | value ) |
If the metadata string value is not empty, assign that value to the json field named key.
References nidas::core::getSample().
Referenced by SampleCounter::collectMetadata().
|
inline |
Referenced by DataStats::jsonReport().
| int main | ( | int | argc, |
| char ** | argv ) |
References DataStats::main().