Classes | |
class | TestGen |
Functions | |
def | _mkdir (newdir) |
Variables | |
string | bat_footer |
string | bat_header |
string | build_sh |
string | build_vc8_bat |
string | build_vc9_bat |
list | configs |
string | gen_main |
list | inports |
string | myservice_idl |
string | myservice_impl_cpp |
string | myservice_impl_h |
list | nums = [0, 1, 2, 10] |
list | outports |
dictionary | params |
string | rtm_config |
string | sh_footer |
string | sh_header |
list | svcports |
t = TestGen([0,1,5],[0,1,5],[0,1,5],[0,1,5]) | |
string | vector_convert_h |
string | yourservice_idl |
|
private |
works the way a good mkdir should :) - already exists, silently complete - regular file in the way, raise an exception - parent directory(ies) does not exist, make them as well
Definition at line 608 of file test-template.py.
string test-template.bat_footer |
Definition at line 404 of file test-template.py.
string test-template.bat_header |
Definition at line 379 of file test-template.py.
string test-template.build_sh |
Definition at line 448 of file test-template.py.
string test-template.build_vc8_bat |
Definition at line 426 of file test-template.py.
string test-template.build_vc9_bat |
Definition at line 437 of file test-template.py.
list test-template.configs |
Definition at line 510 of file test-template.py.
string test-template.gen_main |
Definition at line 223 of file test-template.py.
list test-template.inports |
Definition at line 464 of file test-template.py.
string test-template.myservice_idl |
Definition at line 23 of file test-template.py.
string test-template.myservice_impl_cpp |
Definition at line 82 of file test-template.py.
string test-template.myservice_impl_h |
Definition at line 36 of file test-template.py.
list test-template.nums = [0, 1, 2, 10] |
Definition at line 599 of file test-template.py.
list test-template.outports |
Definition at line 487 of file test-template.py.
dictionary test-template.params |
Definition at line 601 of file test-template.py.
string test-template.rtm_config |
Definition at line 247 of file test-template.py.
string test-template.sh_footer |
Definition at line 413 of file test-template.py.
string test-template.sh_header |
Definition at line 392 of file test-template.py.
list test-template.svcports |
Definition at line 547 of file test-template.py.
test-template.t = TestGen([0,1,5],[0,1,5],[0,1,5],[0,1,5]) |
Definition at line 755 of file test-template.py.
string test-template.vector_convert_h |
Definition at line 194 of file test-template.py.
string test-template.yourservice_idl |
Definition at line 171 of file test-template.py.