![]() |
This is Unofficial EPICS BASE Doxygen Site
|
#include <sstream>
#include <pv/pvdVersion.h>
#include <pv/pvData.h>
#include <pv/valueBuilder.h>
#include "pv/json.h"
Go to the source code of this file.
Namespaces | |
epics | |
TODO only here because of the Lockable. | |
epics::pvData | |
pvData | |
Macros | |
#define | epicsExportSharedSymbols |
#define | TRY context *self = (context*)ctx; try |
#define | CATCH() catch(std::exception& e) { self->msg = e.what(); return 0; } |
Functions | |
epics::pvData::PVStructure::shared_pointer | epics::pvData::parseJSON (std::istream &strm) |
#define CATCH | ( | ) | catch(std::exception& e) { self->msg = e.what(); return 0; } |
Definition at line 44 of file parseany.cpp.
#define epicsExportSharedSymbols |
Definition at line 8 of file parseany.cpp.
#define TRY context *self = (context*)ctx; try |
Definition at line 42 of file parseany.cpp.