RSB
0.7.0
|
#include <string>
#include <vector>
#include <boost/cstdint.hpp>
#include <boost/shared_ptr.hpp>
#include <boost/thread/recursive_mutex.hpp>
#include <boost/date_time/posix_time/ptime.hpp>
#include <rsc/logging/Logger.h>
#include <rsc/threading/PeriodicTask.h>
#include <rsc/threading/ThreadedTaskExecutor.h>
#include "../../protocol/Notification.h"
#include "../../protocol/FragmentedNotification.h"
#include "rsb/rsbexports.h"
Go to the source code of this file.
Classes | |
class | rsb::spread::Assembly |
Instances of this class store fragments of partially received, fragmented notifications for later assembly. More... | |
class | rsb::spread::AssemblyPool |
Instances of this class maintain a pool of ongoing Assembly s. More... | |
class | rsb::spread::AssemblyPool::PruningTask |
Namespaces | |
namespace | rsb |
namespace | rsb::spread |
Typedefs | |
typedef boost::shared_ptr < Assembly > | rsb::spread::AssemblyPtr |
typedef boost::shared_ptr < AssemblyPool > | rsb::spread::AssemblyPoolPtr |