Hiya
I've been developing (as a hobby!) a data-analysis application for gps based race data (inc RPM, acceleration, etc, etc, etc)
So I've created a gpsData class which will contain structures (array's/classes etc) for defining laps, individual data points etc in it.
I've made another class gpsPoint which is implemented as an array (aka all data points) in the gpsData class.
It seems to work except when I put data into a gpsPoint, specifically I put gpsSpeedMS (meters/second) into it via a property it should convert into MPH & KPH and put the data into three variables in the class. However when I read it out I get a steadily increasing number. 347393, .... or similar.
I've checked that the input data is ok, and traced the code through and cannot see a problem. Help? Am I doing this the right way?
Using VB 2008 Express SP1 and .Net 3.5
Cheers all,
James
I've been developing (as a hobby!) a data-analysis application for gps based race data (inc RPM, acceleration, etc, etc, etc)
So I've created a gpsData class which will contain structures (array's/classes etc) for defining laps, individual data points etc in it.
I've made another class gpsPoint which is implemented as an array (aka all data points) in the gpsData class.
It seems to work except when I put data into a gpsPoint, specifically I put gpsSpeedMS (meters/second) into it via a property it should convert into MPH & KPH and put the data into three variables in the class. However when I read it out I get a steadily increasing number. 347393, .... or similar.
I've checked that the input data is ok, and traced the code through and cannot see a problem. Help? Am I doing this the right way?
Using VB 2008 Express SP1 and .Net 3.5
Cheers all,
James