SIMRacingApps / SIMRacingAppsServer

SIMRacingAppsServer is the main project for SIMRacingApps
Other
5 stars 6 forks source link

allow shared memory to be exposed as jna.Structure #2

Closed haja closed 5 years ago

haja commented 5 years ago

hey, for my Assetto Corsa plugin, i use jna Structures to access shared memory. this changes allows access without exposing the Pointer via get() or similar.

haja commented 5 years ago

thank you! I have a somewhat working prototype, you can see my progress here: https://github.com/haja/SIMRacingAppsSIMPluginAssettoCorsa