Class Config.ADC2Config

java.lang.Object
com.inertia.promove.Config.ADC2Config
All Implemented Interfaces:
Config.AbstractConfig, Config.GenericConfig
Enclosing class:
Config

public static class Config.ADC2Config
extends java.lang.Object
implements Config.GenericConfig
  • Field Summary

    Fields 
    Modifier and Type Field Description
    int configRevision  
    java.util.Vector<Config.ADC_GroupDescriptor> groups  
    java.util.Vector<Config.ADC_InputDescriptor> inputs  
  • Constructor Summary

    Constructors 
    Constructor Description
    ADC2Config()
    constructor
  • Method Summary

    Modifier and Type Method Description
    int getBytes​(byte[] out)
    encode current configuration in a byte array
    int getLength​(byte[] in)
    get the configuration length
    Config.Mask getMask()
    get mask
    int parse​(byte[] in)
    pare input byte array to relevant configuration and return length of encoded config
    java.lang.String toString()
    create a string representation of the configuration

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, wait, wait, wait