Package com.inertia.promove
Class Config.ADC_GroupDescriptor
java.lang.Object
com.inertia.promove.Config.ADC_GroupDescriptor
- Enclosing class:
- Config
public static class Config.ADC_GroupDescriptor
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description boolean
adoptMod
boolean
enableLogging
boolean
enableSampling
boolean
enableTransmit
int
mod
int
samplingChannel
Config.ADC_DescriptorType
type
int
wordSize
-
Constructor Summary
Constructors Constructor Description ADC_GroupDescriptor()
-
Method Summary
-
Field Details
-
type
-
enableSampling
public boolean enableSampling -
enableTransmit
public boolean enableTransmit -
enableLogging
public boolean enableLogging -
adoptMod
public boolean adoptMod -
samplingChannel
public int samplingChannel -
mod
public int mod -
wordSize
public int wordSize
-
-
Constructor Details
-
ADC_GroupDescriptor
public ADC_GroupDescriptor()
-
-
Method Details
-
parse
parse the group descriptor from IDP bytes- Parameters:
in
- input IDP bytes- Returns:
- the size of the read descriptor
- Throws:
InertiaException
- when error occurs
-
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-