tl_data_record class final
Storage structure for Trend Log data
Note. I've tried to minimize the storage requirements here as the memory requirements for logging in embedded implementations are frequently a big issue. For PC or embedded Linux type setupz this may seem like overkill but if you have limited memory and need to squeeze as much logging capacity as possible every little byte counts!
- Inheritance
- Implemented types
- Available extensions
Constructors
Properties
-
address
→ Pointer<
T> -
Available on T, provided by the StructAddress extension
The memory address of the underlying data.no setter - Datum ↔ UnnamedUnion$3
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tTimeStamp ↔ int
-
When the event occurred
getter/setter pair
- ucRecType ↔ int
-
What type of Event
getter/setter pair
- ucStatus ↔ int
-
Optional Status for read value in b0-b2, b7 = 1 if status is used
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited