DRCL J-Sim API

drcl.intserv.scheduler
Class Translator_PTSP_EA

java.lang.Object
  extended bydrcl.intserv.RspecTranslator
      extended bydrcl.intserv.scheduler.Translator_PTSP_EA

public class Translator_PTSP_EA
extends RspecTranslator

Periodic-task static-priority equal allocation: works with any traffic model that implements TrafficPeriodic. It produces Rspecs in the SpecR_PTSP. End-to-end delay requirement is *equally* divided to each hop, thus the name "EA".

See Also:
TrafficPeriodic, SpecR_PTSP

Constructor Summary
Translator_PTSP_EA()
           
 
Method Summary
 SpecR translate(SpecAd adspec_, QoSRequirement qos_)
          Given the Adspec, the method returns the "minimum" Rspec that satisfies the specified QoS requirement.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Translator_PTSP_EA

public Translator_PTSP_EA()
Method Detail

translate

public SpecR translate(SpecAd adspec_,
                       QoSRequirement qos_)
Description copied from class: RspecTranslator
Given the Adspec, the method returns the "minimum" Rspec that satisfies the specified QoS requirement. It returns null if such an Rspec does not exist.

Specified by:
translate in class RspecTranslator

DRCL J-Sim API

Copyright © 1998-2003 Distributed Real-time Computing Lab (DRCL). All Rights Reserved.     ~ To J-Sim Home ~