10 #ifndef PVDBCRTRACEARRAY_H 11 #define PVDBCRTRACEARRAY_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::PVIntPtr pvLevel;
37 epics::pvData::PVStringPtr pvResult;
52 static PvdbcrTraceRecordPtr create(
53 std::string
const & recordName,
54 int asLevel=0,std::string
const & asGroup = std::string(
"DEFAULT"));
63 virtual void process();
virtual ~PvdbcrTraceRecord()
Base interface for a PVRecord.
std::tr1::shared_ptr< PvdbcrTraceRecord > PvdbcrTraceRecordPtr
PvdbcrTraceRecord A record sets trace level for a record in the master database.