#include <new_sim_event_log.h>
Inheritance diagram for NewSimulatorEventLog:
Public Member Functions | |
NewSimulatorEventLog () | |
Constructor. | |
virtual | ~NewSimulatorEventLog () |
Destructor. | |
SaErrorT | IfELGetInfo (oh_handler_state *hstate, SaHpiEventLogInfoT *info) |
HPI function saHpiEventLogInfoGet(). | |
SaErrorT | IfELSetState (oh_handler_state *hstate, SaHpiBoolT state) |
HPI function saHpiEventLogStateSet(). | |
SaErrorT | IfELGetState (oh_handler_state *hstate, SaHpiBoolT *state) |
HPI function saHpiEventLogStateGet(). | |
SaErrorT | IfELSetTime (oh_handler_state *hstate, SaHpiTimeT time) |
HPI function saHpiEventLogTimeSet(). | |
SaErrorT | IfELAddEntry (oh_handler_state *hstate, const SaHpiEventT *event) |
HPI function saHpiEventLogEntryAdd(). | |
SaErrorT | IfELGetEntry (oh_handler_state *hstate, SaHpiEventLogEntryIdT current, SaHpiEventLogEntryIdT *prev, SaHpiEventLogEntryIdT *next, SaHpiEventLogEntryT *entry, SaHpiRdrT *rdr, SaHpiRptEntryT *rptentry) |
HPI function saHpiEventLogEntryGet(). | |
SaErrorT | IfELClear (oh_handler_state *hstate) |
HPI function saHpiEventLogClear(). | |
SaErrorT | IfELOverflow (oh_handler_state *hstate) |
HPI function saHpiEventLogOverflowReset(). | |
SaErrorT | IfELGetCaps (oh_handler_state *hstate, SaHpiEventLogCapabilitiesT *caps) |
HPI function saHpiEventLogCapabilitiesGet(). |
|
HPI function saHpiEventLogEntryAdd(). See also the description of the function inside the specification or header file.
|
|
HPI function saHpiEventLogClear(). See also the description of the function inside the specification or header file.
|
|
HPI function saHpiEventLogCapabilitiesGet(). See also the description of the function inside the specification or header file.
|
|
HPI function saHpiEventLogEntryGet(). See also the description of the function inside the specification or header file.
|
|
HPI function saHpiEventLogInfoGet(). See also the description of the function inside the specification or header file.
|
|
HPI function saHpiEventLogStateGet(). See also the description of the function inside the specification or header file.
|
|
HPI function saHpiEventLogOverflowReset(). See also the description of the function inside the specification or header file.
|
|
HPI function saHpiEventLogStateSet(). See also the description of the function inside the specification or header file.
|
|
HPI function saHpiEventLogTimeSet(). See also the description of the function inside the specification or header file.
|