|
MIDAS
|
Public Member Functions | |
| void | Allocate (int xnvars) |
| void | Free () |
| void | Print () const |
| HistoryData () | |
| ~HistoryData () | |
Public Attributes | |
| int | nvars |
| int | alloc_nvars |
| char ** | event_names |
| char ** | var_names |
| int * | var_index |
| int * | odb_index |
| int * | status |
| int * | num_entries |
| time_t ** | t |
| double ** | v |
| bool | have_last_written |
| time_t * | last_written |
| time_t | tstart |
| time_t | tend |
| time_t | scale |
Definition at line 8245 of file mhttpd.cxx.
|
inline |
Definition at line 8309 of file mhttpd.cxx.
|
inline |
Definition at line 8319 of file mhttpd.cxx.

|
inline |
Definition at line 8265 of file mhttpd.cxx.

|
inline |
Definition at line 8283 of file mhttpd.cxx.

|
inline |
Definition at line 8298 of file mhttpd.cxx.

| int HistoryData::alloc_nvars |
Definition at line 8248 of file mhttpd.cxx.
| char** HistoryData::event_names |
Definition at line 8249 of file mhttpd.cxx.
| bool HistoryData::have_last_written |
Definition at line 8258 of file mhttpd.cxx.
| time_t* HistoryData::last_written |
Definition at line 8259 of file mhttpd.cxx.
| int* HistoryData::num_entries |
Definition at line 8254 of file mhttpd.cxx.
| int HistoryData::nvars |
Definition at line 8247 of file mhttpd.cxx.
| int* HistoryData::odb_index |
Definition at line 8252 of file mhttpd.cxx.
| time_t HistoryData::scale |
Definition at line 8263 of file mhttpd.cxx.
| int* HistoryData::status |
Definition at line 8253 of file mhttpd.cxx.
| time_t** HistoryData::t |
Definition at line 8255 of file mhttpd.cxx.
| time_t HistoryData::tend |
Definition at line 8262 of file mhttpd.cxx.
| time_t HistoryData::tstart |
Definition at line 8261 of file mhttpd.cxx.
| double** HistoryData::v |
Definition at line 8256 of file mhttpd.cxx.
| int* HistoryData::var_index |
Definition at line 8251 of file mhttpd.cxx.
| char** HistoryData::var_names |
Definition at line 8250 of file mhttpd.cxx.