10 #ifndef PVDBCRADDARRAY_H 11 #define PVDBCRADDARRAY_H 19 namespace epics {
namespace pvDatabase {
33 std::string
const & recordName,epics::pvData::PVStructurePtr
const & pvStructure,
34 int asLevel,std::string
const & asGroup);
35 epics::pvData::PVStringPtr pvRecordName;
36 epics::pvData::PVStringPtr pvResult;
51 static PvdbcrAddRecordPtr create(
52 std::string
const & recordName,
53 int asLevel=0,std::string
const & asGroup = std::string(
"DEFAULT"));
62 virtual void process();
Base interface for a PVRecord.
std::tr1::shared_ptr< PvdbcrAddRecord > PvdbcrAddRecordPtr
PvdbcrAddRecord A record that adds a record to the master database.
virtual ~PvdbcrAddRecord()