-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# rFactorSharedMemoryMap | ||
|
||
A plugin for rFactor 1-based sims to export the standard telemetry and scoring data structs to a shared memory mapped file handle. | ||
This allows external programs to access the sim data without affecting frame times in the simulator. | ||
|
||
Details of the shared memory map can be found in `Include\rfSharedStruct.hpp`. The plugin is based on the sample plugin code from ISI found at http://rfactor.net/web/rf1/devcorner/ and compiled using Visual Studio Community 2015. | ||
|
||
A sample application using Python to access the memory map can be found in https://github.com/dallongo/pySRD9c. | ||
|
||
### Releases | ||
#### 2016-05-09 (v1.1.0.0) | ||
|
||
* Updated `rfVehicleInfo` to include acceleration and rotation vectors | ||
|
||
#### 2016-05-08 (v1.0.0.0) | ||
|
||
* Initial release |