Class Tl1AutonomousMessageProcessor

  • All Implemented Interfaces:
    Tl1MessageProcessor

    public class Tl1AutonomousMessageProcessor
    extends Object
    implements Tl1MessageProcessor
    Implementation of the Tl1MessageProcessor Interface. This is the default Autonomous Message Parser based on Tl1Messages recorded from the Hitachi GPOND TL1 simulator.
    Version:
    $Id: $
    Author:
    David Hustace
    • Constructor Detail

      • Tl1AutonomousMessageProcessor

        public Tl1AutonomousMessageProcessor()
    • Method Detail

      • process

        public Tl1AutonomousMessage process​(String rawMessage,
                                            int messageType)
        This is the API for TL1 message parsing.
        Specified by:
        process in interface Tl1MessageProcessor
        Parameters:
        rawMessage - a String object.
        messageType - a int.
        Returns:
        a Tl1Message implementation based on one of the 4 types of TL1 Message types