Configuration/Parameters [ Structures ]

FUNCTION

Structure to store all the paramters found in a block in the robodoc configuation file.

ATTRIBUTES

NOTES

Find a better name for the attribute 'names'

SOURCE

struct Parameters
{
    unsigned int        number;
    unsigned int        size;
    char              **names;
};