more work on memory issues.
Still problems. Added channelLocalDebug.
This commit is contained in:
@@ -33,6 +33,7 @@ int main(int argc,char *argv[])
|
||||
{
|
||||
PVDatabasePtr master = PVDatabase::getMaster();
|
||||
ChannelProviderLocalPtr channelProvider = getChannelProviderLocal();
|
||||
channelProvider->createChannelLocalDebugRecord("channelLocalDebug");
|
||||
String recordName("exampleCounter");
|
||||
PVRecordPtr pvRecord = ExampleCounter::create(recordName);
|
||||
bool result = master->addRecord(pvRecord);
|
||||
|
||||
Reference in New Issue
Block a user