Skip to content

Generic "struct to string" and "string to struct" function #1

@Daves1245

Description

@Daves1245

Given a buffer, format string, and a number of pointers, create two functions:

  • One that will read and parse the format string and write members to pointers
  • One that will write the values from pointers into the buffer as directed by the format string

basically, a scanf/printf but specifically for dynamically creating/handling arbitrary messages. Much better than hard-coded messag e structure

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions