Hi,
Now I have a good tags file updated meanwhile I am working on
different cpp, h, pde extensions file.
But..
I would like omnicpp display me list members and it fails:
this is the code
FunctionalTasks FuncTask ;
// ENTREES
//
// SETUP
//
void setup() {
// pass lcd to tracer and tracer to all others objects
Tracer.setLcd(&lcd);
FuncTask.setTracer(&Tracer);
PinMng.setTracer(&Tracer);
FuncTask.setPinManager(&PinMng);
FuncTask.setRealTimeClock(); //!!! only if date is out of date
// Bind the wrapper to FunctionalTasks p and call procedure
FunctionalWrapper::setObj(FuncTask);
//
Tracer.LcdDelayPrintTopLineFromLeft("Ecran........OK");
// CONFIGURATION
FuncTask.ConfigPinsRelays();
Tracer.LcdDelayPrintBottomLineFromLeft("Config Pins..OK");
delay(600);
FuncTask.displayRelayConfig();
// AUTOTEST RELAIS
FuncTask.Autotests();
FuncTask. <<< this is not working C-X
c-O
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php