Michael Davidsaver 07b79693af Deprecate/remove unused buffer alignment tools
ByteBuffer::align() does not work as expected
on some RTEMS targets where malloc() returns
buffers aligned only to 4 bytes.

SerializableControl::alignBuffer() and
DeserializableControl::alignData() are implemented,
but never called, in this module and pvAccessCPP.
ByteBuffer::align() is only needed to implement
these two methods.

Leave non-pure virtual stubs to assist in migration.
2020-11-14 11:07:15 -08:00
2020-06-17 14:06:50 -07:00
2019-12-20 10:33:03 -08:00
2020-07-26 13:30:34 -07:00
2017-07-06 17:05:30 +02:00
2020-06-17 14:06:50 -07:00
2017-11-30 12:03:33 -06:00
2019-12-20 10:33:03 -08:00
2020-11-13 20:51:23 -08:00
2020-07-26 13:30:34 -07:00
2016-07-22 15:33:20 +01:00
2017-07-06 17:05:30 +02:00
2018-12-17 15:00:28 -06:00

pvaDataCPP

The EPICS pvData API provides a set of classes and utilities that form the core of the EPICS PVA implementation.

The pvDataCPP module is a part of the EPICS software toolkit that implements pvData structures as C++ class objects.

Building

This module is included as a submodule of a full EPICS 7 release and will be compiled during builds of that software.

Languages
C++ 98.6%
Makefile 1%
C 0.4%