... | @@ -163,8 +163,9 @@ These options are supported, but don't get a lot of use. |
... | @@ -163,8 +163,9 @@ These options are supported, but don't get a lot of use. |
|
Because the parameters cause differing static code to be emitted for the model, the parameters can only be overridden at build time. The `RCG_OVERRIDE_CDS_PARAMETERS` can be used to accomplish this. This capability is mostly used for librts and test system builds, being useful for changing things like the model rate, vectorization, etc.
|
|
Because the parameters cause differing static code to be emitted for the model, the parameters can only be overridden at build time. The `RCG_OVERRIDE_CDS_PARAMETERS` can be used to accomplish this. This capability is mostly used for librts and test system builds, being useful for changing things like the model rate, vectorization, etc.
|
|
|
|
|
|
## Usage
|
|
## Usage
|
|
### `rtcds`
|
|
|
|
Export or set the `RCG_OVERRIDE_CDS_PARAMETERS`
|
|
Export or set the `RCG_OVERRIDE_CDS_PARAMETERS`
|
|
|
|
|
|
|
|
### `rtcds`
|
|
```sh
|
|
```sh
|
|
$ RCG_OVERRIDE_CDS_PARAMETERS="host=x1cymac:ifo=X1:rate=2K:dcuid=11:requireIOcnt=0" rtcds build x1tst
|
|
$ RCG_OVERRIDE_CDS_PARAMETERS="host=x1cymac:ifo=X1:rate=2K:dcuid=11:requireIOcnt=0" rtcds build x1tst
|
|
```
|
|
```
|
... | | ... | |