pub struct LifecycleSync { /* private fields */ }Expand description
Lifecycle-Sync — sammelt Events und liefert sie an Caller.
Implementations§
Source§impl LifecycleSync
impl LifecycleSync
Sourcepub fn notify(&self, event: LifecycleEvent)
pub fn notify(&self, event: LifecycleEvent)
Notify-Hook fuer eingehende Events.
Sourcepub fn drain(&self) -> Vec<LifecycleEvent>
pub fn drain(&self) -> Vec<LifecycleEvent>
Drain alle pending Events.
Sourcepub fn is_dds_instance_alive(&self, topic: &str, handle: u64) -> bool
pub fn is_dds_instance_alive(&self, topic: &str, handle: u64) -> bool
Pruefe ob eine DDS-Instance momentan alive ist.
Trait Implementations§
Source§impl Debug for LifecycleSync
impl Debug for LifecycleSync
Source§impl Default for LifecycleSync
impl Default for LifecycleSync
Source§fn default() -> LifecycleSync
fn default() -> LifecycleSync
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Freeze for LifecycleSync
impl RefUnwindSafe for LifecycleSync
impl Send for LifecycleSync
impl Sync for LifecycleSync
impl Unpin for LifecycleSync
impl UnsafeUnpin for LifecycleSync
impl UnwindSafe for LifecycleSync
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more