10 #ifndef PVDBCRREMOVEARRAY_H 11 #define PVDBCRREMOVEARRAY_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 PvdbcrRemoveRecordPtr create(
52 std::string
const & recordName,
53 int asLevel=0,std::string
const & asGroup = std::string(
"DEFAULT"));
62 virtual void process();
std::tr1::shared_ptr< PvdbcrRemoveRecord > PvdbcrRemoveRecordPtr
PvdbcrRemoveRecord A record that removes a record from the master database.
Base interface for a PVRecord.
virtual ~PvdbcrRemoveRecord()