Skip to content

Commit 80aab34

Browse files
committed
Add missing methods from InfoObjects.cpp
1 parent f918eb9 commit 80aab34

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

Source/Processors/Channel/InfoObjects.cpp

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -530,6 +530,21 @@ bool EventChannel::checkEqual(const InfoObjectCommon& other, bool similar) const
530530
return true;
531531
}
532532

533+
EventChannel::EventTimestampOrigin EventChannel::getTimestampOrigin() const
534+
{
535+
return m_timestampOrigin;
536+
}
537+
538+
uint16 EventChannel::getTimestampOriginProcessor() const
539+
{
540+
return m_timestampOriginProcessor;
541+
}
542+
543+
uint16 EventChannel::getTimestampOriginSubProcessor() const
544+
{
545+
return m_timestampOriginSubProcessor;
546+
}
547+
533548
//SpikeChannel
534549

535550
SpikeChannel::SpikeChannel(ElectrodeTypes type, GenericProcessor* source, const Array<const DataChannel*>& sourceChannels, uint16 subproc)

0 commit comments

Comments
 (0)