PK_LATTICE_graph_data_t   
struct PK_LATTICE_graph_data_s
    {
    PK_LATTICE_graph_t              graph_type;     --- The type of graph data
                                                    --- being conveyed
    union
        {
        PK_LATTICE_graph_cyl_o_t   *cyl;
        PK_LATTICE_graph_cone_o_t  *cone;
        }
                                    graph;          --- Data
    };
typedef struct PK_LATTICE_graph_data_s PK_LATTICE_graph_data_t;

Used in:

PK_LATTICE_graph_cb_f_t
PK_LATTICE_graph_f

Generated on: Fri, 04 Oct 2024 12:20:05 GMT