AgentXcpp  Version:0.3
Internals Documentation
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Friends Pages
helpers.hpp File Reference
#include "TimeTicksVariable.hpp"
#include "OidVariable.hpp"
Include dependency graph for helpers.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 agentxcpp
 

Enumerations

enum  agentxcpp::generic_trap_t {
  agentxcpp::coldStart =0, agentxcpp::warmStart =1, agentxcpp::linkDown =2, agentxcpp::linkUp =3,
  agentxcpp::authenticationFailure =4, agentxcpp::egpNeighborLoss =5, agentxcpp::enterpriseSpecific =6
}
 The allowed values for specific-trap (SNMPv1 trap). More...
 

Functions

TimeTicksVariable agentxcpp::processUpTime ()
 Calculate the uptime of the current process. More...
 
Oid agentxcpp::generate_v1_snmpTrapOID (generic_trap_t generic_trap, quint32 specific_trap=0)
 Create snmpTrapOID.0 value from SNMPv1 trap data. More...