Uses of Class
jarol.messages.Link

Packages that use Link
jarol Provides classes and interfaces for the Jarol Control Infrastructure. 
jarol.messages Provides core messaging functionality, for message definition and communication. 
 

Uses of Link in jarol
 

Fields in jarol declared as Link
protected  Link JarolCoreWithLink.terminalLink
          The Link that provides an input and output port to the terminal.
protected  Link JarolCoreWithLink.vehicleLink
          The Link that provides an input and output port to the vehicle.
 

Uses of Link in jarol.messages
 

Subclasses of Link in jarol.messages
 class TCPClientLink
          TCP client socket message link.
 class TCPServerLink
          TCP server socket message link.
 class UDPLink
          UDP socket message link.