Qt GENIVI Extras
The Qt GENIVI Extras module provides C++ classes for interacting with services from the GENIVI Automotive Alliance. The module contains helper functions to interact with the Diagnostic Log and Trace (DLT) daemon. This daemon is used on many automotive systems to catch all logs from different application.
Getting Started
To include the definitions of the module's classes and functions, use the following directive:
#include <QtGeniviExtras>
To link against the module, add this line to your qmake .pro
file:
QT += geniviextras
See Qt DLT Declarations for more information about how to use the DLT API.