Public Member Functions
PPSDevice Class Reference

Brief description of class still missing. More...

#include <PPSDevice.h>

Inheritance diagram for PPSDevice:
GpCoreTools::PThread

List of all members.

Public Member Functions

 PPSDevice (const std::string &devicePath, UbxDevice *gpsDevice)
 ~PPSDevice ()

Detailed Description

Brief description of class still missing.

Full description of class still missing


Constructor & Destructor Documentation

PPSDevice::PPSDevice ( const std::string &  devicePath,
UbxDevice gpsDevice 
)

Description of constructor still missing

References TRACE.

  : PThread()
{
  TRACE;
  _serial=new Serial(devicePath, B50, new PPSBuffer(gpsDevice));
}

Description of destructor still missing

References TRACE.

{
  TRACE;
  // PPS device is closing, no more time synchronization
  remove("/tmp/system_clock_set");
}

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