#include <trees_profile.h>
Public Attributes | |
| profile_node * | next |
| Link to next node in list. | |
| int | len |
| Profile length for this node. | |
| BRIGHTNESS * | val |
| Points to a extensible array of brigthnesses. | |
Even an individual profile is structured as a list node.
1.3.9.1