#include <sim_mib.h>
Public Member Functions | |
simSysUpTime () | |
void | get_request (Request *, int) |
Interface methods dispatch table <-> instrumentation. | |
Static Public Member Functions | |
static time_t | get () |
static time_t | get_currentTime () |
simSysUpTime::simSysUpTime | ( | ) |
void simSysUpTime::get_request | ( | Request * | , | |
int | ||||
) | [virtual] |
Interface methods dispatch table <-> instrumentation.
Let the receiver process a SNMP GET subrequest
req | - A pointer to the whole SNMP GET request. | |
ind | - The index of the subrequest to be processed. |
Reimplemented from MibLeaf.
static time_t simSysUpTime::get | ( | ) | [static] |
static time_t simSysUpTime::get_currentTime | ( | ) | [static] |