Skip to content

Commit 8126e9c

Browse files
author
paulz
committed
cleaned
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@11944 fa3a88b2-825e-5648-bb98-bb0d4e3c2968
1 parent f041f2b commit 8126e9c

1 file changed

Lines changed: 0 additions & 29 deletions

File tree

ixcom/parser.py

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1136,35 +1136,6 @@ def disable_postproc(self, channel: int = -1):
11361136
self.send_msg_and_waitfor_okay(msgToSend)
11371137
# self.save_config()
11381138

1139-
# def disable_postproc(self, channel: int):
1140-
# '''Disables the logging of data used for analysis and postprocessing for a specific channel
1141-
#
1142-
# Raises:
1143-
# ClientTimeoutError: Timeout while waiting for response or log from the XCOM server
1144-
# ResponseError: The response from the system was not 'OK'.
1145-
# '''
1146-
# msgToSend = data.getParameterWithID(data.PARXCOM_POSTPROC_Payload.parameter_id)
1147-
# msgToSend.payload.data['action'] = data.ParameterAction.CHANGING
1148-
# msgToSend.payload.data['channel'] = channel
1149-
# msgToSend.payload.data['enable'] = 0
1150-
# self.send_msg_and_waitfor_okay(msgToSend)
1151-
# # self.save_config()
1152-
1153-
# def disable_postproc(self):
1154-
# '''Disables the logging of data used for analysis and postprocessing
1155-
#
1156-
# Raises:
1157-
# ClientTimeoutError: Timeout while waiting for response or log from the XCOM server
1158-
# ResponseError: The response from the system was not 'OK'.
1159-
# '''
1160-
# par_postproc = self.get_parameter(data.PARXCOM_POSTPROC_Payload.parameter_id)
1161-
# msgToSend = data.getParameterWithID(data.PARXCOM_POSTPROC_Payload.parameter_id)
1162-
# msgToSend.payload.data['action'] = data.ParameterAction.CHANGING
1163-
# msgToSend.payload.data['channel'] = par_postproc.data['channel']
1164-
# msgToSend.payload.data['enable'] = 0
1165-
# self.send_msg_and_waitfor_okay(msgToSend)
1166-
# # self.save_config()
1167-
11681139
def set_ntrip(self, stream, user, password, server, sendPos=0, enable=1, remotePort=2101, ggaSendPeriod=1):
11691140
msgToSend = data.getParameterWithID(data.PARXCOM_NTRIP_Payload.parameter_id)
11701141
msgToSend.payload.data['action'] = data.ParameterAction.CHANGING

0 commit comments

Comments
 (0)