|
Listing 2
Each line can be individually commented for clarity
|
if ((( ssFL_Valve==FRONT /*FL valve set to front when coil is set to front*/
&& ssCOIL_BIAS==FRONT /* Coil Bias: see DFD 1.3.4 for more information */
)
||
( ssCTRL_Valve==REAR /* Control valve set to rear check coil side */
&& ssCOIL_SIDE==LEFT /*Assure that one side is selected. Left
Side check*/
|| ssCOIL_SIDE==RIGHT /* Check if Right Side is selected */
)
)
&& ssPOWER_FROM_IGNITION!=OFF /*Make sure that we are not in power save mode*/
)
)
|
|
Back
|
|
|
|
|
|