Data Structures | |
| union | rte_option_value |
| union | rte_option_value_ptr |
| struct | rte_option_info |
Enumerations | |
| enum | rte_option_type { RTE_OPTION_BOOL = 1, RTE_OPTION_INT, RTE_OPTION_REAL, RTE_OPTION_STRING, RTE_OPTION_MENU } |
Functions | |
| rte_option_info * | rte_context_option_info_enum (rte_context *context, unsigned int index) |
| rte_option_info * | rte_context_option_info_by_keyword (rte_context *context, const char *keyword) |
| rte_bool | rte_context_option_get (rte_context *context, const char *keyword, rte_option_value *value) |
| rte_bool | rte_context_option_set (rte_context *context, const char *keyword,...) |
| char * | rte_context_option_print (rte_context *context, const char *keyword,...) |
| rte_bool | rte_context_option_menu_get (rte_context *context, const char *keyword, unsigned int *entry) |
| rte_bool | rte_context_option_menu_set (rte_context *context, const char *keyword, unsigned int entry) |
| rte_bool | rte_context_options_reset (rte_context *context) |
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||
|
Typical usage is:
rte_context_option_set (context, "frame_rate", (double) 3.141592);
|
|
||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
|
|
1.3.9.1