MessageQueue.h File Reference
#include "MessageSpec.h"
#include <Timer.h>
Include dependency graph for MessageQueue.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SSDP::MessageQueue
 Queue of objects managed by a single timer. More...
 

Namespaces

 SSDP
 

Typedefs

using SSDP::MessageDelegate = Delegate< void(MessageSpec *ms)>
 A callback function must be provided to do the actual sending. More...