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

Go to the source code of this file.

Typedefs

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

Typedef Documentation

typedef int(* aa_sdl_display_fun)(void *context, struct aa_sdl_display_params *params)
Parameters
contextA pointer to local context
updatedWhether other parts of these scene are updated
nowThe present time
Returns
Whether any update has occurred

Definition at line 87 of file rxtype.h.