EPICS pvData C++

EPICS pvData C++
Overview
2010.08.10

CONTENTS

Introduction


This project has the begining of the C++ implementation of pvData. The following is done:

introspection interfaces
The introspection interfaces for clients are described.
introspection implementation
The following have been implemented: Type, ScalarType, Field, Scalar
test
A test of Scalar.
As mentioned below there are problems with the current implementation.

Building


The project is structured as an epics base client application. Edit configure/RELEASE so that it references your EPICS base and then just type:

   make

At the top. Then execute the test in the bin directory.

pvDataApp has the following sub directories:

pv
pvData.h has the interface descriptions for client code.
factory
FieldCreateFactory.cpp has the current implementation
test
Has a test for the current implementation.

Questions about Classes


The pure virtual classes defined in pvData.h now work. But there are still some things that are not so nice. Amoung these are:

HELP WILL BE GREATLY APPRECIATED. because I am still coming up to speed with c++


Garbage Collection


Not yet implemented. Lets get class structure correct first.

Icon  Name                                                          Last modified      Size  Description
[PARENTDIR] Parent Directory - [DIR] testApp/ 2014-01-09 14:02 - [   ] pvDataCPP.includes 2014-01-09 14:00 309 [   ] pvDataCPP.files 2014-01-09 14:00 7.0K [   ] pvDataCPP.creator 2014-01-09 14:00 10 [   ] pvDataCPP.config 2014-01-09 14:00 31 [DIR] pvDataApp/ 2014-01-09 14:03 - [DIR] lib/ 2014-01-09 14:04 - [DIR] jenkins/ 2014-01-09 14:02 - [DIR] include/ 2014-01-09 14:03 - [DIR] documentation/ 2014-01-09 14:02 - [DIR] configure/ 2014-01-09 14:03 - [DIR] bin/ 2014-01-09 14:04 - [TXT] README.html 2014-01-09 14:00 2.6K [   ] Makefile 2014-01-09 14:00 233 [   ] LICENSE 2014-01-09 14:00 3.7K [   ] Doxyfile 2014-01-09 14:00 75K [   ] COPYRIGHT 2014-01-09 14:00 547