PiBoSo Official Forum

GP Bikes => Mods => Plugins => Topic started by: PiBoSo on December 15, 2013, 10:39:25 AM

Title: Input Plugins
Post by: PiBoSo on December 15, 2013, 10:39:25 AM
It is possible to write a DLL that sends input data to GP Bikes.

The interface can be downloaded at: http://www.gp-bikes.com/?page=downloads

Please note that all function calls are blocking, so control should be returned to simulation as soon as possible to avoid framerate issues.

The plugin must have the file extension renamed to DLI and it must be copied to the "gpbikes/plugins" directory in GP Bikes installation folder.
Title: Re: Input Plugins
Post by: tofunth on June 30, 2014, 12:21:38 PM
Hello,

As I examined the input_int.c file in the plugin site, the input data is provided as arrays in SControllerData_t struct.
I wonder whether there is a reference meaning table for these arrays.

Thank you,
Best regards,
Title: Re: Input Plugins
Post by: PiBoSo on July 13, 2018, 04:10:14 PM

Please note that, starting with Beta14, input plugins must be compiled for 64 bit.
Title: Re: Input Plugins
Post by: Alex Nogueira on July 16, 2018, 01:10:31 AM

How to copy the 64-bit plugin?

bound