RSB  0.17.0
Notification.cpp File Reference
#include "Notification.h"
#include "../Event.h"
#include "../EventId.h"
#include "../MetaData.h"
#include "../Scope.h"
Include dependency graph for Notification.cpp:

Go to the source code of this file.

Namespaces

 rsb
 
 rsb::protocol
 

Functions

void rsb::protocol::fillEventId (protocol::EventId &id, const rsb::EventId &realId)
 Utility function to fill a protocol::EventId. More...
 
void rsb::protocol::fillNotificationId (protocol::Notification &notification, const EventPtr &event)
 Fills the notification with minimal information required to identify it along several notifications sent on a wire. More...
 
void rsb::protocol::fillNotificationHeader (protocol::Notification &notification, const EventPtr &event, const std::string &wireSchema)
 Fills a protocol::Notification with header contents. More...
 
void rsb::protocol::fillEvent (EventPtr event, const protocol::Notification &notification, VoidPtr data, const string &dataType)