Function parameter type with far or near in C
-
wrote on 22 Nov 2012, 09:09 last edited by
I have a function with parameter type "far" as below code:
@static uint16_t CRC16_CCITT(const uint8_t far * const pui8_DataBuf, const uint32_t ui32_DataBufSize)
{
}
@but i can't find out the correct symbol to show "CRC16_CCITT" function, that only show "far * const pui8_DataBuf" variable.
Can i modify this symbol problem? or need to setting generic-highlighter somewhere?
-
wrote on 22 Nov 2012, 11:15 last edited by
How is this related to Qt?
-
wrote on 22 Nov 2012, 13:23 last edited by
Recently, i use Qt creator to do C code documentation with doxygen plugin for my microcontroller works, and consider it as a good source code editor or analysis tool. I can do the same behavior as my question that use Editplus & Geany IDE are correct, but in VS2012 or Eclipse CDT is not. So i hope Qt Creater also have a method to correct. Is't maybe redundant for my viewpoint?
Thanks!
1/3