Search:

Type: Posts; User: Keldecknight

Search: Search took 0.01 seconds.

  1. Dynamically calling implemented functions

    typedef struct {
    char *at_cmdName;
    int8_t at_cmdLen;
    void (*at_testCmd) (uint8_t id);
    void (*at_queryCmd) (uint8_t id);
    void (*at_setupCmd) (uint8_t id, char *pPara);
    void...
  2. Replies
    11
    Views
    13,992

    Any assistance would be greatly appreciated...

    Any assistance would be greatly appreciated *ThreadBump* Any additional details I can get for anyone to help with my goal?
  3. Replies
    11
    Views
    13,992

    Yes disregard that.

    Yes disregard that.
  4. Replies
    11
    Views
    13,992

    What about using "extern"? is there a way to...

    What about using "extern"? is there a way to implement that in such a way that if the function exist to call it?
  5. Replies
    11
    Views
    13,992

    Hi Everyone, So here is an example of how I have...

    Hi Everyone, So here is an example of how I have my code setup. I was thinking this is the best way to go but want to confirm if there is a better way to do this more of a module vs. statically...
  6. Replies
    11
    Views
    13,992

    I see, Thank you Niccolo for clearing that up. It...

    I see, Thank you Niccolo for clearing that up. It helps me understand the context. Your right, I'll gather some simple snippet from my .H and .C and post a skewed down version here. It would be best...
  7. Replies
    11
    Views
    13,992

    Thanks, So I'll need to research how to include...

    Thanks, So I'll need to research how to include the same file multiple times. I think the whole challenge of that part is redefinition correct?

    Do you have an example of Implementing an...
  8. Replies
    11
    Views
    13,992

    Redirecting PrintF to a socket

    Hi Everyone, I am finally on this forum. I registered back in 2018 and the registration bugged out and failed and the admins never got back to me so I generated a new account!

    Anyways, Welcome to...
Results 1 to 8 of 8