fix: Adjustment to header H3 of the PR-558.md.

This commit is contained in:
Jerzy Jamroz
2025-06-11 12:52:25 +02:00
committed by Andrew Johnson
parent 6f562e0ad2
commit 383d29c93a

View File

@@ -1,4 +1,4 @@
# New atInit Command Added ### New atInit Command Added
This pull request introduces a new IOC shell command `atInit` to EPICS Base, which allows users to schedule arbitrary commands to be executed automatically after the IOC initialization phase (`iocInit`). This pull request introduces a new IOC shell command `atInit` to EPICS Base, which allows users to schedule arbitrary commands to be executed automatically after the IOC initialization phase (`iocInit`).
@@ -7,7 +7,7 @@ The module allows you to write better-structured ioc shell files to include in y
- to improve writing boot sequences, - to improve writing boot sequences,
- to improve IOC startup flexibility and scripting capabilities. - to improve IOC startup flexibility and scripting capabilities.
## Features #### Features
- Define commands that run after IOC initialization completes. - Define commands that run after IOC initialization completes.
- Overwrites ```autosave``` to ensure proper configuration of the required PV. - Overwrites ```autosave``` to ensure proper configuration of the required PV.
@@ -16,7 +16,7 @@ The module allows you to write better-structured ioc shell files to include in y
- `atInit "dbpf <PV> <VAL>"` - `atInit "dbpf <PV> <VAL>"`
- `atInit "date"` - `atInit "date"`
## Testing #### Testing
- Unit tests have been added to verify: - Unit tests have been added to verify:
- Registration and execution of commands scheduled with `atInit`. - Registration and execution of commands scheduled with `atInit`.