Whats the use of REQUESTED_UNITS[0] and USED_UNITS[0] info in ECE Usage Request
Basically, I have seen that REQUESTED_UNITS & USED_UNITS fields are by default added to all the ootb delayed events in EVENT_ATTRIBUTE_SPEC in PDC. This EVENT_ATTRIBUTE_SPEC along with ATTRIBUTE_SPEC_MAP is then synced to ece as RequestSpecification.
This RequestSpecification is mainly used for building the ECE Usage Requests
Block "REQUESTED_UNITS"[0] {
Duration "DURATION" null
Occurrence "NUMBER_OF_UNITS" UnitValue{quantity=0, unit=Occ}
Data "INPUT_VOLUME" UnitValue{quantity=0.0, unit=Bytes}
Data "OUTPUT_VOLUME" UnitValue{quantity=0.0, unit=Bytes}
Data "TOTAL_VOLUME" UnitValue{quantity=0.0, unit=Bytes}
}
Block "USED_UNITS"[0] {
Duration "DURATION" null
Occurrence "NUMBER_OF_UNITS" UnitValue{quantity=0, unit=Occ}