Package org.hyperonline.hyperlib
Class RobotInspector
- java.lang.Object
-
- org.hyperonline.hyperlib.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.
-