Update to version 3.2
This commit is contained in:
@@ -12,16 +12,19 @@
|
||||
* from gempa GmbH. *
|
||||
***************************************************************************/
|
||||
|
||||
|
||||
#ifndef GEMPA_CAPS_ENCODERFACTORY_H
|
||||
#define GEMPA_CAPS_ENCODERFACTORY_H
|
||||
|
||||
#include "mseed/encoder.h"
|
||||
|
||||
#include "mseed/encoder.h"
|
||||
#include <gempa/caps/packet.h>
|
||||
|
||||
|
||||
namespace Gempa {
|
||||
namespace CAPS {
|
||||
|
||||
|
||||
/**
|
||||
* @brief Abstract base class of the encoder factory. Each
|
||||
* derived class must implement the create and the
|
||||
@@ -158,7 +161,9 @@ class Steim2EncoderFactory : public SteimEncoderFactory {
|
||||
int samplingFrequencyDenominator);
|
||||
};
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user