gain codemodel as example
This commit is contained in:
parent
1b64cebf9a
commit
f38d8ad70f
|
|
@ -3,12 +3,12 @@
|
||||||
Copyright 1991
|
Copyright 1991
|
||||||
Georgia Tech Research Corporation, Atlanta, Ga. 30332
|
Georgia Tech Research Corporation, Atlanta, Ga. 30332
|
||||||
All Rights Reserved
|
All Rights Reserved
|
||||||
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
|
|
||||||
2 Oct 1991 Jeffrey P. Murray
|
2 Oct 1991 Jeffrey P. Murray
|
||||||
|
|
||||||
|
|
||||||
SUMMARY
|
SUMMARY
|
||||||
|
|
||||||
This file contains the interface specification file for the
|
This file contains the interface specification file for the
|
||||||
|
|
@ -41,13 +41,24 @@ Null_Allowed: no no
|
||||||
PARAMETER_TABLE:
|
PARAMETER_TABLE:
|
||||||
|
|
||||||
|
|
||||||
Parameter_Name: in_offset gain out_offset
|
Parameter_Name: in_offset out_offset
|
||||||
Description: "input offset" "gain" "output offset"
|
Description: "input offset" "output offset"
|
||||||
Data_Type: real real real
|
Data_Type: real real
|
||||||
Default_Value: 0.0 1.0 0.0
|
Default_Value: 0.0 0.0
|
||||||
Limits: - - -
|
Limits: - -
|
||||||
Vector: no no no
|
Vector: no no
|
||||||
Vector_Bounds: - - -
|
Vector_Bounds: - -
|
||||||
Null_Allowed: yes yes yes
|
Null_Allowed: yes yes
|
||||||
|
Parameter_Scope: both both
|
||||||
|
|
||||||
|
|
||||||
|
PARAMETER_TABLE:
|
||||||
|
Parameter_Name: gain
|
||||||
|
Description: "gain"
|
||||||
|
Data_Type: real
|
||||||
|
Default_Value: 1.0
|
||||||
|
Limits: -
|
||||||
|
Vector: no
|
||||||
|
Vector_Bounds: -
|
||||||
|
Null_Allowed: yes
|
||||||
|
Parameter_Scope: both
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue