• Welcome to PiBoSo Official Forum. Please login or sign up.
 
March 28, 2024, 11:20:29 AM

Proxy plugin

Started by PiBoSo, February 17, 2013, 06:47:59 PM

Previous topic - Next topic

PiBoSo

February 17, 2013, 06:47:59 PM Last Edit: May 25, 2015, 12:38:11 PM by PiBoSo
World Racing Series integrates a "proxy" plugin.

Opening the memory-mapped file WRSProxyObject

g_hMapFile = OpenFileMapping(FILE_MAP_READ,FALSE,"Local\\WRSProxyObject");
void *pBuf = MapViewOfFile(g_hMapFile,FILE_MAP_READ,0,0,sizeof(SProxyData_t));

external programs can read World Racing Series output data.

The source code and data structure is available here: http://www.worldracingseries.net/downloads/wrs_proxy.c
"La perfezione non è il nostro obiettivo, è la nostra tendenza".

PiBoSo


Proxy plugin updated to the latest interface.
"La perfezione non è il nostro obiettivo, è la nostra tendenza".

PiBoSo


Proxy plugin updated to the latest interface.
"La perfezione non è il nostro obiettivo, è la nostra tendenza".

PiBoSo

Source code updated to the latest interface.
"La perfezione non è il nostro obiettivo, è la nostra tendenza".

PiBoSo


Source code updated to the latest interface.
"La perfezione non è il nostro obiettivo, è la nostra tendenza".

PiBoSo


Source code updated to the latest interface.
"La perfezione non è il nostro obiettivo, è la nostra tendenza".

PiBoSo


Source code updated to the latest interface.
"La perfezione non è il nostro obiettivo, è la nostra tendenza".

PiBoSo


Source code updated to the latest interface.
"La perfezione non è il nostro obiettivo, è la nostra tendenza".