pvaClientJava

Parent project for the EPICS Core Libraries.

Лицензия

Лицензия

Категории

Категории

CLI Взаимодействие с пользователем
Группа

Группа

org.epics
Идентификатор

Идентификатор

epics-pvaclient
Последняя версия

Последняя версия

4.3.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

pvaClientJava
Parent project for the EPICS Core Libraries.
Ссылка на сайт

Ссылка на сайт

https://github.com/epics-base/pvaClientJava
Организация-разработчик

Организация-разработчик

EPICS
Система контроля версий

Система контроля версий

https://github.com/epics-base/pvaClientJava

Скачать epics-pvaclient

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.epics/epics-pvaclient/ -->
<dependency>
    <groupId>org.epics</groupId>
    <artifactId>epics-pvaclient</artifactId>
    <version>4.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.epics/epics-pvaclient/
implementation 'org.epics:epics-pvaclient:4.3.2'
// https://jarcasting.com/artifacts/org.epics/epics-pvaclient/
implementation ("org.epics:epics-pvaclient:4.3.2")
'org.epics:epics-pvaclient:jar:4.3.2'
<dependency org="org.epics" name="epics-pvaclient" rev="4.3.2">
  <artifact name="epics-pvaclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.epics', module='epics-pvaclient', version='4.3.2')
)
libraryDependencies += "org.epics" % "epics-pvaclient" % "4.3.2"
[org.epics/epics-pvaclient "4.3.2"]

Зависимости

compile (4)

Идентификатор библиотеки Тип Версия
org.epics : epics-pvdata jar 6.1.1
org.epics : epics-ntypes jar 0.3.1
org.epics : epics-pvaccess jar 5.1.1
org.epics : jca jar 2.4.1

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12

Модули Проекта

Данный проект не имеет модулей.

pvaClientJava Build Status

pvaClient is a synchronous client interface to pvAccess, which is callback based. pvaClient is thus easier to use than pvAccess itself.

See documentation/pvaClientJava.html for details.

Building

mvn package

Examples

Examples are available in exampleJava.

Status

  • The API is for EPICS Version 4 release 4.6.0
  • pvaClient should be ready but see below for remaining work.
  • pvaClientMultiChannel is ready but see below for remaining work.

pvaClient

Channel::getField and channelArray are not supported for release 4.6.

pvaClientMultiChannel

For release 4.6 support is available for multiDouble and NTMultiChannel. In the future additional support should be provided that at least includes NTScalarMultiChannel.

Testing with some channels not connected has not been done.

org.epics

EPICS Base

Projects maintained by the EPICS Core Developers group

Версии библиотеки

Версия
4.3.2
4.3.1
4.2.2
4.2.1
4.2.0