LtiLtChannelPacket class
A packet for the LTI LT channel interface.
- Inheritance
-
- Object
- ROHDVFObject
- SequenceItem
- LtiLtChannelPacket
- Implemented types
Constructors
- LtiLtChannelPacket({required int tag, Axi5UserSignalsStruct? user})
- Constructor.
Properties
-
completed
→ Future<
void> -
Returns a Future that completes when this packet is completed.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- logger → Logger
-
A Logger for messages related to the test or testbench.
latefinalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tag → int
-
Tag signals.
final
- user → Axi5UserSignalsStruct?
-
User signals.
final
Methods
-
clone(
) → LtiLtChannelPacket - Creates a copy of this packet.
-
complete(
) → void - Marks this packet as completed.
-
fullName(
) → String -
A descriptive name representing this instance of the object.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
trackerString(
TrackerField field) → String? -
Returns a string for tracking.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited