Uses of Class
com.inertia.promove.InertiaException

Packages that use InertiaException 
Package Description
com.inertia.promove  
  • Uses of InertiaException in com.inertia.promove

    Methods in com.inertia.promove that throw InertiaException 
    Modifier and Type Method Description
    byte[] SerialProtocol.createMessage​(Command command)
    Create a serial message for a Command.
    byte[] SerialProtocol.createMessage​(Command command, int destination)
    Create a serial message for a Command.
    byte[] SerialProtocol.createMessage​(Command command, SerialProtocol.ProtocolVersion version)
    Create a serial message for a Command.
    byte[] SerialProtocol.createMessage​(Command command, SerialProtocol.ProtocolVersion version, int destination)
    Create a serial message for a Command.
    byte[] SerialProtocol.createMessage​(Config config)
    Create a serial message for a Config.
    byte[] SerialProtocol.createMessage​(Config config, int destination)
    Create a serial message for a Config.
    byte[] SerialProtocol.createMessage​(Config config, SerialProtocol.ProtocolVersion version)
    Create a serial message for a Config.
    byte[] SerialProtocol.createMessage​(Config config, SerialProtocol.ProtocolVersion version, int destination)
    Create a serial message for a Config.
    int Config.AbstractConfig.parse​(byte[] in)
    pare input byte array to relevant configuration and return length of encoded config
    int Config.AccelConfig.parse​(byte[] in)
    Deprecated.
     
    int Config.AccelConfigExt.parse​(byte[] in)  
    int Config.ADC_GroupDescriptor.parse​(byte[] in)
    parse the group descriptor from IDP bytes
    int Config.ADC_InputDescriptor.parse​(byte[] in)
    parse the ADC descriptor
    int Config.ADC2Config.parse​(byte[] in)  
    int Config.ADCConfig.parse​(byte[] in)
    Deprecated.
     
    int Config.AxisConfig.parse​(byte[] in)  
    int Config.CompassConfig.parse​(byte[] in)
    Deprecated.
     
    int Config.CorrelationConfig.parse​(byte[] in)
    Deprecated.
     
    int Config.DigitalGyroConfig.parse​(byte[] in)
    Deprecated.
     
    int Config.GenericSensorConfig.parse​(byte[] in)  
    int Config.GlobalSamplingConfig.parse​(byte[] in)  
    int Config.GPSConfiguration.parse​(byte[] in, int offset)  
    int Config.HeartBeatConfig.parse​(byte[] in)
    Deprecated.
     
    int Config.IEPE_voltage.parse​(byte[] in)
    parse IEPE voltage configuration from IDP bytes
    int Config.IMAConfig.parse​(byte[] in)  
    int Config.IndustrialBoardNonDiff.parse​(byte[] in)
    parse the industrial non-differential board config from IDP bytes
    int Config.LoggingConfig.parse​(byte[] in)  
    int Config.OtherAxisConfig.parse​(byte[] in)  
    int Config.RadioConfig.parse​(byte[] in)  
    int Config.RTCConfig.parse​(byte[] in)  
    int Config.SamplerConfig.parse​(byte[] in, int offset)  
    int Config.SingleAxisConfig.parse​(byte[] in)  
    int Config.StatusConfig.parse​(byte[] in)  
    int Config.TemperatureConfig.parse​(byte[] in)
    Deprecated.
     
    int Config.TripleAxisConfig.parse​(byte[] in)  
    int Config.VmonBoardConfig.parse​(byte[] in)  
    void Config.IndustrialBoardNonDiff.set​(Config.ChannelConfig[] _channels)
    set the configuration of the channels
    Constructors in com.inertia.promove that throw InertiaException 
    Constructor Description
    Config​(byte[] in, int nodeID)
    parse given input to configurations