#include "Notification.h"
#include "../Event.h"
#include "../EventId.h"
#include "../MetaData.h"
#include "../Scope.h"
Go to the source code of this file.
Functions |
void | rsb::protocol::fillEventId (protocol::EventId &id, const rsb::EventId &realId) |
| Utility function to fill a protocol::EventId.
|
void | rsb::protocol::fillNotificationId (protocol::Notification ¬ification, const EventPtr &event) |
| Fills the notification with minimal information required to identify it along several notifications sent on a wire.
|
void | rsb::protocol::fillNotificationHeader (protocol::Notification ¬ification, const EventPtr &event, const std::string &wireSchema) |
| Fills a protocol::Notification with header contents.
|
void | rsb::protocol::fillEvent (EventPtr event, const protocol::Notification ¬ification, VoidPtr data, const string &dataType) |