Inheritance diagram for H460_FeatureParameter:

Definition at line 308 of file h4601.h.
| H460_FeatureParameter::H460_FeatureParameter | ( | ) |
Create a Blank Feature.
Definition at line 300 of file h4601.cxx.
References H225_EnumeratedParameter::m_id.
| H460_FeatureParameter::H460_FeatureParameter | ( | unsigned | Identifier | ) |
Create a new handler for a Standard H460 Feature.
Definition at line 305 of file h4601.cxx.
References H225_EnumeratedParameter::m_id.
| H460_FeatureParameter::H460_FeatureParameter | ( | const PString & | Identifier | ) |
Create a new handler for a NonStandard H460 Feature.
Definition at line 310 of file h4601.cxx.
References H225_EnumeratedParameter::m_id.
| H460_FeatureParameter::H460_FeatureParameter | ( | const OpalOID & | Identifier | ) |
Create a new handler for a OID H460 Feature.
Definition at line 315 of file h4601.cxx.
References H225_EnumeratedParameter::m_id.
| H460_FeatureParameter::H460_FeatureParameter | ( | const H225_EnumeratedParameter & | param | ) |
Create a new handler from PDU
Definition at line 320 of file h4601.cxx.
References H460< H225_EnumeratedParameter >::OnReceivedPDU().
| H460_FeatureParameter::H460_FeatureParameter | ( | const H460_FeatureID & | ID | ) |
Create a new Handler from FeatureID
Definition at line 325 of file h4601.cxx.
References ID(), and H225_EnumeratedParameter::m_id.
| const H460_FeatureID H460_FeatureParameter::ID | ( | ) | [inline] |
Feature Parameter ID
Definition at line 344 of file h4601.h.
References H225_EnumeratedParameter::m_id.
Referenced by H460_FeatureParameter().
| void H460_FeatureParameter::addContent | ( | const H460_FeatureContent & | con | ) | [inline] |
Feature Parameter Contents
Definition at line 348 of file h4601.h.
References H225_EnumeratedParameter::e_content, and H225_EnumeratedParameter::m_content.
Referenced by H460_FeatureTable::AddParameter(), and H460_FeatureTable::ReplaceParameter().
| void H460_FeatureParameter::replaceContent | ( | const H460_FeatureContent & | con | ) | [inline] |
Replace Parameter Contents
Definition at line 353 of file h4601.h.
References hasContent(), and H225_EnumeratedParameter::m_content.
| BOOL H460_FeatureParameter::hasContent | ( | ) | [inline] |
Feature parameter has Value
Definition at line 360 of file h4601.h.
References H225_EnumeratedParameter::e_content.
Referenced by replaceContent().
1.5.2