Skip to content

Group variables into DataType structures #6

@corettialessandro

Description

@corettialessandro

Implement datatype structures in order to reduce number of variables to give as input/output to functions. The syntax should be:

`
typedef struct {

type1 var1;
type2 var2;
...

} DataTypeName_t;
`

The definitions of the datatype should be inserted into the .h corresponding files.

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