Dirk Zimoch 8fa17e0f15 Tell C++11 compilers to generate default copy operator
Recent compilers complain about using memcpy on a class with non-trivial
copy-assignment operator. However, this is used in the the impementation
of that operator. Avoid in C++11 in favor of explicitly asking for the default.
2025-09-03 17:50:02 +02:00
2024-12-18 08:59:07 +01:00
2017-05-30 17:14:56 -05:00
2018-12-14 14:50:53 +01:00
2021-12-08 19:44:27 +01:00

GitHub Actions status Codacy grade

PCAS - Portable Channel Access Server

EPICS Portable Channel Access Server and Generic Data Descriptor C++ libraries, split off from EPICS Base 3.16.1 as a separate module for EPICS 7.

The repository keeps the complete history of the code, i.e. it is a clone of the EPICS Base repository, which explains its size.

Building

This is a standard EPICS module. Create a file RELEASE.local (either inside the configure directory or one directory level above the module's root) that sets EPICS_BASE to where your EPICS installation is located.

Note: This module is intended to be compiled against EPICS 7. To build the module against an existing older Base < 3.17, you have to manually export the CA client library header file net_convert.h:

cp <EPICS_BASE>/src/ca/client/net_convert.h <EPICS_BASE>/include/

CI and Static Code Analysis

Continuous Integration services are provided by / running on GitHub Actions. PCAS uses the ci-scripts module.

Static Code Analysis provided by Codacy.

References

Additional information and documentation:

Languages
C++ 81.9%
C 8.6%
HTML 7.9%
Makefile 1.1%
DIGITAL Command Language 0.5%