RTC Toolkit
2.0.0
|
RtcConfiguration is the interface and base class for all Configuration access mechanism. More...
Public Member Functions | |
def | __init__ (self, parent=None) |
Initializes the RtcConfiguration object. More... | |
RtcConfiguration is the interface and base class for all Configuration access mechanism.
It provides the common interface so that they can be used interchangable.
def comms.configuration.RtcConfiguration.__init__ | ( | self, | |
parent = None |
|||
) |
Initializes the RtcConfiguration object.
@param[in] parent A reference to a parent QObject, needed by Qt.
Reimplemented in comms.configuration.RtcConfigurationImpl.