RSB  0.9.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Notification.h File Reference
#include <boost/shared_ptr.hpp>
#include "rsb/rsbexports.h"
#include "rsb/protocol/Notification.pb.h"
Include dependency graph for Notification.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 rsb
 
 rsb::protocol
 

Typedefs

typedef boost::shared_ptr
< rsb::protocol::Notification > 
rsb::protocol::NotificationPtr
 

Functions

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::fillEventId (protocol::EventId &id, const rsb::EventId &realId)
 Utility function to fill a protocol::EventId. More...
 
RSB_EXPORT void rsb::protocol::fillEvent (EventPtr event, const rsb::protocol::Notification &notification, boost::shared_ptr< void > data, const std::string &dataType)
 Parses the data from a protocol::Notification and fills an event with these data. More...