MAK RTIspy API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Slots | Signals | Public Member Functions | Protected Attributes | Private Member Functions
DtLatencyTestConfigWidget Class Reference

Widget which allows the user to change the configuration of the latency test. More...

+ Inheritance diagram for DtLatencyTestConfigWidget:
+ Collaboration diagram for DtLatencyTestConfigWidget:

Public Slots

virtual void processAccept ()
 Processes the acceptance of the new values.

Signals

void updateTestConfig (unsigned int interactionPeriod, unsigned int numInteractions, unsigned int payloadBytes)
 Signal emitted when test configuration is updated.
- Signals inherited from DtAssistantConfigWidget
void enablePrefAccept ()
 Emitted to indicate that the accept button can be enabled.
void disablePrefAccept ()
 Emitted to indicate that the accept button should be disabled.

Public Member Functions

 DtLatencyTestConfigWidget (QWidget *parent=0, Qt::WindowFlags f=0)
 Constructor.
virtual ~DtLatencyTestConfigWidget ()
 Destructor.
virtual void setConfig (unsigned int interactionPeriod, unsigned int numInteractions, unsigned int payloadBytes)
 Sets the configuration parameter values.
virtual unsigned int interactionPeriod ()
 Returns the current setting for the interaction period.
virtual unsigned int numInteractions ()
 Returns the current setting for the number of interactions per test.
virtual unsigned int payloadBytes ()
 Returns the current setting for the number of bytes in a test interaction payload.
virtual void processReject ()
- Public Member Functions inherited from DtAssistantConfigWidget
 DtAssistantConfigWidget (QWidget *parent=0, Qt::WindowFlags f=0)
 Constructor.
virtual ~DtAssistantConfigWidget ()
 Destructor.
virtual QString reasonForDisabledAccept () const
 If the widget has disabled the accept button, returns the reason why.

Protected Attributes

Ui::LatencyTestConfigWidget myUiImpl

Private Member Functions

 DtLatencyTestConfigWidget (DtLatencyTestConfigWidget const &)
 Copy constructor not implemented.
DtLatencyTestConfigWidgetoperator= (DtLatencyTestConfigWidget const &)
 Assignment operator not implemented.

Additional Inherited Members

- Protected Member Functions inherited from DtAssistantConfigWidget
virtual void setAcceptEnabled (bool enabled, const QString &reasonForDisable)
 Sets whether or not accept is enabled.

Detailed Description

Widget which allows the user to change the configuration of the latency test.

Constructor & Destructor Documentation

DtLatencyTestConfigWidget::DtLatencyTestConfigWidget ( QWidget parent = 0,
Qt::WindowFlags  f = 0 
)

Constructor.

References connect(), myUiImpl, and processAccept().

DtLatencyTestConfigWidget::~DtLatencyTestConfigWidget ( )
virtual

Destructor.

DtLatencyTestConfigWidget::DtLatencyTestConfigWidget ( DtLatencyTestConfigWidget const &  )
private

Copy constructor not implemented.

Member Function Documentation

unsigned int DtLatencyTestConfigWidget::interactionPeriod ( )
virtual

Returns the current setting for the interaction period.

References myUiImpl.

Referenced by DtAssistantPreferencesViewMgr::processConfigAccept().

unsigned int DtLatencyTestConfigWidget::numInteractions ( )
virtual

Returns the current setting for the number of interactions per test.

References myUiImpl.

Referenced by DtAssistantPreferencesViewMgr::processConfigAccept().

DtLatencyTestConfigWidget& DtLatencyTestConfigWidget::operator= ( DtLatencyTestConfigWidget const &  )
private

Assignment operator not implemented.

unsigned int DtLatencyTestConfigWidget::payloadBytes ( )
virtual

Returns the current setting for the number of bytes in a test interaction payload.

References myUiImpl.

Referenced by DtAssistantPreferencesViewMgr::processConfigAccept().

void DtLatencyTestConfigWidget::processAccept ( )
virtualslot

Processes the acceptance of the new values.

References myUiImpl, and updateTestConfig().

Referenced by DtLatencyTestConfigWidget().

void DtLatencyTestConfigWidget::processReject ( )
virtual
void DtLatencyTestConfigWidget::setConfig ( unsigned int  interactionPeriod,
unsigned int  numInteractions,
unsigned int  payloadBytes 
)
virtual

Sets the configuration parameter values.

References myUiImpl.

Referenced by DtLatencyTestDialog::setTestConfig(), and DtAssistantPreferencesViewMgr::showConfigDialog().

void DtLatencyTestConfigWidget::updateTestConfig ( unsigned int  interactionPeriod,
unsigned int  numInteractions,
unsigned int  payloadBytes 
)
signal

Signal emitted when test configuration is updated.

Referenced by processAccept().

Member Data Documentation

Ui::LatencyTestConfigWidget DtLatencyTestConfigWidget::myUiImpl
protected

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

Document ID: Generated on Wed Mar 11 20:26:49 EDT 2015 from SVN revision 150939
Copyright © 2005-2015 VT MÄK Inc. All Rights Reserved (www.mak.com)