Uses of Interface
at.jku.fim.datalinksimulation.networkstack.outgoing.OutgoingNetworkStackConfiguration

Packages that use OutgoingNetworkStackConfiguration
at.jku.fim.datalinksimulation.genericdevices   
at.jku.fim.datalinksimulation.layer1.devices   
at.jku.fim.datalinksimulation.layer2.devices   
at.jku.fim.datalinksimulation.networkstack   
at.jku.fim.datalinksimulation.networkstack.outgoing   
 

Uses of OutgoingNetworkStackConfiguration in at.jku.fim.datalinksimulation.genericdevices
 

Methods in at.jku.fim.datalinksimulation.genericdevices that return OutgoingNetworkStackConfiguration
protected abstract  OutgoingNetworkStackConfiguration InterlinkingDevice.getOutgoingNetworkStackConfiguration()
          This method must be overriden in subclasses.
 

Uses of OutgoingNetworkStackConfiguration in at.jku.fim.datalinksimulation.layer1.devices
 

Methods in at.jku.fim.datalinksimulation.layer1.devices that return OutgoingNetworkStackConfiguration
protected  OutgoingNetworkStackConfiguration Hub.getOutgoingNetworkStackConfiguration()
           
 

Uses of OutgoingNetworkStackConfiguration in at.jku.fim.datalinksimulation.layer2.devices
 

Methods in at.jku.fim.datalinksimulation.layer2.devices that return OutgoingNetworkStackConfiguration
protected  OutgoingNetworkStackConfiguration CRCGuard.getOutgoingNetworkStackConfiguration()
           
 

Uses of OutgoingNetworkStackConfiguration in at.jku.fim.datalinksimulation.networkstack
 

Constructors in at.jku.fim.datalinksimulation.networkstack with parameters of type OutgoingNetworkStackConfiguration
NetworkStack(IncomingNetworkStackConfiguration incomingConfig, OutgoingNetworkStackConfiguration outgoingConfig, java.lang.Object id)
          Constructor
 

Uses of OutgoingNetworkStackConfiguration in at.jku.fim.datalinksimulation.networkstack.outgoing
 

Fields in at.jku.fim.datalinksimulation.networkstack.outgoing declared as OutgoingNetworkStackConfiguration
protected  OutgoingNetworkStackConfiguration OutgoingNetworkStack.configuration
          Associated Filter configuration
 

Methods in at.jku.fim.datalinksimulation.networkstack.outgoing that return OutgoingNetworkStackConfiguration
 OutgoingNetworkStackConfiguration OutgoingNetworkStack.getConfiguration()
           
 

Methods in at.jku.fim.datalinksimulation.networkstack.outgoing with parameters of type OutgoingNetworkStackConfiguration
 void OutgoingNetworkStack.setConfiguration(OutgoingNetworkStackConfiguration configuration)
          Set a new filter configuration
 

Constructors in at.jku.fim.datalinksimulation.networkstack.outgoing with parameters of type OutgoingNetworkStackConfiguration
OutgoingNetworkStack(OutgoingNetworkStackConfiguration configuration, java.lang.Object stationID)
          Constructor