saxon
|
1786ed2661
|
stream/mts/psi: finished writing AddDescriptor
|
2019-01-29 16:14:00 +10:30 |
saxon
|
bc3a73bedc
|
av/stream/psi/psi_test.go: updated comment for buildPmtWithMeta()
|
2019-01-21 18:25:06 +10:30 |
saxon
|
67d952c6a7
|
psi/psi_test.go: made buildPmtWithMeta() safer and readable
|
2019-01-20 21:58:23 +10:30 |
saxon
|
a24e4ecb81
|
psi/psi_test.go: not making it look like I'm appending directly to a global
|
2019-01-20 21:48:34 +10:30 |
saxon
|
c4990c946f
|
psi/psi_test.go: not wrapp tstStr in []byte
|
2019-01-20 21:39:07 +10:30 |
saxon
|
239cebe347
|
psi/psi_test.go: made location tsts const
|
2019-01-20 21:12:26 +10:30 |
saxon
|
3835ff7ce1
|
psi/psi_test.go: made location tsts strings again and have buildPmtWithMeta take a string instead of []byte
|
2019-01-20 21:11:09 +10:30 |
saxon
|
b69c990b21
|
psi/psi_test.go: got rid of bytes declaration for location strigns
|
2019-01-20 21:04:27 +10:30 |
saxon
|
1a966e8f9b
|
psi/psi_test.go: improved some naming
|
2019-01-20 20:43:00 +10:30 |
saxon
|
98d89a4e4e
|
mts: got rid of LocationStrBytes func
|
2019-01-18 13:21:35 +10:30 |
saxon
|
662d71bf54
|
mts+psi: fixed conflicts with master
|
2019-01-12 17:03:55 +10:30 |
Dan Kortschak
|
65e2ab3f6a
|
stream/mts{,psi}: fix comments
|
2019-01-11 22:29:48 +10:30 |
saxon
|
3ac40bac99
|
psi: using letters in hex for bytes in psi_test.go
|
2019-01-11 10:54:25 +10:30 |
saxon
|
f752712dec
|
psi: made some comments in psi_test.go more english like and corrected some errors
|
2019-01-10 17:34:54 +10:30 |
saxon
|
b6c0433476
|
psi: made some global vars for pat and pmt tables unexported in psi_test.go
|
2019-01-10 17:32:42 +10:30 |
saxon
|
4b09a4f60a
|
psi: trim() => trimTo()
|
2019-01-10 17:31:14 +10:30 |
saxon
|
ffc1af2cd4
|
psi: removed declaration and initialisation of standard psi structures in std.go as this is dangerous
|
2019-01-07 17:13:50 +10:30 |
saxon
|
561e603d96
|
psi: ran gofmt -s -w on files
|
2019-01-07 17:04:57 +10:30 |
saxon
|
d19327b6d5
|
psi: renamed std... to standard...
|
2019-01-07 17:02:57 +10:30 |
saxon
|
83e4a4c5c5
|
psi: removing uneccessary conversion in psi_test.go
|
2019-01-07 16:58:12 +10:30 |
saxon
|
b2b5db1f1f
|
psi: using lowercase letters in hex
|
2019-01-07 16:32:18 +10:30 |
saxon
|
0d3abd5798
|
psi: using own trim function to get rid of null chars in gps string
|
2019-01-07 14:24:54 +10:30 |
saxon
|
fb5acb8e6f
|
psi: fix crc update issue by not indexing from end of pmt slice, but rather getting syntax section length field and using that to index crc
|
2019-01-03 17:56:08 +10:30 |
Saxon Milton
|
04203ae744
|
psi: missed a loc =>location conversion
|
2019-01-03 02:10:32 +00:00 |
Saxon Milton
|
474b3a324a
|
removing changes not relevant to this PR
|
2019-01-03 02:08:55 +00:00 |
saxon
|
c739b10f86
|
mts: removed repeated use of addPadding func
|
2018-12-27 14:11:23 +10:30 |
saxon
|
fbdce669e7
|
revid: cleaned and added commenting
|
2018-12-14 16:46:36 +10:30 |
saxon
|
cf4c44f4d5
|
psi: using HasLocation or HasTime instead of ChkLocation or ChkTime
|
2018-12-14 16:06:01 +10:30 |
saxon
|
21dd2f4b70
|
revid: using location instead of gps in names
|
2018-12-14 16:02:47 +10:30 |
saxon
|
7fa245bca3
|
psi: wrote testing for get gps from pmt byte slice
|
2018-12-14 11:15:49 +10:30 |
saxon
|
35d86b559d
|
revid & psi: fixed playback issues... added padding to pat/pmt tables
|
2018-12-13 15:09:23 +10:30 |
saxon
|
9a7d7a9ab3
|
revid: modified http sender to look at reply of send and get time and gps data to mts package
|
2018-12-13 12:59:40 +10:30 |
saxon
|
41d98b4dcd
|
psi: added some commenting above testing funcs
|
2018-12-13 12:52:23 +10:30 |
saxon
|
f320746b5d
|
psi: wrote test for gpsUpdate - appears to be working
|
2018-12-13 12:52:23 +10:30 |
saxon
|
3cf6c00991
|
psi: restructured psi_test.go and started writing tests for gps
|
2018-12-13 12:52:23 +10:30 |
saxon
|
14e5676f6f
|
psi: added file headers
|
2018-12-13 12:52:23 +10:30 |
saxon
|
4598d51e79
|
psi: started commenting and restructuring psi_test.go to make neater
|
2018-12-13 12:52:23 +10:30 |
saxon
|
d8c46eefaa
|
psi: restructuring to make neater
|
2018-12-13 12:52:23 +10:30 |
saxon
|
68eec9de98
|
psi: wrote func for update timstamp - as well as test (passes). Also wrote func for get timestamp - as well as test (passes)
|
2018-12-13 12:52:23 +10:30 |
saxon
|
c6cf3e7244
|
psi: wrote test for timestampToBytes and also for pmt with timestamp to bytes - everything working as expected
|
2018-12-13 12:52:23 +10:30 |
saxon
|
a5fa6bed5f
|
psi: wrote first tests, for simple pat and pmt tables. Pat writing seems to be working
|
2018-12-13 12:52:23 +10:30 |
saxon
|
9e7b65ac6a
|
psi: working on psi test file
|
2018-12-13 12:52:23 +10:30 |
saxon
|
8fe430f5f5
|
psi: start writing testing file
|
2018-12-13 12:52:23 +10:30 |