RSB  0.7.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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

namespace  rsb
namespace  rsb::protocol

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 &notification, 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 &notification, const EventPtr &event, const std::string &wireSchema)
 Fills a protocol::Notification with header contents.
void rsb::protocol::fillEvent (EventPtr event, const protocol::Notification &notification, VoidPtr data, const string &dataType)