CANdevStudio
Development tool for CAN bus simulation
|
#include "mainwindow.h"
#include <QFile>
#include <QtCore/QtDebug>
#include <QtCore/QtGlobal>
#include <QtWidgets/QApplication>
#include <QCanBusFrame>
#include <nodes/Connection>
#include "log.h"
Functions | |
const std::string | localFile (const std::string &fullPath) |
void | setupLogger (bool verbose) |
int | main (int argc, char *argv[]) |
Variables | |
std::shared_ptr< spdlog::logger > | kDefaultLogger |
std::shared_ptr< spdlog::logger > | qtDefaultLogger |
const std::string localFile | ( | const std::string & | fullPath | ) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
void setupLogger | ( | bool | verbose | ) |
std::shared_ptr<spdlog::logger> kDefaultLogger |
std::shared_ptr<spdlog::logger> qtDefaultLogger |