Click here to Skip to main content
15,890,438 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Tooltip behind dialog Pin
_Flaviu5-Aug-15 2:10
_Flaviu5-Aug-15 2:10 
GeneralRe: Tooltip behind dialog Pin
Jochen Arndt5-Aug-15 2:13
professionalJochen Arndt5-Aug-15 2:13 
GeneralRe: Tooltip behind dialog Pin
_Flaviu5-Aug-15 2:17
_Flaviu5-Aug-15 2:17 
GeneralRe: Tooltip behind dialog Pin
_Flaviu5-Aug-15 2:27
_Flaviu5-Aug-15 2:27 
GeneralRe: Tooltip behind dialog Pin
_Flaviu9-Sep-15 21:43
_Flaviu9-Sep-15 21:43 
GeneralRe: Tooltip behind dialog Pin
Jochen Arndt9-Sep-15 22:28
professionalJochen Arndt9-Sep-15 22:28 
GeneralRe: Tooltip behind dialog Pin
_Flaviu10-Sep-15 0:06
_Flaviu10-Sep-15 0:06 
QuestionTimer interrupt handler on SAM3x8e – Arduino Due Pin
Vaclav_4-Aug-15 4:25
Vaclav_4-Aug-15 4:25 
I really do not know where to post this and I hope I can explain my question , so be gentle.

I am using SAM3x8e hardware timer (TC3) as an interrupt.
The “TC3_Handler” (callback?) global function name is “hardcoded” somewhere and fires as expected at desired intervals.
I do some verification of this by outputting simple message to LCD.
The LCD “class” is declared / instantiated as a global class to the entire application and works amicably.
Simple “lcd.print(“OK”)” is executed just fine in the TC3 handler.
I also do some hardware output – turn on / off LED – just for an additional indication the handler is being executed.

Now I want to execute a method / function of ANOTHER globally defined / instantiated class, again in same TC3 handler.

Adding cpal.Run(); did not compile – undefined “cpal”.

I had to ADD extern CPAL cpal; so it would compile and execute cpal.Run();

My question is
both LCD and CPAL classes are global, the LCD can be used OK, but the CPAL has to have the extern “reference” added into the TC3 handler. Why?

Thanks for reading, appreciate any help.
Cheers
Vaclav
AnswerRe: Timer interrupt handler on SAM3x8e – Arduino Due Pin
CPallini4-Aug-15 6:29
mveCPallini4-Aug-15 6:29 
GeneralSOLVED Re: Timer interrupt handler on SAM3x8e – Arduino Due Pin
Vaclav_4-Aug-15 7:38
Vaclav_4-Aug-15 7:38 
GeneralRe: SOLVED Re: Timer interrupt handler on SAM3x8e – Arduino Due Pin
CPallini4-Aug-15 9:50
mveCPallini4-Aug-15 9:50 
QuestionComplex code in conditionals Pin
charlieg4-Aug-15 0:08
charlieg4-Aug-15 0:08 
QuestionRe: Complex code in conditionals Pin
CPallini4-Aug-15 0:20
mveCPallini4-Aug-15 0:20 
AnswerRe: Complex code in conditionals Pin
charlieg4-Aug-15 1:37
charlieg4-Aug-15 1:37 
AnswerRe: Complex code in conditionals Pin
Richard MacCutchan4-Aug-15 0:26
mveRichard MacCutchan4-Aug-15 0:26 
GeneralRe: Complex code in conditionals Pin
charlieg4-Aug-15 1:41
charlieg4-Aug-15 1:41 
GeneralRe: Complex code in conditionals Pin
Richard MacCutchan4-Aug-15 2:44
mveRichard MacCutchan4-Aug-15 2:44 
GeneralRe: Complex code in conditionals Pin
charlieg4-Aug-15 6:22
charlieg4-Aug-15 6:22 
AnswerRe: Complex code in conditionals Pin
Stefan_Lang11-Aug-15 2:34
Stefan_Lang11-Aug-15 2:34 
Questionstrcpy dilemma - it works half way Pin
Vaclav_3-Aug-15 15:19
Vaclav_3-Aug-15 15:19 
GeneralRe: strcpy dilemma - it works half way Pin
PIEBALDconsult3-Aug-15 16:12
mvePIEBALDconsult3-Aug-15 16:12 
AnswerRe: strcpy dilemma - it works half way Pin
Richard MacCutchan3-Aug-15 20:48
mveRichard MacCutchan3-Aug-15 20:48 
AnswerRe: strcpy dilemma - it works half way Pin
CPallini3-Aug-15 21:08
mveCPallini3-Aug-15 21:08 
GeneralRe: strcpy dilemma - it works half way Pin
Vaclav_4-Aug-15 3:49
Vaclav_4-Aug-15 3:49 
GeneralRe: strcpy dilemma - it works half way Pin
CPallini4-Aug-15 6:54
mveCPallini4-Aug-15 6:54 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.