docs corrections

This commit is contained in:
Robin Mueller
2025-09-18 18:41:35 +02:00
parent 096f3a5a38
commit ff7822b95c

View File

@@ -419,13 +419,13 @@ impl<
/// size, for example 2048 or 4096 bytes.
/// It can also specifically be determined by the largest packet size parameter of all
/// remote entity configurations in the passed `remote_cfg_table`.
/// * `pdu_sender` - [PduSendProvider] used to send generated PDU packets.
/// * `pdu_sender` - [PduSender] used to send generated PDU packets.
/// * `vfs` - [VirtualFilestore] implementation used by the handler, which decouples the CFDP
/// implementation from the underlying filestore/filesystem. This allows to use this handler
/// for embedded systems where a standard runtime might not be available.
/// * `remote_cfg_table` - The [RemoteEntityConfigProvider] used to look up remote
/// * `remote_cfg_table` - The [RemoteConfigStore] used to look up remote
/// entities and target specific configuration for file copy operations.
/// * `check_timer_creator` - [TimerCreatorProvider] used by the CFDP handler to generate
/// * `check_timer_creator` - [TimerCreator] used by the CFDP handler to generate
/// timers required by various tasks. This allows to use this handler for embedded systems
/// where the standard time APIs might not be available.
pub fn new(