bab67
Hi all
When I compile the example plugin version 2 or version 3 and then use it, the output does not consist of data and instead lines such as -STARTUP- and -SHUTDOWN- which are in the same methods as the data that should be written.
Version 1 works fine.
Once I manage to get them working, I would like to cut them down to only the required output. So if it will be easier to work with just what I need then these are the values as they appear in version 3 (ExampleInternalsPlugin::UpdateScoring) which I wish to write to a file:
vinfo.mTotalLaps
vinfo.mFinishStatus
vinfo.mTimeBehindNext
Thanks
When I compile the example plugin version 2 or version 3 and then use it, the output does not consist of data and instead lines such as -STARTUP- and -SHUTDOWN- which are in the same methods as the data that should be written.
Version 1 works fine.
Once I manage to get them working, I would like to cut them down to only the required output. So if it will be easier to work with just what I need then these are the values as they appear in version 3 (ExampleInternalsPlugin::UpdateScoring) which I wish to write to a file:
vinfo.mTotalLaps
vinfo.mFinishStatus
vinfo.mTimeBehindNext
Thanks