Public Member Functions
LinkTestTimer Class Reference

Brief description of class still missing. More...

#include <LinkTestTimer.h>

Inheritance diagram for LinkTestTimer:
GpCoreTools::Timer

List of all members.

Public Member Functions

virtual bool exec ()
 LinkTestTimer (LinkBuffer *buffer)

Detailed Description

Brief description of class still missing.

Full description of class still missing


Constructor & Destructor Documentation

Description of constructor still missing

References GpCoreTools::Timer::setInterval().

    : Timer()
{
  _buffer=buffer;
  setInterval(60000);
}

Member Function Documentation

bool LinkTestTimer::exec ( ) [virtual]

Performs action after timeout. If it returns true the timer is not single shot, i.e. deleted right after exec().

Implements GpCoreTools::Timer.

References LinkBuffer::startTest().

{
  _buffer->startTest();
  return false;
}

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines