Package com.inertia.promove
Class Config.IndustrialBoardNonDiff
java.lang.Object
com.inertia.promove.Config.IndustrialBoardNonDiff
- Enclosing class:
- Config
public static class Config.IndustrialBoardNonDiff
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description Config.ChannelConfig[]
channels
int
revision
int
stackPosition
Config.VmonBoardType
type
-
Constructor Summary
Constructors Constructor Description IndustrialBoardNonDiff()
constructor -
Method Summary
Modifier and Type Method Description int
parse(byte[] in)
parse the industrial non-differential board config from IDP bytesvoid
set(Config.ChannelConfig[] _channels)
set the configuration of the channelsjava.lang.String
toString()
-
Field Details
-
type
-
stackPosition
public int stackPosition -
revision
public int revision -
channels
-
-
Constructor Details
-
IndustrialBoardNonDiff
public IndustrialBoardNonDiff()constructor
-
-
Method Details
-
set
set the configuration of the channels- Parameters:
_channels
- the configuration for each channel- Throws:
InertiaException
- when error occurs
-
parse
parse the industrial non-differential board config from IDP bytes- Parameters:
in
- the input IDP bytes- Returns:
- the number of IDP bytes read
- Throws:
InertiaException
- when error occurs
-
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-