MIDAS
|
This is the complete list of members for MidasHistoryInterface, including all inherited members.
hs_clear_cache()=0 | MidasHistoryInterface | pure virtual |
hs_connect(const char *connect_string)=0 | MidasHistoryInterface | pure virtual |
hs_define_event(const char *event_name, time_t timestamp, int ntags, const TAG tags[])=0 | MidasHistoryInterface | pure virtual |
hs_disconnect()=0 | MidasHistoryInterface | pure virtual |
hs_flush_buffers()=0 | MidasHistoryInterface | pure virtual |
hs_get_events(time_t time_from, std::vector< std::string > *pevents)=0 | MidasHistoryInterface | pure virtual |
hs_get_last_written(time_t start_time, int num_var, const char *const event_name[], const char *const tag_name[], const int var_index[], time_t last_written[])=0 | MidasHistoryInterface | pure virtual |
hs_get_tags(const char *event_name, time_t time_from, std::vector< TAG > *ptags)=0 | MidasHistoryInterface | pure virtual |
hs_read(time_t start_time, time_t end_time, time_t interval, int num_var, const char *const event_name[], const char *const tag_name[], const int var_index[], int num_entries[], time_t *time_buffer[], double *data_buffer[], int status[])=0 | MidasHistoryInterface | pure virtual |
hs_read_binned(time_t start_time, time_t end_time, int num_bins, int num_var, const char *const event_name[], const char *const tag_name[], const int var_index[], int num_entries[], int *count_bins[], double *mean_bins[], double *rms_bins[], double *min_bins[], double *max_bins[], time_t *bins_first_time[], double *bins_first_value[], time_t *bins_last_time[], double *bins_last_value[], time_t last_time[], double last_value[], int status[])=0 | MidasHistoryInterface | pure virtual |
hs_read_buffer(time_t start_time, time_t end_time, int num_var, const char *const event_name[], const char *const tag_name[], const int var_index[], MidasHistoryBufferInterface *buffer[], int status[])=0 | MidasHistoryInterface | pure virtual |
hs_set_debug(int debug)=0 | MidasHistoryInterface | pure virtual |
hs_write_event(const char *event_name, time_t timestamp, int data_size, const char *data)=0 | MidasHistoryInterface | pure virtual |
MidasHistoryInterface() | MidasHistoryInterface | inline |
name | MidasHistoryInterface | |
type | MidasHistoryInterface | |
~MidasHistoryInterface() | MidasHistoryInterface | inlinevirtual |