Jump to: navigation, search

TReliability

Syntax

typedef enum {
	TReliabilityOk		= 0,
	TReliabilityInPast		= 1,
	TReliabilityUncertain	= 2,
	TReliabilityExternal	= 3
} TReliability;

Values

  • TReliabilityOk — A TEvent’s time stamp reliably indicates the time of the event’s occurrence. (TEvent was generated based on its corresponding switch notification.)
  • TReliabilityInPast — Indicates an event which occurred prior to the time stamp of this TEvent. (TEvent was constructed based on subsequent switch notifications.)
  • TReliabilityUncertain — Indicates an event which may or may not have yet occurred at the time stamp of this TEvent. (TEvent was generated based on a configured timeout or as a result of internal cleanup.)
  • TReliabilityExternal — Indicates an event has been generated as a result of a request from external controller. (TEvent was generated based on a corresponding external request—SNMP.)
This page was last edited on June 27, 2017, at 20:22.
Comments or questions about this documentation? Contact us for support!