CCA
ProcessingStrategy.h File Reference
#include <string>
#include <vector>
#include <boost/shared_ptr.hpp>
#include <rsc/logging/LoggerFactory.h>
#include <rsb/Event.h>
#include "cca/port/InputPort.h"
Include dependency graph for ProcessingStrategy.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  cca::ProcessingStrategy
 Processing ProcessingStrategy of a CCANode. More...

Namespaces

namespace  cca

Typedefs

typedef ::boost::shared_ptr
< ProcessingStrategy > 
cca::StrategyPtr

Functions

bool cca::operator== (StrategyPtr const a, StrategyPtr const b)
 Comparison operator for Processing Strategies .