Files
pvxs/documentation/value.rst
T
Michael Davidsaver 1837e3bc47 doc
speed up by only parsing public pvxs/*.h
no docs in impl. yet anyway.

Ensure the PVXS_API doesn't become part of <type> tags.
2020-01-22 12:25:25 -08:00

18 lines
442 B
ReStructuredText

Working with Value Container
============================
The `pvxs::Value` container class provides the means to interact with PVA data values. ::
#include <pvxs/data.h>
namespace pvxs { ... }
A `pvxs::Value` may be obtained via the remote peer (client or server),
or created locally. See `ntapi` or `typedefapi`.
.. doxygenclass:: pvxs::Value
:members:
.. doxygenstruct:: pvxs::NoField
.. doxygenstruct:: pvxs::NoConvert