Classes | |
class | TestCompile |
A sample python unit test. More... | |
Variables | |
string | code |
tuple | f = open("/tmp/%d-openrtm-sample.cpp"%(PID),'w') |
tuple | PID = os.getpid() |
string | PKG = 'openrtm_aist' |
string test_openrtm_aist::code |
00001 """ 00002 #include <rtm/Manager.h> 00003 int main (int argc, char** argv) 00004 { 00005 RTC::Manager* manager; 00006 manager = RTC::Manager::init(argc, argv); 00007 return 0; 00008 } 00009 """
Definition at line 10 of file test_openrtm_aist.py.
tuple test_openrtm_aist::f = open("/tmp/%d-openrtm-sample.cpp"%(PID),'w') |
Definition at line 60 of file test_openrtm_aist.py.
tuple test_openrtm_aist::PID = os.getpid() |
Definition at line 59 of file test_openrtm_aist.py.
string test_openrtm_aist::PKG = 'openrtm_aist' |
Definition at line 3 of file test_openrtm_aist.py.