MAK RTIspy API Documentation for HLA Evolved
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:

List of all members.

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.

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 ()

Protected Attributes

Ui::LatencyTestConfigWidget myUiImpl

Private Member Functions

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

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().

Destructor.

Copy constructor not implemented.


Member Function Documentation

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 ( ) [virtual, slot]

Processes the acceptance of the new values.

References myUiImpl, and updateTestConfig().

Referenced by DtLatencyTestConfigWidget().

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 Thu Jun 14 14:15:04 EDT 2012 from SVN revision 116116
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)