#include <testREventImpl.h>
Public Member Functions | |
| void | checkHeaderValues (const revt::REvent &rEvent) |
| void | setHeaderValues (revt::REvent &rEvent) |
| void | setUp () |
| void | setUp (evt::Event &event, const bool testIO=true) |
| void | tearDown () |
| void | testHeader () |
| testREventImpl ()=default | |
| ~testREventImpl () | |
Private Attributes | |
| evt::Event * | fEvent = nullptr |
| bool | fIsOwnerOfEvent = true |
| int | fNStations = 0 |
| bool | fTestIO = false |
| utl::TimeStamp | fTime |
Definition at line 24 of file testREventImpl.h.
|
default |
| testREventImpl::~testREventImpl | ( | ) |
Definition at line 25 of file testREventImpl.cc.
| void testREventImpl::checkHeaderValues | ( | const revt::REvent & | rEvent | ) |
Definition at line 81 of file testREventImpl.cc.
References revt::REvent::GetHeader(), revt::Header::GetId(), and revt::Header::GetTime().
| void testREventImpl::setHeaderValues | ( | revt::REvent & | rEvent | ) |
Definition at line 72 of file testREventImpl.cc.
References revt::REvent::GetHeader(), revt::Header::SetId(), and revt::Header::SetTime().
| void testREventImpl::setUp | ( | ) |
Definition at line 33 of file testREventImpl.cc.
References fwk::CentralConfig::GetInstance(), utl::UTCDateTime::GetTimeStamp(), evt::Event::MakeREvent(), and revt::REvent::MakeStation().
| void testREventImpl::setUp | ( | evt::Event & | event, |
| const bool | testIO = true |
||
| ) |
Definition at line 60 of file testREventImpl.cc.
|
inline |
Definition at line 35 of file testREventImpl.h.
| void testREventImpl::testHeader | ( | ) |
Definition at line 90 of file testREventImpl.cc.
|
private |
Definition at line 26 of file testREventImpl.h.
|
private |
Definition at line 27 of file testREventImpl.h.
|
private |
Definition at line 30 of file testREventImpl.h.
|
private |
Definition at line 28 of file testREventImpl.h.
|
private |
Definition at line 29 of file testREventImpl.h.