Struct note_wptt_node_t
Type defining the data of a wptt node.
#include <notation_wptt.h>
Public Attributes
| Type | Name |
|---|---|
| struct note_wptt_node_t * | children |
| size_t | number_of_children |
| uint8_t | number_of_rings |
| note_wptt_order_e | order |
| int8_t | weights |
Public Attributes Documentation
variable children
struct note_wptt_node_t* note_wptt_node_t::children[NOTE_WPTT_DECODE_MAX_CHILDREN];
variable number_of_children
size_t note_wptt_node_t::number_of_children;
variable number_of_rings
uint8_t note_wptt_node_t::number_of_rings;
variable order
note_wptt_order_e note_wptt_node_t::order;
variable weights
int8_t note_wptt_node_t::weights[NOTE_WPTT_DECODE_MAX_WEIGHTS];
The documentation for this class was generated from the following file source/note-wptt/src/notation_wptt.h