All Implemented Interfaces:
ConnectionConfig

public class ConnectionConfig extends ConnectionConfig
Definition of objects to handle configuring a layout connection via a Canusb CanUsbDriverAdapter object.
  • Constructor Details

    • ConnectionConfig

      Create a connection configuration with a preexisting adapter. This is used principally when loading a configuration that defines this connection.
      Parameters:
      p - the adapter to create a connection configuration for
    • ConnectionConfig

      Ctor for a connection configuration with no preexisting adapter. setInstance() will fill the adapter member.
  • Method Details