Public Member Functions | |
def | __init__ |
def | add_cmark |
def | craete_build_sh |
def | create_gen |
def | create_gen_bat |
def | create_gen_sh |
def | create_idl |
def | create_rtmconfig |
def | create_vecconv |
def | dict |
def | gen |
def | generate |
def | mkdir |
Public Attributes | |
cf_num | |
ip_num | |
op_num | |
params | |
pjnames | |
sp_num |
Definition at line 627 of file test-template.py.
def test-template.TestGen.__init__ | ( | self, | |
ip_num, | |||
op_num, | |||
sp_num, | |||
cf_num | |||
) |
Definition at line 628 of file test-template.py.
def test-template.TestGen.add_cmark | ( | self, | |
text, | |||
mark | |||
) |
Definition at line 696 of file test-template.py.
def test-template.TestGen.craete_build_sh | ( | self | ) |
Definition at line 642 of file test-template.py.
def test-template.TestGen.create_gen | ( | self, | |
dict | |||
) |
Definition at line 736 of file test-template.py.
def test-template.TestGen.create_gen_bat | ( | self, | |
dict | |||
) |
Definition at line 681 of file test-template.py.
def test-template.TestGen.create_gen_sh | ( | self, | |
dict | |||
) |
Definition at line 668 of file test-template.py.
def test-template.TestGen.create_idl | ( | self, | |
dict | |||
) |
Definition at line 700 of file test-template.py.
def test-template.TestGen.create_rtmconfig | ( | self, | |
dict | |||
) |
Definition at line 729 of file test-template.py.
def test-template.TestGen.create_vecconv | ( | self, | |
dict | |||
) |
Definition at line 723 of file test-template.py.
def test-template.TestGen.dict | ( | self, | |
ip, | |||
op, | |||
sp, | |||
cf | |||
) |
Definition at line 659 of file test-template.py.
def test-template.TestGen.gen | ( | self | ) |
Definition at line 743 of file test-template.py.
def test-template.TestGen.generate | ( | self | ) |
Definition at line 638 of file test-template.py.
def test-template.TestGen.mkdir | ( | self, | |
dirname | |||
) |
Definition at line 656 of file test-template.py.
test-template.TestGen::cf_num |
Definition at line 628 of file test-template.py.
test-template.TestGen::ip_num |
Definition at line 628 of file test-template.py.
test-template.TestGen::op_num |
Definition at line 628 of file test-template.py.
test-template.TestGen::params |
Definition at line 628 of file test-template.py.
test-template.TestGen::pjnames |
Definition at line 628 of file test-template.py.
test-template.TestGen::sp_num |
Definition at line 628 of file test-template.py.