Home
last modified time | relevance | path

Searched refs:myComputePET (Results 1 – 2 of 2) sorted by relevance

/dports/cad/sumo/sumo-1.2.0/src/microsim/devices/
H A DMSDevice_SSM.h684 bool myComputeTTC, myComputeDRAC, myComputePET, myComputeBR, myComputeSGAP, myComputeTGAP; variable
H A DMSDevice_SSM.cpp597 if (myComputePET && e->PET.value != INVALID && e->PET.value <= myThresholds["PET"]) { in qualifiesAsConflict()
2412 if (myComputePET) { in writeOutConflict()
2468 myComputePET = myThresholds.find("PET") != myThresholds.end(); in MSDevice_SSM()