|
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 8272 of file mhttpd.cxx.
|
inline |
Definition at line 8336 of file mhttpd.cxx.
|
inline |
Definition at line 8346 of file mhttpd.cxx.

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

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

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

| int HistoryData::alloc_nvars |
Definition at line 8275 of file mhttpd.cxx.
| char** HistoryData::event_names |
Definition at line 8276 of file mhttpd.cxx.
| bool HistoryData::have_last_written |
Definition at line 8285 of file mhttpd.cxx.
| time_t* HistoryData::last_written |
Definition at line 8286 of file mhttpd.cxx.
| int* HistoryData::num_entries |
Definition at line 8281 of file mhttpd.cxx.
| int HistoryData::nvars |
Definition at line 8274 of file mhttpd.cxx.
| int* HistoryData::odb_index |
Definition at line 8279 of file mhttpd.cxx.
| time_t HistoryData::scale |
Definition at line 8290 of file mhttpd.cxx.
| int* HistoryData::status |
Definition at line 8280 of file mhttpd.cxx.
| time_t** HistoryData::t |
Definition at line 8282 of file mhttpd.cxx.
| time_t HistoryData::tend |
Definition at line 8289 of file mhttpd.cxx.
| time_t HistoryData::tstart |
Definition at line 8288 of file mhttpd.cxx.
| double** HistoryData::v |
Definition at line 8283 of file mhttpd.cxx.
| int* HistoryData::var_index |
Definition at line 8278 of file mhttpd.cxx.
| char** HistoryData::var_names |
Definition at line 8277 of file mhttpd.cxx.