This is the latest (main) BeagleBoard documentation. If you are looking for stable releases, use the drop-down menu on the bottom-left and select the desired version.

Function rc_filter_duplicate

Function Documentation

int rc_filter_duplicate(rc_filter_t *f, rc_filter_t old)

duplicates a filter

This allocates new memory in filter f so it can be used independently from the old filter but with the same configuration.

Parameters
  • f – new filter to allocate

  • old[in] old filter to copy

Returns

{ description_of_the_return_value }