Basically I want to get timing data with InSim and store it in a table format internally to update and search it frequently:
|Pos|PLID|Lap|LastSector|LastLap|Ahead|Behind|
This is in order to provide the data for buttons that show the time difference, and the change in time difference (eg [+0.38 (-0.01)] between the currently viewed driver and the driver one position ahead/behind.
My problem is transferring the data from the various packet objects to a suitable intermediary storage. Is there any (simple) way of doing this without using a temp file/db?
|Pos|PLID|Lap|LastSector|LastLap|Ahead|Behind|
This is in order to provide the data for buttons that show the time difference, and the change in time difference (eg [+0.38 (-0.01)] between the currently viewed driver and the driver one position ahead/behind.
My problem is transferring the data from the various packet objects to a suitable intermediary storage. Is there any (simple) way of doing this without using a temp file/db?