|
Re: outputting data to DS's usermessage
I used this feature very successfully last year but only on 1 line. I had high hopes for this year.
I started trying to use this but cannot get it to work. I am writing to one line again. In this case the pointer is locally declared each time I come into the function I am using to write it.
DriverStationLCD *p_dsLCD = DriverStationLCD::GetInstance();
p_dsLCD->Printf(DriverStationLCD::kUser_Line6, 1, "test" );
p_dsLCD->UpdateLCD();
I applied the last software update and now I get and errro on cRio boot.
Warning: module 0x134ad80 (FRC_UserProgram.out) holds reference to undefined symbol _ZN16DriverStationLCD11kLineLengthE.
(unloading partially loaded module FRC_UserProgram.out)
...FRC_UserProgram failed to load.
If I comment out his code I am fine.
Any ideas?
|