Functions | |
void | usage (int argc, char *argv[]) |
Print out program usage. | |
int | main (int argc, char *argv[]) |
Entry point. |
|
Entry point.
Definition at line 85 of file hal_set_property.c. References hal_device_remove_property(), hal_device_set_property_bool(), hal_device_set_property_double(), hal_device_set_property_int(), hal_device_set_property_string(), hal_initialize(), and usage(). |
|
Print out program usage.
Definition at line 53 of file hal_set_property.c. |