DriveWorks SDK Reference
4.0.0 Release
For Test and Development only

DriveWorks Info Tool

This is a simple tool to output Driveworks information, such as the current version, as an easily parsable JSON format.

Usage

Run the tool by executing:

./dw_info

and you will get an output similiar to this:

{
"version":
{
"major": 3,
"minor": 0,
"patch": 1,
"hash": "ffffffffffffffffffffffffffffffffffffffff",
"extra": ""
}
}