Exemplo n.º 1
0
 public Pwq(Imports.PwqConditions[] conditions,
            short nConditions,
            Imports.ThresholdDirection direction,
            uint lower, uint upper,
            Imports.PulseWidthType type)
 {
     this.conditions  = conditions;
     this.nConditions = nConditions;
     this.direction   = direction;
     this.lower       = lower;
     this.upper       = upper;
     this.type        = type;
 }
Exemplo n.º 2
0
 public Pwq(Imports.PwqConditions[] conditions,
     short nConditions,
     Imports.ThresholdDirection direction,
     uint lower, uint upper,
     Imports.PulseWidthType type)
 {
     this.conditions = conditions;
     this.nConditions = nConditions;
     this.direction = direction;
     this.lower = lower;
     this.upper = upper;
     this.type = type;
 }