10#include "trg/trg/OpticalLink.h"
11#include "trg/trg/Clock.h"
A class to represent a digitized signal. Unit is nano second.
const std::string _name
Name of a link.
const TRGClock * _clock
Used clock.
const TRGClock & clock(void) const
returns clock.
const std::string & name(void) const
returns name.
virtual ~TRGOpticalLink()
Destructor.
TRGOpticalLink(const std::string &name, const TRGClock &)
Constructor.
Abstract base class for different kinds of events.