public class PvaClientNTMultiPut extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
connect()
Create a channelPut for each channel.
|
static PvaClientNTMultiPut |
create(PvaClientMultiChannel pvaClientMultiChannel,
PvaClientChannel[] pvaClientChannelArray)
Factory method that creates a PvaClientNTMultiPut.
|
void |
destroy()
Destroy the pvAccess connection.
|
org.epics.pvdata.pv.PVUnion[] |
getValues()
get the value field of each channel as a union.
|
void |
put()
put the data to each channel.
|
public static PvaClientNTMultiPut create(PvaClientMultiChannel pvaClientMultiChannel, PvaClientChannel[] pvaClientChannelArray)
pvaClientMultiChannel - The interface to PvaClientMultiChannel.pvaClientChannelArray - The PvaClientChannel array.public void destroy()
public void connect()
public org.epics.pvdata.pv.PVUnion[] getValues()
public void put()
Copyright © 2018 EPICS. All rights reserved.