Uses of Package
base

Packages that use base
base Provides classes and interfaces for the Jarol Control Infrastructure. 
 

Classes in base used by base
JarolCore
          Abstract class for controlling a vehicle that is connected to a vehicle and a control terminal (terminal unit + navigation unit).
JarolCoreInterface
          The JarolCoreInterface should be implemented by the class that performs the control operations.
MessageInterface
          MessageInterface should be implemented by any class whose instances should provide a clone(), toString() and deepClone() methods.
Port
          Port is a data transfer point that provides concurrent access for a single-reader and a single-writer.
Signal
          Signal is a synchronization point, the await() call causes the callers (e.g., thread, process, exotask,...) to be suspended until a signal() call is performed by an arbitary task.
TimeTriggerInterface
          TimeTriggerInterface should be implemented by any class whose instances should provide a periodic "Tick" on watchers.