Package nidaqdev.networkdaq
Class NINetworkDaqParams
java.lang.Object
nidaqdev.networkdaq.NINetworkDaqParams
- All Implemented Interfaces:
Serializable
,Cloneable
,ManagedParameters
public class NINetworkDaqParams
extends Object
implements Serializable, Cloneable, ManagedParameters
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int[]
int
int
int
int
static final int[]
static final long
int
int
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionclone()
int
Get a set of data that describes all of the parameters in a classint
void
newAddress
(String newIpAddr) Add a new ip address to the list of recent addresses.void
setExeName
(String exeName) void
setLinuxPassword
(String linuxPassword) void
setLinuxUser
(String linuxUser) void
setWorkingDir
(String workingDir)
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
SampleRates
public static final int[] SampleRates -
NChannels
public static final int[] NChannels -
niAddress
-
recentAddresses
-
niUDPPort
public int niUDPPort -
niTCPPort
public int niTCPPort -
sampleRateIndex
public int sampleRateIndex -
nChannelsIndex
public int nChannelsIndex -
chassisConfig
-
startFailures
public int startFailures -
verboseLevel
public int verboseLevel
-
-
Constructor Details
-
NINetworkDaqParams
public NINetworkDaqParams()
-
-
Method Details
-
newAddress
Add a new ip address to the list of recent addresses.- Parameters:
newIpAddr
- new ip address.
-
getSampleRate
public int getSampleRate() -
getNChannels
public int getNChannels() -
getWorkingDir
- Returns:
- the workingDir
-
setWorkingDir
- Parameters:
workingDir
- the workingDir to set
-
getExeName
- Returns:
- the exeName
-
setExeName
- Parameters:
exeName
- the exeName to set
-
clone
-
getLinuxUser
- Returns:
- the linuxUser
-
setLinuxUser
- Parameters:
linuxUser
- the linuxUser to set
-
getLinuxPassword
- Returns:
- the linuxPassword
-
setLinuxPassword
- Parameters:
linuxPassword
- the linuxPassword to set
-
getParameterSet
Description copied from interface:ManagedParameters
Get a set of data that describes all of the parameters in a class- Specified by:
getParameterSet
in interfaceManagedParameters
- Returns:
- description of the parameters in a class.
-