class AutomotiveSoftwareEngineer {
private:
string name = "Elabbas Salah";
string role = "Automotive Software Engineer";
int experience_years = 4;
string current_company = "Vector Informatik GmbH";
public:
vector<string> specializations = {
"Adaptive & Classic AUTOSAR",
"Embedded Systems",
"Real-Time Operating Systems",
"ARM Cortex-M & AVR32"
};
vector<string> clients = {"Mercedes-Benz", "Stellantis"};
void currentFocus() {
cout << "π Engineering automotive software solutions" << endl;
cout << "π± Mastering low-level embedded systems" << endl;
cout << "π€ Open for AUTOSAR & embedded collaborations" << endl;
}
};
- Vector CANoe - CAN/LIN/Ethernet Network Simulation
- DaVinci Developer & Configurator - AUTOSAR Development
- GDB - Embedded Debugging
- ARM Cortex-M & AVR32 - Microcontroller Development
|
Automotive Solutions |
Embedded Systems |
Current Role |

