PacMan 2.0(r200)
Runs on digital PAC measurement computers
Public Slots | Signals | Public Member Functions

PacNetCom Class Reference

Encapsulates the communication with the PacMaster node. More...

#include <PacNetCom.h>

Inheritance diagram for PacNetCom:

List of all members.

Public Slots

void updateState ()
void sendMessage (Pac::NetMsgType type, QByteArray data=QByteArray())
 Send state-signals.
void setLastSeqNum (qlonglong l)
void sendWaveformTeaser (WaveformDataInterface *w)
void waitingForOffsetSignal ()
void foundOffsetSignal ()
void sendProperty (QByteArray data)
void sendPropertyConfirmation (QByteArray data)
void numAnalyzerThreads (unsigned int newnum)

Signals

void startSynchronization ()
void startRecording ()
void stopRecording ()
void recordingFinished ()
void initializeDigitizer ()
void threadReady (QString s)
void connectionState (QString s)
void connectionStats (qulonglong bytes)
void requestSetup ()
void propertyChanged (QByteArray data)

Public Member Functions

 PacNetCom (PropertyBranchInterface *parentbranch=0)
 ~PacNetCom ()

Detailed Description

Encapsulates the communication with the PacMaster node.

Author:
Matthias Nagl <mnagl@uni-goettingen.de>

Constructor & Destructor Documentation

PacNetCom::PacNetCom ( PropertyBranchInterface parentbranch = 0)
PacNetCom::~PacNetCom ( )

Member Function Documentation

void PacNetCom::connectionState ( QString  s) [signal]
void PacNetCom::connectionStats ( qulonglong  bytes) [signal]
void PacNetCom::foundOffsetSignal ( ) [slot]
void PacNetCom::initializeDigitizer ( ) [signal]
void PacNetCom::numAnalyzerThreads ( unsigned int  newnum) [slot]
void PacNetCom::propertyChanged ( QByteArray  data) [signal]
void PacNetCom::recordingFinished ( ) [signal]
void PacNetCom::requestSetup ( ) [signal]
void PacNetCom::sendMessage ( Pac::NetMsgType  type,
QByteArray  data = QByteArray() 
) [slot]

Send state-signals.

void PacNetCom::sendProperty ( QByteArray  data) [slot]
void PacNetCom::sendPropertyConfirmation ( QByteArray  data) [slot]
void PacNetCom::sendWaveformTeaser ( WaveformDataInterface w) [slot]
void PacNetCom::setLastSeqNum ( qlonglong  l) [slot]
void PacNetCom::startRecording ( ) [signal]
void PacNetCom::startSynchronization ( ) [signal]
void PacNetCom::stopRecording ( ) [signal]
void PacNetCom::threadReady ( QString  s) [signal]
void PacNetCom::updateState ( ) [slot]
void PacNetCom::waitingForOffsetSignal ( ) [slot]

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