![]() |
MAK RTIspy API Documentation for HLA 1516
|
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. | |
| DtLatencyTestConfigWidget & | operator= (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. | |
Widget which allows the user to change the configuration of the latency test.
| DtLatencyTestConfigWidget::DtLatencyTestConfigWidget | ( | QWidget * | parent = 0, |
| Qt::WindowFlags | f = 0 |
||
| ) |
Constructor.
|
virtual |
Destructor.
|
private |
Copy constructor not implemented.
|
virtual |
Returns the current setting for the interaction period.
|
virtual |
Returns the current setting for the number of interactions per test.
|
private |
Assignment operator not implemented.
|
virtual |
Returns the current setting for the number of bytes in a test interaction payload.
|
virtualslot |
Processes the acceptance of the new values.
|
virtual |
|
virtual |
Sets the configuration parameter values.
|
signal |
Signal emitted when test configuration is updated.
|
protected |