The stick2xyz Documentation 1.14.1
|
#include <stick2xyz.h>
Data Fields | |
uint32_t | len |
uint32_t | modtype |
void * | dupimage |
void * | freeimage |
void * | dupxy |
This structure is the generic type for fucntion pointers related to duplicating data inside a Pane 2-D handle. The similar structures are pane2d_image_funcs, pane2d_image16_funcs, pane2d_data16p_funcs, and pane2d_datap_funcs. This structure is created by an Output 2-D module and then passed into the Pane 2-D module through mod_pane2d_dupfunc_getlist to get the addresses of functions for duplicating image data.
Definition at line 643 of file stick2xyz.h.
void* dupimage |
This is the pointer to the function for duplicating image data.
Definition at line 663 of file stick2xyz.h.
void* dupxy |
This is the pointer to the function for receiving the x and y values.
Definition at line 674 of file stick2xyz.h.
void* freeimage |
This is the pointer to the function for freeing image data.
Definition at line 668 of file stick2xyz.h.
uint32_t len |
This must be set to sizeof(struct pane2d_dupgen_funcs).
Definition at line 648 of file stick2xyz.h.
uint32_t modtype |
This must be set to one of the following values:
STICK2XYZ_PANE2D_REQUEST_UINT8PP
STICK2XYZ_PANE2D_REQUEST_UINT8P
Definition at line 657 of file stick2xyz.h.