Dirk Zimoch b4557d6a5a Fix MSVC warning C4309
truncation of constant value

The value 0xFFFF does not fit a signed 16 bit integer.
Use -1 instead.
2025-11-05 08:49:55 -08:00
2023-12-15 12:20:27 +01:00
2024-12-24 16:49:24 +01:00
2023-12-13 16:14:48 -06:00
2011-09-22 14:36:56 +02:00
2025-11-05 08:49:55 -08:00
2023-03-10 11:46:32 +00:00
2021-01-05 11:01:02 -08:00
2017-11-30 12:02:10 -06:00
2019-12-20 10:34:05 -08:00
2015-08-11 17:49:18 -05:00
2023-12-13 16:14:48 -06:00
2016-07-19 10:16:27 +02:00
2018-05-27 15:42:31 -05:00
2017-07-14 18:59:02 +02:00
2018-12-17 15:37:57 -06:00
2014-06-04 10:22:04 +02:00

pvAccessCPP

pvAccess is a network communications protocol designed for distributed control systems. It is designed to transport serialized data formatted as pvData data structures.

The pvAccessCPP module is a part of the EPICS software toolkit that contains the C++ implementation of pvAccess.

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++ 63.4%
C 35.2%
Python 0.9%
Makefile 0.5%