コード例 #1
0
def inits():
    global g_OutDir, g_Owner, g_Date, g_Tbls

    g_OutDir = app_code_configs.get_outdir()
    g_Owner = app_code_configs.get_owner()
    g_Date = app_code_configs.get_date()

    g_Tbls.extend(app_code_configs.get_tables())
コード例 #2
0
def inits():
    global g_OutDir, g_Owner, g_Date, g_Tbls

    g_OutDir = app_code_configs.get_outdir()
    g_Owner = app_code_configs.get_owner()
    g_Date = app_code_configs.get_date()

    g_Tbls.extend(app_code_configs.get_tables())
コード例 #3
0
ファイル: app_code_tests.py プロジェクト: dyfios/SDNSat
def inits():
    global g_OutDir, g_Date, g_Owner

    g_Date = app_code_configs.get_date()
    g_OutDir = app_code_configs.get_outdir()
    g_Owner = app_code_configs.get_owner()
コード例 #4
0
ファイル: app_code_tests.py プロジェクト: Spacecraft-Code/cFE
def inits():
    global g_OutDir, g_Date, g_Owner

    g_Date = app_code_configs.get_date()
    g_OutDir = app_code_configs.get_outdir()
    g_Owner = app_code_configs.get_owner()