#include <boost/shared_ptr.hpp>
#include "rsb/rsbexports.h"
#include "rsb/protocol/Notification.pb.h"
Go to the source code of this file.
Functions |
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::fillEventId (protocol::EventId &id, const rsb::EventId &realId) |
| Utility function to fill a protocol::EventId.
|
RSB_EXPORT void | rsb::protocol::fillEvent (EventPtr event, const rsb::protocol::Notification ¬ification, boost::shared_ptr< void > data, const std::string &dataType) |
| Parses the data from a protocol::Notification and fills an event with these data.
|