#include "ace/Log_Msg.h"
#include "ace/Synch.h"
#include "ace/OS.h"
#include <map>
#include <BaseDef.h>
Go to the source code of this file.
Namespaces | |
namespace | channel |
Classes | |
class | channel::Member< Channel > |
a member of channels, either Source or Destination More... | |
class | channel::Source< Channel, NAMESPACE_LINEAR > |
channel src_points, where msgs are published and sent More... | |
class | channel::Destination< Channel, NAMESPACE_LINEAR > |
class | channel::Source< Channel, NAMESPACE_HIERARCHICAL > |
channel src_points, where msgs are published and sent More... | |
class | channel::Destination< Channel, NAMESPACE_HIERARCHICAL > |
class | channel::Callback< Channel > |