Skip to content

Commit 066858b

Browse files
author
christianr
committed
Corrected PARXCOM_NTRIP
git-svn-id: http://isvn/svn/rep_IEP-I000261_LINUX-KERNEL/01_Entwicklung/trunk/10_Entwicklung/28_SW_Komponente_XCOM/30_IMPL/XCOM_Client_Python/dependencies/ixcom-public@11421 fa3a88b2-825e-5648-bb98-bb0d4e3c2968
1 parent 9434214 commit 066858b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

ixcom/parameters.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -705,10 +705,10 @@ class PARXCOM_NTRIP_Payload(DefaultParameterPayload):
705705
PayloadItem(name = 'user', dimension = 128, datatype = 's'),
706706
PayloadItem(name = 'password', dimension = 128, datatype = 's'),
707707
PayloadItem(name = 'server', dimension = 128, datatype = 's'),
708-
PayloadItem(name = 'port', dimension = 1, datatype = 'B'),
708+
PayloadItem(name = 'send_pos_on_login', dimension = 1, datatype = 'B'),
709709
PayloadItem(name = 'enable', dimension = 1, datatype = 'B'),
710-
PayloadItem(name = 'reserved2', dimension = 1, datatype = 'H'),
711-
PayloadItem(name = 'baud', dimension = 1, datatype = 'I'),
710+
PayloadItem(name = 'remote_port', dimension = 1, datatype = 'H'),
711+
PayloadItem(name = 'reserved2', dimension = 1, datatype = 'I'),
712712
])
713713

714714

0 commit comments

Comments
 (0)