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
Copy file name to clipboardExpand all lines: docs/api/04-examples-and-mocks.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ The BSL proper is associated with the @ref frontend and @ref backend_dyn groups.
29
29
The unit tests of the BSL use, where necessary, very minimal implementations of a PP to set up preconditons for test cases.
30
30
31
31
The Mock BPA uses a PP implementation tailored to meet the needs of the BSL acceptance tests.
32
-
This PP uses a set of bit fields within an integer program argument to control policy options; the fields are documented on ::bsl_mock_policy_configuration_t.
32
+
This PP uses a set of bit fields within an integer program argument to control policy options; the fields are documented on ::BSLP_BitstringPolicyConfiguration_t.
33
33
It also allows multiple integer policy values to be configured in a single running Mock BPA.
34
34
This PP is registered and used by the @ref mock-bpa for many BSL testing cases.
35
35
@@ -65,7 +65,7 @@ The policies used by the Mock BPA example policy providers can be provided with
65
65
66
66
### Policy Bit Fields
67
67
68
-
This policy provider initializes its policy using a set of bit fields within an integer program argument to control policy options; the fields are documented on ::bsl_mock_policy_configuration_t.
68
+
This policy provider initializes its policy using a set of bit fields within an integer program argument to control policy options; the fields are documented on ::BSLP_BitstringPolicyConfiguration_t.
69
69
The bit fields should be comma-separated, and passed to the Mock BPA with the `-p` command line option (see [Command Line Options](#command-line-options)).
0 commit comments