Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
igc
v1.0.0
IGC
Datapoint
File
Fix
GNSSAltitude
Headers
LatLon
ParseError
Parser
Point
PressureAltitude
Task
Built with Crystal 1.9.2
2023-10-08 14:22:46 UTC
struct
IGC::Datapoint
IGC::Datapoint
Struct
Value
Object
Defined in:
igc/datapoint.cr
Constructors
.new
(time : Time, data : Hash(String, String))
Instance Method Summary
#data
: Hash(String, String)
#data=
(data : Hash(String, String))
#time
: Time
#time=
(time : Time)
Constructor Detail
def self.
new
(time : Time, data : Hash(String, String))
#
[
View source
]
Instance Method Detail
def
data
: Hash(String, String)
#
[
View source
]
def
data=
(data : Hash(String, String))
#
[
View source
]
def
time
: Time
#
[
View source
]
def
time=
(time : Time)
#
[
View source
]