You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The state can be cleared to reinitialize the filter:
25
+
```c++
26
+
my_filter.SetState();
27
+
```
24
28
25
-
Although not recommended, it is possible to change the filter states to avoid transients:
29
+
Finally although not recommended, it is possible to change the filter states:
26
30
```c++
27
31
my_filter.SetState(input_state,output_state);
28
32
```
29
33
34
+
30
35
## Compilation
31
36
This repository uses CMake. It is already configured for the [CMake Tools extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode.cmake-tools) and runs on the default generator.
32
37
33
38
## Documentation
34
-
This reopsitory uses doxygen. For Windows, run `doxygen Doxyfile`.
39
+
This repository uses doxygen. For Windows, run `doxygen Doxyfile`.
35
40
36
41
## Future Updates
37
42
This repository is also a learning experience. The expected roadmap is:
@@ -42,7 +47,7 @@ This repository is also a learning experience. The expected roadmap is:
42
47
-[ ] Add other standard recomendations (AUTOSAR/ C++ standards)
0 commit comments