Class: Gt06Server::Messages::GpsInformation::Coord

Inherits:
BinData::Primitive
  • Object
show all
Defined in:
lib/gt06_server/messages/gps_information.rb

Overview

Date Time 6 0x0B 0x08 0x1D 0x11 0x2E 0x10 Quantity of GPS information satellites 1 0xCF Latitude 4 0x02 0x7A 0xC7 0xEB Longitude 4 0x0C 0x46 0x58 0x49 Speed 1 0x00 Course, Status 2 0x14 0x8F

Instance Method Summary collapse

Instance Method Details

#getObject



17
18
19
# File 'lib/gt06_server/messages/gps_information.rb', line 17

def get
  (coord.to_f / 30_000 / 60).round(6)
end

#set(value) ⇒ Object

TODO



22
23
# File 'lib/gt06_server/messages/gps_information.rb', line 22

def set(value)
end