sgpemv2/src/backend
tchernobog b9c4813f11 - Add first draft of SWIG interface file, and create Python
loadable module. However, please note that:
	- All the methods accepting a Glib::ustring should
	not be exported, instead they should be replaced by wrapper
	functions accepting PyObject*.
	- The same thing applies to every other method accepting
	a ``non built-in'' data type
	- Return types should probably be wrapped, too
	- It may be a good idea to implement wrapper methods 
	that print out the content of a C++ object, 
	so that a Python user can do a simple "print schedStat". 
	This is achieved by adding a "__str__()" method to the 
	class. See the SWIG manual for further infos about
	returning const char* values.


git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@354 3ecf2c5c-341e-0410-92b4-d18e462d057c
2006-02-19 22:25:23 +00:00
..
pyloader - Add first draft of SWIG interface file, and create Python 2006-02-19 22:25:23 +00:00
history.cc - added few frontend classes 2006-02-15 22:58:18 +00:00
history.hh - added scheduler and other incomplete backend classes 2006-02-12 17:12:54 +00:00
observed_subject.cc - Change filenames to follow a consistent naming scheme 2006-02-09 19:43:24 +00:00
observed_subject.hh - Change filenames to follow a consistent naming scheme 2006-02-09 19:43:24 +00:00
policy.cc - Now all backend classes are present (not all complete) 2006-02-13 11:32:05 +00:00
policy.hh - added console interpreter 2006-02-17 22:19:25 +00:00
policy_manager.cc - Now all backend classes are present (not all complete) 2006-02-13 11:32:05 +00:00
policy_manager.hh - Add support for abtract python classes 2006-02-16 22:50:32 +00:00
policy_parameters.cc - Now all backend classes are present (not all complete) 2006-02-13 11:32:05 +00:00
policy_parameters.hh - Now all backend classes are present (not all complete) 2006-02-13 11:32:05 +00:00
process.cc - Fixed code to follow function naming conventions a bit more 2006-02-09 19:33:35 +00:00
process.hh - Fixed code to follow function naming conventions a bit more 2006-02-09 19:33:35 +00:00
schedulable.cc - Fixed code to follow function naming conventions a bit more 2006-02-09 19:33:35 +00:00
schedulable.hh - added scheduler and other incomplete backend classes 2006-02-12 17:12:54 +00:00
schedulable_list.cc - Now all backend classes are present (not all complete) 2006-02-13 11:32:05 +00:00
schedulable_list.hh - added scheduler and other incomplete backend classes 2006-02-12 17:12:54 +00:00
schedulable_status.cc - added scheduler and other incomplete backend classes 2006-02-12 17:12:54 +00:00
schedulable_status.hh - Change filenames to follow a consistent naming scheme 2006-02-09 19:43:24 +00:00
scheduler.cc - added few frontend classes 2006-02-15 22:58:18 +00:00
scheduler.hh - added few frontend classes 2006-02-15 22:58:18 +00:00
sgpem.i - Add first draft of SWIG interface file, and create Python 2006-02-19 22:25:23 +00:00
slice.cc - added scheduler and other incomplete backend classes 2006-02-12 17:12:54 +00:00
slice.hh - added scheduler and other incomplete backend classes 2006-02-12 17:12:54 +00:00
string_utils.cc - added console interpreter 2006-02-17 22:19:25 +00:00
string_utils.hh - added console interpreter 2006-02-17 22:19:25 +00:00