Tachograph class abstract

Tachograph class

This messages is used to record system activity parameters. These parameters are mainly used for used for maintenance purposes.

Inheritance
Implemented types

Constructors

Tachograph([void updates(TachographBuilder b)?])
factory

Properties

abbrev String
no setteroverride
depthMax double
The maximum recorded depth value.
no setter
dst int
no setterinherited
dstEnt int
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
msgId int
no setteroverride
rpmMax int
The maximum recorded RPM value.
no setter
rpmMin int
The minimum recorded RPM value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
src int
no setterinherited
srcEnt int
no setterinherited
sync int
no setterinherited
timeIdleAir double
Amount of time the system spent idle in the air.
no setter
timeIdleGround double
Amount of time the system spent idle on the ground.
no setter
timeIdleUnderwater double
Amount of time the system spent idle underwater.
no setter
timeIdleUnknown double
Amount of time the system spent idle in an unknown medium.
no setter
timeIdleWater double
Amount of time the system spent idle on the water (not submerged).
no setter
timeMotorAir double
Amount of time the system spent in the air with the motor running.
no setter
timeMotorGround double
Amount of time the system spent on the ground with the motor running.
no setter
timeMotorNextService double
Amount of time the motor can run until the next recommended service.
no setter
timeMotorUnderwater double
Amount of time the system spent underwater with the motor running.
no setter
timeMotorUnknown double
Amount of time the system spent in an unknown medium with the motor running.
no setter
timeMotorWater double
Amount of time the system spent on the water (not submerged) with the motor running.
no setter
timeNextService double
Amount of time until the next recommended service.
no setter
timestamp DateTime?
no setterinherited
timestampLastService double
The time when the last service was performed. The number of seconds is represented in Universal Coordinated Time (UCT) in seconds since Jan 1, 1970.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(TachographBuilder)) Tachograph
Rebuilds the instance.
inherited
toBuilder() TachographBuilder
Converts the instance to a builder B.
inherited
toJson([bool includeHeader = true]) Map<String, dynamic>
To JSON object
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

staticId → const int