101 std::string endpoint_info;
105 if (endpoint_type ==
EP_DIR)
113 AU_EXIT(
"Not supported endpoint");
Definition: ft_endpoint_adios.h:203
Definition: ft_endpoint_dir.h:114
Definition: ft_endpoint_factory.h:90
static Endpoint * NewEndpoint(std::string endpoint)
create a normal endpoint
Definition: ft_endpoint_factory.h:98
Definition: ft_endpoint_hdf5.h:108
Define the class for the Endpoint used by ArrayUDF to store the data. It contains basic infomation fo...
Definition: ft_endpoint.h:106
Definition: ft_endpoint_memory.h:1059
Definition: ft_endpoint_pnetcdf.h:182
AuEndpointType
Definition: ft_type.h:95
@ EP_MEMORY
Definition: ft_type.h:101
@ EP_ADIOS
Definition: ft_type.h:98
@ EP_HDF5
Definition: ft_type.h:96
@ EP_DIR
Definition: ft_type.h:103
@ EP_PNETCDF
Definition: ft_type.h:97
int ExtractEndpointTypeInfo(std::string endpoint_type_info, AuEndpointType &endpoint_type, std::string &endpoint_info)
Split endpoint_type_info string to type and information.
Definition: ft_utility.cpp:100
#define AU_EXIT(info)
Definition: ft_utility_macro.h:147