Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » How to detect when the EventManager is done with processing a certain event(How to detect when the EventManager is done with processing a certain event)
How to detect when the EventManager is done with processing a certain event [message #1186153] Thu, 14 November 2013 14:11
Carmen Casaru is currently offline Carmen CasaruFriend
Messages: 10
Registered: July 2013
Junior Member
Hello,

Is there any way to detect if the EventManager has successfully created a CreateEvent and added it to the cdiList ?
I am currently struggling with this issue. The setup that I am using generates, at a high rate, a large volume of MIMemoryCreatedEvents via the CMemoryBlockExtension getAddressableSize() method .
The problem is that I need to wait for the CreateEvent constructor to finish before issuing a dispose() call from the same CMemoryBlockExtension.
Is there a way in which I can determine when the EventManager is done with handling the MIMemoryCreatedEvent so that I can proceed with the dipose()?

Thank you,
Carmen
Previous Topic:How to remove Refresh Policy resource?
Next Topic:Remote Debugging
Goto Forum:
  


Current Time: Mon Sep 23 15:56:45 GMT 2024

Powered by FUDForum. Page generated in 0.03287 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top