DriveWorks SDK Reference
3.0.4260 Release
For Test and Development only

VehicleIO
Note
SW Release Applicability: This module is available in both NVIDIA DriveWorks and NVIDIA DRIVE Software releases.

About This Module

The VehicleIO module interacts with the vehicle, controlling vehicle actuation and providing information regarding the current state of the vehicle. The module can actuate and read from the vehicle by using the following types:

  • DW_VEHICLEIO_DATASPEED specifies the use of a “Dataspeed” device as an intermediary protocol.
  • DW_VEHICLEIO_GENERIC specifies simple programmable interface device that translates the pre-defined messages into a format understandable by the vehicle via a DBC file. Note that if a vehicle interface requires a complex logic handling, then DW_VEHICLEIO_CUSTOM is more appropriate choice.
  • DW_VEHICLEIO_CUSTOM specifies most flexible, custom interface device implemented via VehicleIO plugin.

Relevant Tutorials

APIs