MP-Gadget
5.0.1.dev1-76bc7d4726-dirty
|
#include <hci.h>
Public Attributes | |
char * | prefix |
int | FOFEnabled |
double | TimeLastCheckPoint |
double | AutoCheckPointTime |
double | LongestTimeBetweenQueries |
double | WallClockTimeLimit |
double | timer_query_begin |
double | timer_begin |
int | OVERRIDE_NOW |
double | _now |
double HCIManager::_now |
Definition at line 17 of file hci.h.
Referenced by hci_now(), and hci_override_now().
double HCIManager::AutoCheckPointTime |
Definition at line 9 of file hci.h.
Referenced by hci_init(), and hci_query_auto_checkpoint().
int HCIManager::FOFEnabled |
Definition at line 7 of file hci.h.
Referenced by hci_init(), and hci_query().
double HCIManager::LongestTimeBetweenQueries |
Definition at line 10 of file hci.h.
Referenced by hci_init(), hci_query_timeout(), hci_update_query_timer(), test_hci_auto_checkpoint(), test_hci_auto_checkpoint2(), and test_hci_timeout().
int HCIManager::OVERRIDE_NOW |
Definition at line 16 of file hci.h.
Referenced by hci_now(), and hci_override_now().
char* HCIManager::prefix |
Definition at line 6 of file hci.h.
Referenced by hci_init(), and hci_query_filesystem().
double HCIManager::TimeLastCheckPoint |
Definition at line 8 of file hci.h.
Referenced by hci_query(), and hci_query_auto_checkpoint().
double HCIManager::timer_begin |
Definition at line 13 of file hci.h.
Referenced by hci_get_elapsed_time(), and hci_init().
double HCIManager::timer_query_begin |
Definition at line 12 of file hci.h.
Referenced by hci_init(), and hci_update_query_timer().
double HCIManager::WallClockTimeLimit |
Definition at line 11 of file hci.h.
Referenced by hci_init(), and hci_query_timeout().