more code implemented. See pvDatabaseCPP.html for details

This commit is contained in:
Marty Kraimer
2013-04-18 15:16:26 -04:00
parent 124d28d33e
commit 26c977c0ae
16 changed files with 1725 additions and 201 deletions

View File

@@ -81,6 +81,7 @@ int main(int argc,char *argv[])
pvRecord->process();
}
cout << "processed exampleDouble " << endl;
pvRecord->destroy();
recordName = "powerSupplyExample";
pvStructure.reset();
pvStructure = createPowerSupply();
@@ -121,6 +122,7 @@ int main(int argc,char *argv[])
cout << " current " << psr->getCurrent();
cout << endl;
}
psr->destroy();
return 0;
}