This is Unofficial EPICS BASE Doxygen Site
configparse.cpp File Reference
#include <sstream>
#include <dbAccess.h>
#include <dbChannel.h>
#include <dbStaticLib.h>
#include <dbEvent.h>
#include <dbLock.h>
#include <pv/pvIntrospect.h>
#include <pv/pvAccess.h>
#include <pv/configuration.h>
#include <pv/json.h>
#include "pdbgroup.h"
+ Include dependency graph for configparse.cpp:

Go to the source code of this file.

Macros

#define TRY   context *self = (context*)ctx; try
 
#define CATCH()   catch(std::exception& e) { if(self->msg.empty()) self->msg = e.what(); return 0; }
 

Macro Definition Documentation

#define CATCH ( )    catch(std::exception& e) { if(self->msg.empty()) self->msg = e.what(); return 0; }

Definition at line 94 of file configparse.cpp.

#define TRY   context *self = (context*)ctx; try

Definition at line 92 of file configparse.cpp.