Skip to content

Support callback when receiving a PDO#88

Draft
rohel01 wants to merge 2 commits into
mcbridejc:mainfrom
rohel01:rpdo_callback
Draft

Support callback when receiving a PDO#88
rohel01 wants to merge 2 commits into
mcbridejc:mainfrom
rohel01:rpdo_callback

Conversation

@rohel01

@rohel01 rohel01 commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

Initial attempt exposing the slot of the PDO being received

Ideally, I would like to provide &'a [MappingEntry] for the PDO but I am struggling with the current types

pub struct Pdo<'a> {
    // ... Skipped ...

    /// The mapping parameters
    ///
    /// These specify which objects are
    mapping_params: [AtomicCell<Option<MappingEntry<'a>>>; N_MAPPING_PARAMS],
}

@rohel01 rohel01 changed the title Support callback when receiving a PDO Support callback when receiving a PDO (#85) Jul 3, 2026
@rohel01 rohel01 changed the title Support callback when receiving a PDO (#85) Support callback when receiving a PDO Jul 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant