Class RobotInspector


  • public class RobotInspector
    extends java.lang.Object
    This is the entry point for running RobotInspector. This will verify both the operator interface and port mapping and generate diagrams in the /diagrams directory. The class names for the port map and OI map must be specified in the system properties. The ant build file at ant/robot_inspector.xml should set this up for you.
    • Constructor Summary

      Constructors 
      Constructor Description
      RobotInspector()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)
      The entry point into the RobotInspector application.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RobotInspector

        public RobotInspector()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
        The entry point into the RobotInspector application.
        Parameters:
        args - Not used. Pass class names through system properties instead