Functions | |
void | usage (int argc, char *argv[]) |
Print out program usage. | |
int | main (int argc, char *argv[]) |
Entry point. | |
Variables | |
LibHalContext * | hal_ctx |
|
Entry point.
Definition at line 82 of file hal_get_property.c. References hal_device_get_property_bool(), hal_device_get_property_double(), hal_device_get_property_int(), hal_device_get_property_string(), hal_device_get_property_type(), hal_free_string(), hal_initialize(), and usage(). |
|
Print out program usage.
Definition at line 55 of file hal_get_property.c. |