mirror of https://bitbucket.org/ausocean/av.git
psi: indicated that time data size const is in bytes to be consistent with storage of uint64
This commit is contained in:
parent
e50a8e6995
commit
d961cf172d
|
@ -51,7 +51,7 @@ const (
|
|||
timeDescTag = 234
|
||||
timeTagIndx = 13
|
||||
timeDataIndx = 15
|
||||
timeDataSize = 8
|
||||
timeDataSize = 8 // bytes, because time is stored in uint64
|
||||
)
|
||||
|
||||
// Consts relating to location description
|
||||
|
|
Loading…
Reference in New Issue