|
neic-glass3
1.4.6
|
#include <ccparser.h>#include <json.h>#include <logger.h>#include <date.h>#include <stringutil.h>#include <detection-formats.h>#include <string>#include <vector>#include <memory>
Namespaces | |
| glass3 | |
| The neic-glass3 project namespace containing all the classes and functions that make up neic-glass3. | |
| glass3::parse | |
| The neic-glass3 project namespace containing parsing classes and functions. | |
Macros | |
| #define | ORIGINDATE_INDEX 0 |
| #define | ORIGINTIME_INDEX 1 |
| #define | LATITUDE_INDEX 2 |
| #define | LONGITUDE_INDEX 3 |
| #define | DEPTH_INDEX 4 |
| #define | MAGNITUDE_INDEX 5 |
| #define | MAGNITUDETYPE_INDEX 6 |
| #define | NETWORK_INDEX 7 |
| #define | STATION_INDEX 8 |
| #define | CHANNEL_INDEX 9 |
| #define | LOCATION_INDEX 10 |
| #define | PHASETYPE_INDEX 11 |
| #define | ARRIVALDATE_INDEX 12 |
| #define | ARRIVALTIME_INDEX 13 |
| #define | CORRELATION_INDEX 14 |
| #define | CORRELATIONTHRESHOLD_INDEX 15 |
| #define | CC_MSG_MAX_INDEX 15 |
| #define ARRIVALDATE_INDEX 12 |
| #define ARRIVALTIME_INDEX 13 |
| #define CC_MSG_MAX_INDEX 15 |
| #define CHANNEL_INDEX 9 |
| #define CORRELATION_INDEX 14 |
| #define CORRELATIONTHRESHOLD_INDEX 15 |
| #define DEPTH_INDEX 4 |
| #define LATITUDE_INDEX 2 |
| #define LOCATION_INDEX 10 |
| #define LONGITUDE_INDEX 3 |
| #define MAGNITUDE_INDEX 5 |
| #define MAGNITUDETYPE_INDEX 6 |
| #define NETWORK_INDEX 7 |
| #define ORIGINDATE_INDEX 0 |
| #define ORIGINTIME_INDEX 1 |
| #define PHASETYPE_INDEX 11 |
| #define STATION_INDEX 8 |
1.8.11