'Classic' CCA c++ binding (ccaffeine-only) 0.5.7
AllPorts.h
1#ifndef __ALLPORTS_H__
2#define __ALLPORTS_H__
3
4#include "ArgvInterface.h"
5#include "ConnectionEvent.h"
6#include "ConnectionEventListener.h"
7#include "ConnectionEventService.h"
8#include "GoPort.h"
9#include "JPrintfPort.h"
10#include "KeyValueEnumerated.h"
11#include "KeyValuePort.h"
12#include "KeyValueTyped.h"
13#include "MPIBorrow.h"
14#include "MPIService.h"
15#include "PrintfPort.h"
16#include "RawData.h"
17#include "StringConsumerPort.h"
18#include "TimeProducerPort.h"
19
20
21#endif // __ALLPORTS_H__