Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct

    Function parameter type with far or near in C

    Tools
    2
    3
    1113
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • I
      ImHori 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?

      1 Reply Last reply Reply Quote 0
      • T
        tobias.hunger last edited by

        How is this related to Qt?

        1 Reply Last reply Reply Quote 0
        • I
          ImHori 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 Reply Last reply Reply Quote 0
          • First post
            Last post