Inheritance diagram for CCountingEventSegment:
Public Methods | |
CCountingEventSegment (unsigned int nLength, unsigned short nTag, const string &rName, const string &rDescription, const string &rVersion) | |
virtual | ~CCountingEventSegment () |
int | getPatternLenth () const |
const CDocumentedPacket & | getPacket () const |
virtual void | Initialize () |
virtual DAQWordBufferPtr & | Read (DAQWordBufferPtr &rBuffer) |
virtual void | Clear () |
virtual unsigned int | MaxSize () |
Private Methods | |
CCountingEventSegment (const CCountingEventSegment &rhs) | |
CCountingEventSegment & | operator= (const CEventSegment &rhs) |
int | operator== (const CEventSegment &rhs) const |
int | operator!= (const CEventSegment &rhs) const |
Private Attributes | |
unsigned int | m_nPatternLength |
CDocumentedPacket | m_PacketId |
|
Parameterized constructor: Definition at line 79 of file rdotest/MyExperiment.cpp. |
|
Definition at line 43 of file rdotest/MyExperiment.cpp. |
|
|
|
Implements CEventSegment. Definition at line 64 of file rdotest/MyExperiment.cpp. |
|
Definition at line 54 of file rdotest/MyExperiment.cpp. |
|
Definition at line 53 of file rdotest/MyExperiment.cpp. References m_nPatternLength. |
|
Implements CEventSegment. Definition at line 62 of file rdotest/MyExperiment.cpp. |
|
Implements CEventSegment. Definition at line 65 of file rdotest/MyExperiment.cpp. References m_nPatternLength. |
|
Reimplemented from CEventSegment. |
|
Reimplemented from CEventSegment. |
|
Reimplemented from CEventSegment. |
|
'read' out an event. All we really do is begin the packet make the counting pattern and end the packet: Implements CEventSegment. Definition at line 96 of file rdotest/MyExperiment.cpp. References CDocumentedPacket::Begin(), CDocumentedPacket::End(), m_nPatternLength, and m_PacketId. |
|
Definition at line 33 of file rdotest/MyExperiment.cpp. Referenced by getPatternLenth(), MaxSize(), and Read(). |
|
Definition at line 34 of file rdotest/MyExperiment.cpp. Referenced by Read(). |