docs corrections
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user