interim commit

This commit is contained in:
Marty Kraimer
2013-04-12 15:17:21 -04:00
parent d67517b405
commit 124d28d33e
7 changed files with 223 additions and 11 deletions

View File

@@ -40,7 +40,7 @@ ExampleCounterPtr ExampleCounter::create(
epics::pvData::String const & recordName)
{
epics::pvData::PVStructurePtr pvStructure =
epics::pvData::getStandardPVField()->scalar(epics::pvData::pvDouble,"");
epics::pvData::getStandardPVField()->scalar(epics::pvData::pvLong,"timeStamp");
ExampleCounterPtr pvRecord(
new ExampleCounter(recordName,pvStructure));
if(!pvRecord->init()) pvRecord.reset();