25#ifndef _SAFIR_DOB_CONNECTION_ASPECT_POSTPONE_H
26#define _SAFIR_DOB_CONNECTION_ASPECT_POSTPONE_H
#define DOSE_CPP_API
Definition DoseCppExportDefs.h:33
This namespace contains all the functionality and definitions of the SAFIR SDK.
Definition Backdoor.h:31
Base class for all aspects.
Definition ConnectionAspectBase.h:38
Class that provides a methods to postpone the reception of data from the Dob.
Definition ConnectionAspectPostpone.h:51
void Postpone(const bool redispatchCurrent) const
Postpone dispatching of current callback method for the dispatched type and its subclasses.
void IncompleteInjectionState() const
Discard the currently dispatched injected entity instance and wait for an update.
void ResumePostponed() const
Resume dispatching of postponed objects.
ConnectionAspectPostpone(const ConnectionBase &connection)
Constructor.
Definition ConnectionAspectPostpone.h:58
Common base class for connections to the DOB.
Definition ConnectionBase.h:59