Files
pvxs/documentation/value.rst
T
Michael Davidsaver 07ad405866 doc
2019-12-19 18:42:39 -08:00

372 B

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.

pvxs::Value