Main file of the HotWheels Cluster application. More...
#include "CarManager.hpp"
#include "enums.hpp"
#include <QApplication>
#include <QDebug>
#include <csignal>
Go to the source code of this file.
Functions | |
void | handleSigint (int) |
Signal handler for SIGINT. | |
int | main (int argc, char *argv[]) |
Main function of the HotWheels Cluster application. | |
Main file of the HotWheels Cluster application.
This file contains the main function of the HotWheels Cluster application.
Definition in file main.cpp.
void handleSigint | ( | int | ) |
int main | ( | int | argc, |
char * | argv[] ) |
Main function of the HotWheels Cluster application.
argc | The number of command-line arguments. |
argv | The command-line arguments. |
This function initializes the application and starts the CarManager.
Definition at line 40 of file main.cpp.