#include <string>
#include "BESObj.h"
#include "BESDataHandlerInterface.h"
#include "BESResponseObject.h"
Include dependency graph for BESTransmitter.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | BESTransmitter |
Defines | |
#define | A_BESTransmitter_h 1 |
Typedefs | |
typedef void(*) | p_transmitter (BESResponseObject *obj, BESDataHandlerInterface &dhi) |
#define A_BESTransmitter_h 1 |
Definition at line 34 of file BESTransmitter.h.
typedef void(*) p_transmitter(BESResponseObject *obj, BESDataHandlerInterface &dhi) |
Definition at line 46 of file BESTransmitter.h.