|
|
Telescience Resource Kit
TReK Python
5.4.0 ART
|
Identifier parameter attributes. More...
Public Member Functions | |
| def | IdentifierInfo ( PacketZoneType zone=PacketZoneType.HEADER_ZONE, IdentifierType id_type=IdentifierType.FIXED_VALUE_IDENTIFIER, bool has_default=False, int default=0, bool has_expected=False, int expected=0, None: int parent_start_bit=0 ->) -> def |
| Class initializer. More... | |
Public Attributes | |
| zone | |
| The zone containing the length parameter. | |
| id_type | |
| The type of identifier. | |
| has_default | |
| If has_default_value. More... | |
| default | |
| Only valid if has_default_value=true. | |
| has_expected | |
| If true, the expected_value is valid. | |
| expected | |
| Only valid if has_expected_value=true. | |
| parent_start_bit | |
| The start bit of the parameter's parent (return only). | |
Static Public Attributes | |
| PacketZoneType | |
| The zone containing the length parameter. | |
| IdentifierType | |
| The type of identifier. | |
| bool | |
| If has_default_value. More... | |
| int | |
| Only valid if has_default_value=true. More... | |
Identifier parameter attributes.
| ( | zone | : PacketZoneType | |
| id_type | : IdentifierType | ||
| has_default | : bool | ||
| default | : int | ||
| has_expected | : bool | ||
| expected | : int | ||
| parent_start_bit | : int | ||
| ) | -> None |
Class initializer.
| [in] | zone | The zone containing the length parameter. |
| [in] | id_type | The type of identifier. |
| [in] | has_default | If has_default_value. If true, the default_value is valid. |
| [in] | default | Only valid if has_default_value=true. |
| [in] | has_expected | If true, the expected_value is valid. |
| [in] | expected | Only valid if has_expected_value=true. |
| [in] | parent_start_bit | The start bit of the parameter's parent (return only). |
|
|
static |
If has_default_value.
If true, the expected_value is valid.
If true, the default_value is valid.
If has_default_value.
If true, the default_value is valid.
|
|
static |
Only valid if has_default_value=true.
The start bit of the parameter's parent (return only).
Only valid if has_expected_value=true.