Used to update the publish period of a model by updating resolution and number of steps. More...
#include <serial_cmd.h>
Data Fields | |
access_model_handle_t | model_handle |
Handle of the model that the access module should operate on. More... | |
uint8_t | resolution |
see access_publish_resolution_t for accepted values. More... | |
uint8_t | step_number |
Must not be larger than ACCESS_PUBLISH_PERIOD_STEP_MAX. More... | |
Used to update the publish period of a model by updating resolution and number of steps.
Definition at line 668 of file serial_cmd.h.
access_model_handle_t serial_cmd_access_pub_period_set_t::model_handle |
Handle of the model that the access module should operate on.
Definition at line 670 of file serial_cmd.h.
uint8_t serial_cmd_access_pub_period_set_t::resolution |
see access_publish_resolution_t for accepted values.
Definition at line 671 of file serial_cmd.h.
uint8_t serial_cmd_access_pub_period_set_t::step_number |
Must not be larger than ACCESS_PUBLISH_PERIOD_STEP_MAX.
Definition at line 672 of file serial_cmd.h.