amino
Lightweight Robot Utility Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
rxtype.h File Reference

Scenegraph-related type declarations. More...

Go to the source code of this file.

Typedefs

typedef int(* aa_sdl_display_fun )(void *context, struct aa_sdl_display_params *params)
 Display handler function to call in SDL loop. More...
 
typedef int(* aa_sdl_win_display_fun )(struct aa_rx_win *win, void *context, struct aa_sdl_display_params *params)
 Display handler function for amino windows to call in SDL loop. More...
 

Detailed Description

Scenegraph-related type declarations.

Definition in file rxtype.h.

Typedef Documentation

typedef int(* aa_sdl_display_fun)(void *context, struct aa_sdl_display_params *params)

Display handler function to call in SDL loop.

Parameters
contextA pointer to local context
updatedWhether other parts of these scene are updated
paramsParameters for the display function
Returns
Whether any update has occurred

Definition at line 90 of file rxtype.h.

typedef int(* aa_sdl_win_display_fun)(struct aa_rx_win *win, void *context, struct aa_sdl_display_params *params)

Display handler function for amino windows to call in SDL loop.

Parameters
winThe window to display in
contextA pointer to the local context for this function
paramsParameters for the display function

Definition at line 101 of file rxtype.h.