Skip to content

Commit 7ff390f

Browse files
committed
add template specialisation for linearSystemLoop 2 1 2
1 parent f2dba02 commit 7ff390f

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

subprojects/robotpy-wpimath/gen/controls/LinearSystemLoop.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,13 @@ templates:
7070
- 2
7171
- 1
7272
- 1
73+
LinearSystemLoop_2_1_2:
74+
qualname: frc::LinearSystemLoop
75+
subpackage: system
76+
params:
77+
- 2
78+
- 1
79+
- 2
7380
LinearSystemLoop_2_2_2:
7481
qualname: frc::LinearSystemLoop
7582
subpackage: system

subprojects/robotpy-wpimath/wpimath/system/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
from .._controls._controls.system import (
33
LinearSystemLoop_1_1_1,
44
LinearSystemLoop_2_1_1,
5+
LinearSystemLoop_2_1_2,
56
LinearSystemLoop_2_2_2,
67
LinearSystemLoop_3_2_3,
78
LinearSystem_1_1_1,
@@ -21,6 +22,7 @@
2122
__all__ = [
2223
"LinearSystemLoop_1_1_1",
2324
"LinearSystemLoop_2_1_1",
25+
"LinearSystemLoop_2_1_2",
2426
"LinearSystemLoop_2_2_2",
2527
"LinearSystemLoop_3_2_3",
2628
"LinearSystem_1_1_1",

0 commit comments

Comments
 (0)