יש את הקובץ עם המבנה הבא:
#ifndef GLOBALS_H #define GLOBALS_H /*********************************** * Set point vector is representing * * the wanted state of the car * ***********************************/ typedef struct _SETPOINTvector { unsigned char switches; // main,fuel valve,starter switchs unsigned short RPMposition; // ADC actuator setpoint unsigned short WHEELposition ; // ADC actuator setpoint unsigned short HeadDir ; // ADC actuator } tSETPOINTvector; extern tSETPOINTvector SETPOINTvector; short Com1Con0:0x305008; // SCI1 control register 0 void ClearWatchdog(); #endif