MNE-CPP  beta 0.1
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Signals | Public Member Functions | Protected Member Functions | Friends | List of all members
MneRtClientPlugin::MneRtClientProducer Class Reference

The MneRtClientProducer class provides a Rt Client data producer for a given sampling rate. More...

#include <mnertclientproducer.h>

Inheritance diagram for MneRtClientPlugin::MneRtClientProducer:

Signals

void dataConnectionChanged (bool p_bStatus)
 

Public Member Functions

 MneRtClientProducer (MneRtClient *p_pMneRtClient)
 
 ~MneRtClientProducer ()
 
void connectDataClient (QString p_sRtSeverIP)
 
void disconnectDataClient ()
 
void stop ()
 

Protected Member Functions

virtual void run ()
 

Friends

class MneRtClient
 

Detailed Description

The MneRtClientProducer class provides a Rt Client data producer for a given sampling rate.

DECLARE CLASS MneRtClientProducer

Definition at line 97 of file mnertclientproducer.h.

Constructor & Destructor Documentation

MneRtClientProducer::MneRtClientProducer ( MneRtClient p_pMneRtClient)

Constructs a MneRtClientProducer.

Parameters
[in]p_pMneRtClienta pointer to the corresponding MneRtClient.

Definition at line 58 of file mnertclientproducer.cpp.

MneRtClientProducer::~MneRtClientProducer ( )

Destroys the MneRtClientProducer.

Definition at line 71 of file mnertclientproducer.cpp.

Member Function Documentation

void MneRtClientProducer::connectDataClient ( QString  p_sRtSeverIP)

Connects the data client.

Parameters
[in]p_sRtSeverIPreal-time server ip

Definition at line 79 of file mnertclientproducer.cpp.

void MneRtClientPlugin::MneRtClientProducer::dataConnectionChanged ( bool  p_bStatus)
signal

Emitted when data clients connection status changed

Parameters
[in]p_bStatusconnection status
void MneRtClientProducer::disconnectDataClient ( )

Disconnects the data client.

Definition at line 117 of file mnertclientproducer.cpp.

void MneRtClientProducer::run ( )
protectedvirtual

The starting point for the thread. After calling start(), the newly created thread calls this function. Returning from this method will end the execution of the thread. Pure virtual method inherited by QThread.

Definition at line 144 of file mnertclientproducer.cpp.

void MneRtClientProducer::stop ( )

Stops the MneRtClientProducer by stopping the producer's thread.

Definition at line 134 of file mnertclientproducer.cpp.


The documentation for this class was generated from the following files: