file transfer working properly
This commit is contained in:
2
tmtc/.idea/runConfigurations/CFDP_Test.xml
generated
2
tmtc/.idea/runConfigurations/CFDP_Test.xml
generated
@ -13,7 +13,7 @@
|
||||
<option name="ADD_SOURCE_ROOTS" value="true" />
|
||||
<EXTENSION ID="PythonCoverageRunConfigurationExtension" runner="coverage.py" />
|
||||
<option name="SCRIPT_NAME" value="$PROJECT_DIR$/tmtcc.py" />
|
||||
<option name="PARAMETERS" value="cfdp cfdp_test.txt /tmp/hello-cpy.txt" />
|
||||
<option name="PARAMETERS" value="cfdp cfdp_test.txt /tmp/hello-cpy.txt -d 0.2" />
|
||||
<option name="SHOW_COMMAND_LINE" value="false" />
|
||||
<option name="EMULATE_TERMINAL" value="false" />
|
||||
<option name="MODULE_MODE" value="false" />
|
||||
|
Submodule tmtc/common_tmtc updated: 8237591c4c...51871a887f
Submodule tmtc/deps/tmtccmd updated: 2db12c163f...b760e969cc
@ -48,6 +48,8 @@ def main():
|
||||
LOGGER.info("TMTC Client in IDLE mode")
|
||||
time.sleep(3.0)
|
||||
elif state.request == BackendRequest.DELAY_LISTENER:
|
||||
if tc_handler.cfdp_done:
|
||||
sys.exit(0)
|
||||
time.sleep(0.8)
|
||||
elif state.request == BackendRequest.DELAY_CUSTOM:
|
||||
if state.next_delay.total_seconds() < 0.5:
|
||||
|
Reference in New Issue
Block a user