diff --git a/sendreceive/obsw_command_sender_receiver.py b/sendreceive/obsw_command_sender_receiver.py index 37ce5d9b801a921e06dd032de9925cda5614902b..baf97f243d3600c1ed9236efe41ae309891085ee 100644 --- a/sendreceive/obsw_command_sender_receiver.py +++ b/sendreceive/obsw_command_sender_receiver.py @@ -23,7 +23,7 @@ from tc.OBSW_TcPacket import tcQueueEntryT # pylint: disable=too-many-arguments # pylint: disable=too-many-instance-attributes # TODO: Maybe replace timeout, tc send timeout and print boolean by just using global values -# in config file +# in config file or passing them to the respective public member functions. class CommandSenderReceiver: """ This is the generic CommandSenderReceiver object. All TMTC objects inherit this object,