Files
pvxs/src/pvrequest.h
T
2020-08-10 12:09:55 -07:00

25 lines
549 B
C++

/**
* Copyright - See the COPYRIGHT that is included with this distribution.
* pvxs is distributed subject to a Software License Agreement found
* in file LICENSE that is included with this distribution.
*/
#ifndef PVREQUEST_H
#define PVREQUEST_H
#include "utilpvt.h"
#include "bitmask.h"
#include <pvxs/data.h>
namespace pvxs {
namespace impl {
PVXS_API
BitMask request2mask(const FieldDesc* desc, const Value& pvRequest);
PVXS_API
bool testmask(const Value& update, const BitMask& mask);
}} // namespace pvxs::impl
#endif // PVREQUEST_H