RiddleTime / Race-Element

Solutions for Sim Racing
https://race.elementfuture.com
GNU General Public License v3.0
77 stars 17 forks source link

Simplifying the logic for read/write memory of other processes #158

Closed iFuSiiOnzZ closed 5 months ago

iFuSiiOnzZ commented 5 months ago

A template system is better, instead of defining all the types that someone wants to read. This way you can read any type of data as long as it is simple or POD (plain old data). As a side note, it requires further testing, as I have only made sure that what is there is still works.

PS: Added Doxygen for shared memory