CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to CCS Technical Support

Search found 4 matches
CCS Forum Index
Author Message
  Topic: Using callback functions with double pointer argument
mjm_graco

Replies: 6
Views: 20822

PostForum: General CCS C Discussion   Posted: Wed Oct 28, 2020 7:29 am   Subject: Using callback functions with double pointer argument
That worked. Thanks for the help - 'tis appreciated.
  Topic: Using callback functions with double pointer argument
mjm_graco

Replies: 6
Views: 20822

PostForum: General CCS C Discussion   Posted: Tue Oct 27, 2020 10:24 pm   Subject: Using callback functions with double pointer argument
Yeah, that original post was all over the place. My apologies.

This combines the concepts of the 2 pieces of code after this one, and gives the compile error.
s_InputBufferWordPtr is a 2D array o ...
  Topic: Using callback functions with double pointer argument
mjm_graco

Replies: 6
Views: 20822

PostForum: General CCS C Discussion   Posted: Mon Oct 26, 2020 11:24 pm   Subject: Using callback functions with double pointer argument
If I change:
(*temp)( s_InputBufferWordCount, &s_InputBufferWordPtr );
to:
(*temp)( s_InputBufferWordCount, s_InputBufferWordPtr );
I get the same compiler erro ...
  Topic: Using callback functions with double pointer argument
mjm_graco

Replies: 6
Views: 20822

PostForum: General CCS C Discussion   Posted: Thu Oct 22, 2020 12:28 pm   Subject: Using callback functions with double pointer argument
compiler: PCH 5.013
chip: PIC18F67K22

I'm trying to implement a serial port command handler, adapting existing code that was written in XC8/XC32 for different/bigger PICs. That code parses an i ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group