Files
pvData/src/pv
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
..
2017-09-07 15:53:40 -05:00
2020-04-15 07:53:22 -07:00
2017-04-15 17:26:18 -04:00
2017-04-15 17:26:18 -04:00
2018-07-12 19:05:12 -07:00
2017-11-06 11:29:59 -06:00
2017-09-07 15:53:40 -05:00
2019-07-14 19:09:54 -07:00