#include <string>
#include <vector>
#include "framecpp/Common/SearchContainer.hh"
#include "framecpp/Common/TOCInfo.hh"
#include "framecpp/Version7/FrSimEvent.hh"
#include "framecpp/Version8/FrameSpec.hh"
#include "framecpp/Version8/GPSTime.hh"
#include "framecpp/Version8/FrVect.hh"
#include "framecpp/Version8/FrTable.hh"
#include "framecpp/Version8/STRING.hh"
|
| FrameCPP |
| I/O library for implementing the LIGO/Virgo frame specification.
|
|
| FrameCPP::Version_8 |
| Implementation of the version 8 specification.
|
|
#define FR_SIM_EVENT_AMPLITUDE_TYPE REAL_4 |
#define FR_SIM_EVENT_COMMENT_TYPE std::string |
#define FR_SIM_EVENT_INPUTS_TYPE std::string |
#define FR_SIM_EVENT_N_PARAM_TYPE INT_2U |
#define FR_SIM_EVENT_NAME_TYPE std::string |
#define FR_SIM_EVENT_PARAM_NAME_TYPE std::string |
#define FR_SIM_EVENT_PARAM_VALUE_TYPE REAL_4 |
#define FR_SIM_EVENT_STATISTICS_TYPE STRING |
#define FR_SIM_EVENT_TIME_AFTER_TYPE REAL_4 |
#define FR_SIM_EVENT_TIME_BEFORE_TYPE REAL_4 |
#define FR_SIM_EVENT_TIME_TYPE GPSTime |