Summary Period: 2003-09-30 to 2003-07-25 (Commits 44-143 of 343)
bester 9/30/03 3:14 PM |
doc fixes some INFO-level logging to jni conversion of geom_parameter fix geom_parameter java signature typo |
17 lines of code changed in: plugins/gateway_plugin/c/nees_ntcp_control_plugin/source: nees_ntcp_control_plugin.h (+6 -4), nees_ntcp_control_plugin_jni.c (+11 -2) | |
bester 9/30/03 3:13 PM |
added jni-enabled geom_parameter tests |
241 lines of code changed in: plugins/gateway_plugin/c/nees_ntcp_control_plugin/tests: nees_ntcp_control_plugin_test.h (+2 -1), nees_ntcp_geom_parameter_test.c (+239 -59) | |
bester 9/29/03 4:54 PM |
Added debugging log messages Fixed cache curroption when method id caching. |
18 lines of code changed in: plugins/gateway_plugin/c/nees_ntcp_control_plugin/source/nees_ntcp_control_plugin_jni_ref_cache.c (+18 -4) | |
bester 9/29/03 3:26 PM |
moved ref cache init/shutdown into a module descriptor so that it is called only once, and so that tests can force cleanup to happen. |
147 lines of code changed in: plugins/gateway_plugin/c/nees_ntcp_control_plugin/tests/nees_ntcp_control_plugin_jni_test.c (+5) plugins/gateway_plugin/c/nees_ntcp_control_plugin/source: nees_i_ntcp_control_plugin.h (+4 -10), nees_ntcp_control_plugin_jni_ref_cache.c (+135 -17), nees_ntcp_control_plugin_jni_stubs.c (+3 -89) | |
bester 9/29/03 3:02 PM |
fixed erroneous call to dlclose (convert it to lt_dlclose) |
2 lines of code changed in: plugins/gateway_plugin/c/nees_ntcp_control_plugin/source/nees_ntcp_control_plugin_jni.c (+2 -2) | |
bester 9/29/03 3:01 PM |
added native finalizer to GatewayPlugin class |
51 lines of code changed in: plugins/gateway_plugin/c/nees_ntcp_control_plugin/source/nees_ntcp_control_plugin_jni_stubs.c (+51) | |
bester 9/29/03 2:58 PM |
fixed uninitialized condition var |
1 lines of code changed in: plugins/gateway_plugin/c/nees_ntcp_control_plugin/tests/test_plugin.c (+1) | |
bester 9/29/03 12:52 PM |
added calls to try to gc and finalize objects before shutting down jvm in tests |
55 lines of code changed in: plugins/gateway_plugin/c/nees_ntcp_control_plugin/tests: nees_ntcp_control_plugin_jni_test.c (+49 -3), nees_ntcp_control_plugin_test.h (+4), nees_ntcp_parameter_test.c (+2) | |
bester 9/29/03 12:50 PM |
added code to cleanup ref cache (still testing) |
99 lines of code changed in: plugins/gateway_plugin/c/nees_ntcp_control_plugin/source: nees_i_ntcp_control_plugin.h (+5), nees_ntcp_control_plugin_jni_ref_cache.c (+48), nees_ntcp_control_plugin_jni_stubs.c (+46) | |
bester 9/29/03 9:42 AM |
made some changes to try running jni-enabled tests |
211 lines of code changed in: plugins/gateway_plugin/c/nees_ntcp_control_plugin/tests: Makefile.am (+6 -10), configure.in (+11 -7), nees_ntcp_control_plugin_jni_test.c (+8 -167), nees_ntcp_control_plugin_test.h (+18), nees_ntcp_parameter_test.c (+168), test_plugin.c (-1) | |
bester 9/26/03 4:24 PM |
install internal header into include/<flavor>/internal for easier testing of jni type conversion code use libtool to open shared object for plugin (need to add thread safety) fix to plugin api to allow get_control_point to return NULL if the point isn't found. add test plugin and some starts to jni conversion tests |
1470 lines of code changed in: plugins/gateway_plugin/c/nees_ntcp_control_plugin/source: Makefile.am (+8 -1), configure.in (+3 -2), nees_i_ntcp_control_plugin.h (+3 -1), nees_ntcp_control_plugin.c (+14 -7), nees_ntcp_control_plugin.h (+11 -5), nees_ntcp_control_plugin_config.h.in (new 3), nees_ntcp_control_plugin_jni.c (+78 -54), nees_ntcp_control_plugin_jni_ref_cache.c (+1 -1), nees_ntcp_control_plugin_jni_stubs.c (+46 -59), pkgdata/pkg_data_src.gpt.in (+12) plugins/gateway_plugin/c/nees_ntcp_control_plugin/tests: Makefile.am (+25 -15), configure.in (+48), nees_ntcp_control_plugin_jni_test.c (new 388), test_plugin.c (new 830) | |
bester 9/25/03 3:34 PM |
change to some method and property names handle null return from getProperty a bit better renamed newCPlugin to init |
22 lines of code changed in: plugins/gateway_plugin/java/src/org/nees/ntcp/plugins/gateway: GatewayPlugin.java (+20 -6), GatewayPluginFactory.java (+2 -2) | |
bester 9/25/03 3:32 PM |
Fixed some java/native conversion bugs. Added some logging for jni calls. Now possible to instantiate a plugin instance without an instant crash. make shared library link to globus_common |
573 lines of code changed in: plugins/gateway_plugin/c/nees_ntcp_control_plugin/source: Makefile.am (+2 -1), nees_i_ntcp_control_plugin.h (+27 -11), nees_ntcp_control_plugin.c (+19 -1), nees_ntcp_control_plugin.h (+10 -11), nees_ntcp_control_plugin_error_string.c (+20 -5), nees_ntcp_control_plugin_jni.c (+158 -89), nees_ntcp_control_plugin_jni_ref_cache.c (+219 -40), nees_ntcp_control_plugin_jni_stubs.c (+118 -11) | |
bester 9/24/03 4:05 PM |
doxygen link error |
1 lines of code changed in: plugins/gateway_plugin/c/nees_ntcp_control_plugin/source/nees_ntcp_control_plugin.h (+1 -1) | |
bester 9/24/03 11:02 AM |
added jni stubs for native method calls implemented java<->native type converters |
3504 lines of code changed in: plugins/gateway_plugin/c/nees_ntcp_control_plugin/source: Makefile.am (+2 -1), nees_i_ntcp_control_plugin.h (+164 -7), nees_ntcp_control_plugin.h (+8), nees_ntcp_control_plugin_jni.c (+2215 -104), nees_ntcp_control_plugin_jni_ref_cache.c (+334 -10), nees_ntcp_control_plugin_jni_stubs.c (+621 -50), nees_ntcp_control_plugin_transaction_handle.c (+160 -25) | |
bester 9/23/03 9:24 AM |
fix array index errors and leak in tests |
6 lines of code changed in: plugins/gateway_plugin/c/nees_ntcp_control_plugin/tests: nees_ntcp_control_point_test.c (+2), nees_ntcp_geom_parameter_test.c (+4 -4) | |
bester 9/23/03 9:24 AM |
fix memory leak in control point destroy |
1 lines of code changed in: plugins/gateway_plugin/c/nees_ntcp_control_plugin/source/nees_ntcp_control_plugin_control_point.c (+1) | |
bester 9/23/03 8:42 AM |
moved into new location |
317 lines of code changed in: plugins/gateway_plugin/java/build.xml (new 169) plugins/gateway_plugin/java/src/org/nees/ntcp/plugins/gateway: GatewayPlugin.java (new 97), GatewayPluginFactory.java (new 51) | |
bester 9/23/03 8:37 AM |
move f tests to NTCP/plugins/gateway_plugin/c/nees_ntcp_control_plugin/tests |
1 lines of code changed in: gateway_plugin/nees_ntcp_control_plugin/test: .cvsignore (del), Makefile.am (del), bootstrap (del), configure.in (del), dirt.sh (del), nees_ntcp_control_plugin_test.c (del), nees_ntcp_control_plugin_test.h (del), nees_ntcp_control_point_test.c (del), nees_ntcp_geom_parameter_test.c (del), nees_ntcp_parameter_test.c (del), version.h.in (del), doxygen/.cvsignore (del) gateway_plugin/nees_ntcp_control_plugin/test/pkgdata: .cvsignore (del), pkg_data_src.gpt.in (del) | |
bester 9/23/03 8:37 AM |
move of tests to new location |
2247 lines of code changed in: plugins/gateway_plugin/c/nees_ntcp_control_plugin/tests: .cvsignore (new 9), Makefile.am (new 27), bootstrap (new 17), configure.in (new 27), dirt.sh (new 2), nees_ntcp_control_plugin_test.c (new 41), nees_ntcp_control_plugin_test.h (new 41), nees_ntcp_control_point_test.c (new 735), nees_ntcp_geom_parameter_test.c (new 829), nees_ntcp_parameter_test.c (new 452), version.h.in (new 9), doxygen/.cvsignore (new 2) plugins/gateway_plugin/c/nees_ntcp_control_plugin/tests/pkgdata: .cvsignore (new 4), pkg_data_src.gpt.in (new 52) | |
bester 9/23/03 8:32 AM |
moved to NTCP/plugins/gateway_plugin/c/nees_ntcp_control_plugin_source |
1 lines of code changed in: gateway_plugin/nees_ntcp_control_plugin/src: .cvsignore (del), Doxyfile (del), Makefile.am (del), bootstrap (del), configure.in (del), dirt.sh (del), nees_i_ntcp_control_plugin.h (del), nees_ntcp_control_plugin.c (del), nees_ntcp_control_plugin.h (del), nees_ntcp_control_plugin_control_point.c (del), nees_ntcp_control_plugin_error_string.c (del), nees_ntcp_control_plugin_geom_parameter.c (del), nees_ntcp_control_plugin_jni.c (del), nees_ntcp_control_plugin_jni_ref_cache.c (del), nees_ntcp_control_plugin_jni_stubs.c (del), nees_ntcp_control_plugin_parameter_type.c (del), nees_ntcp_control_plugin_transaction_handle.c (del), version.h.in (del), doxygen/.cvsignore (del) gateway_plugin/nees_ntcp_control_plugin/src/pkgdata: .cvsignore (del), pkg_data_src.gpt.in (del) | |
bester 9/23/03 8:29 AM |
moved to new location |
4118 lines of code changed in: plugins/gateway_plugin/c/nees_ntcp_control_plugin/source: .cvsignore (new 9), Makefile.am (new 50), bootstrap (new 17), configure.in (new 51), dirt.sh (new 2), nees_i_ntcp_control_plugin.h (new 122), nees_ntcp_control_plugin.c (new 51), nees_ntcp_control_plugin.h (new 1261), nees_ntcp_control_plugin_control_point.c (new 377), nees_ntcp_control_plugin_error_string.c (new 30), nees_ntcp_control_plugin_geom_parameter.c (new 229), nees_ntcp_control_plugin_jni.c (new 331), nees_ntcp_control_plugin_jni_ref_cache.c (new 816), nees_ntcp_control_plugin_jni_stubs.c (new 291), nees_ntcp_control_plugin_parameter_type.c (new 249), nees_ntcp_control_plugin_transaction_handle.c (new 172), version.h.in (new 9), doxygen/.cvsignore (new 2) plugins/gateway_plugin/c/nees_ntcp_control_plugin/source/pkgdata: .cvsignore (new 4), pkg_data_src.gpt.in (new 45) | |
bester 9/23/03 7:39 AM |
snapshot before moving to proper cvs location |
86 lines of code changed in: gateway_plugin/nees_ntcp_control_plugin/src: nees_i_ntcp_control_plugin.h (+12), nees_ntcp_control_plugin.c (+15), nees_ntcp_control_plugin.h (+15 -1), nees_ntcp_control_plugin_jni.c (+35 -32), nees_ntcp_control_plugin_jni_ref_cache.c (+9 -3), nees_ntcp_control_plugin_jni_stubs.c (new 0) | |
bester 9/22/03 4:14 PM |
added .cvsignore for standard subdirs |
0 lines of code changed in: gateway_plugin/nees_ntcp_control_plugin/test: doxygen/.cvsignore (new 0), pkgdata/.cvsignore (new 0) | |
bester 9/22/03 4:05 PM |
unit tests for control plugin gateway types |
1 lines of code changed in: gateway_plugin/nees_ntcp_control_plugin/test: .cvsignore (new 0), Makefile.am (new 0), bootstrap (new 0), configure.in (new 1), dirt.sh (new 0), nees_ntcp_control_plugin_test.c (new 0), nees_ntcp_control_plugin_test.h (new 0), nees_ntcp_control_point_test.c (new 0), nees_ntcp_geom_parameter_test.c (new 0), nees_ntcp_parameter_test.c (new 0), version.h.in (new 0), pkgdata/pkg_data_src.gpt.in (new 0) | |
bester 9/22/03 4:05 PM |
fixes for packaging problems. |
16 lines of code changed in: gateway_plugin/nees_ntcp_control_plugin/src: Makefile.am (+6 -4), pkgdata/pkg_data_src.gpt.in (+10 -2) | |
bester 9/22/03 3:32 PM |
all of the basic non-jni stuff builds and most have tests (to be committed once packaged) starts of jni stuff (not enabled now) |
321 lines of code changed in: gateway_plugin/nees_ntcp_control_plugin/src: Makefile.am (+46 -7), bootstrap (new 0), bootstrap.sh (del), configure.in (+46 -4), dirt.sh (new 0), nees_i_ntcp_control_plugin.h (+77 -9), nees_ntcp_control_plugin.c (new 0), nees_ntcp_control_plugin.h (+94 -72), nees_ntcp_control_plugin_control_point.c (new 0), nees_ntcp_control_plugin_error_string.c (new 0), nees_ntcp_control_plugin_geom_parameter.c (new 0), nees_ntcp_control_plugin_jni.c (new 32), nees_ntcp_control_plugin_jni_ref_cache.c (new 3), nees_ntcp_control_plugin_parameter_type.c (+21 -46), nees_ntcp_control_plugin_transaction_handle.c (new 0), version.h.in (new 0), doxygen/.cvsignore (new 0) gateway_plugin/nees_ntcp_control_plugin/src/pkgdata: .cvsignore (new 0), pkg_data_src.gpt.in (new 2) | |
cphillip 9/22/03 10:23 AM |
o Add packaging tools to ntcp server code. |
66 lines of code changed in: server: make-dist (new 50), mdist.conf (new 16) | |
bester 9/17/03 4:20 PM |
added .cvsignore for autotools files |
0 lines of code changed in: gateway_plugin/nees_ntcp_control_plugin/src/.cvsignore (new 0) | |
bester 9/17/03 4:19 PM |
add headers for ntcp gateway c api |
138 lines of code changed in: gateway_plugin/nees_ntcp_control_plugin/src: Doxyfile (new 0), Makefile.am (new 7), bootstrap.sh (new 0), configure.in (new 4), nees_i_ntcp_control_plugin.h (new 9), nees_ntcp_control_plugin.h (new 72), nees_ntcp_control_plugin_parameter_type.c (new 46) | |
mdarcy 9/3/03 9:28 PM |
1. Added client-side performance measurement to NtcpHelper 2. Performance measuring is disabled by default, but enabled when running the BasicTest |
130 lines of code changed in: server/src/org/nees/ntcp/server: impl/test/BasicTest.java (+3 -1), util/NtcpHelper.java (+127 -7) | |
johnsone 9/2/03 6:07 AM |
missed a couple files when adding copyrights |
156 lines of code changed in: matlab/NTCPcommon/MOST: CreateNCSADataFile.m (+33 -3), NCSA_Comp_Site.m (+34 -13), PSDTest.m (+23 -3), Sim_Coordinator3sites.m (+33 -12), UIUC_Exp_Site.m (+33 -13) | |
johnsone 9/2/03 6:00 AM |
some documentation added; placeholders for further documentation created |
288 lines of code changed in: matlab/NTCPcommon/Contents.m (new 16) matlab/NTCPclient: Contents.m (new 24), Readme.pdf (new 114) matlab/NTCPmplugin: Contents.m (new 20), Readme.pdf (new 114) | |
johnsone 9/2/03 5:36 AM |
added/corrected copyright and license statements |
2465 lines of code changed in: matlab/NTCPmplugin/USC_license.txt (new 136) matlab/NTCPclient: NTCP_OpenSession.m (+15 -1), USC_license.txt (new 136) matlab/NTCPclient/@NTCP_Server: NTCP_Server.m (+15 -1), cancel.m (+15 -1), close.m (+15 -1), execute.m (+15 -1), get.m (+15 -1), getoptions.m (+16 -2), ntcplog.m (+15 -1), open.m (+15 -1), propose.m (+15 -1), query.m (+15 -1), results.m (+15 -1), set.m (+16 -2), setoptions.m (+16 -2) matlab/NTCPclient/@NTCP_Server/private: cpvaluecheck.m (+15 -1), createcps.m (+15 -1), fatal.m (+15 -1), getnames.m (+15 -1), getnamesvalues.m (+15 -1), notaccepted.m (+15 -1), ntcpchar.m (+17), sanitycheck.m (+15 -1) matlab/NTCPclient/test_client: BasicTest.m (+15 -1), BasicTestSW.m (+15 -1) matlab/NTCPcommon: USC_license.txt (new 136), logger.m (+15 -1), serialize.m (+15 -1), serialize_test.m (+15 -1), @cell/serialize.m (+15 -1), @char/serialize.m (+15 -1), @logical/serialize.m (+15 -1), @sparse/serialize.m (+15 -1), @struct/serialize.m (+15 -1) matlab/NTCPcommon/MOST: AssemblePreliminaryData.m (+23 -3), CMD_defines.m (+23), CU_Exp_Site.m (+43 -11), CUmdl.m (+21 -1), CheckFlag.m (+23), CheckRelaxation.m (+35 -3), CheckSecurity.m (+34 -3), CheckSecurityCU.m (+39 -3), CombineData.m (+24 -5), CommunicationLink.m (+23 -3), Comp_Site.m (+24 -4), Compmdl.m (+21 -1), Corrector.m (+23 -4), CreateAnimationData.m (+23 -3), DCOffsetInitCU.m (+21), EquivalentMassMatrix.m (+23 -3), FEModeling.m (+25 -5), FlashArrow.m (+25 -3), FrameAnimation.m (+23 -3), Imodification.m (+23 -3), MemoryAllocation.m (+23 -4), NCSAmdl.m (+21 -1), PSDTestCU.m (+38 -5), Predictor.m (+23 -3), PreliminaryTest.m (+23 -3), PrepareComputationalModel.m (+23 -4), ProcessPSDdata.m (+24 -4), SeparateData.m (+23 -4), SetInputParemters.m (+23 -3), Sim_Coordinator.m (+23 -2), TransL2G.m (+23 -3), UIUC_license.txt (new 25), UIUCmdl.m (+21 -1), cpdata.m (+15 -1), cpknown.m (+15 -1), cubicshape.m (+23 -3), extractcp.m (+31 -1), getvar_lkn.m (+23), most_config.m (+16), mostcommand.m (+18 -1), packcp.m (+15 -1), plot_the_results.m (+23 -3), plot_the_results_EXP.m (+21), sendvar_lkn.m (+23), str2struc.m (+23), struc2str.m (+24 -1), wholemdl.m (+21 -1), wholemdlAnimation.m (+24 -4), wholemdl_sim.m (+25 -4) matlab/NTCPmplugin/@NTCP_Mplugin: NTCP_Mplugin.m (+15 -1), hasCommand.m (+15 -1), haveHadCommand.m (+15 -1), mpluginlog.m (+15 -1), nextCommand.m (+15 -1), sendResult.m (+15 -1), transactionStatus.m (+15 -1) matlab/NTCPmplugin/@NTCP_Mplugin/private: createcps.m (+15 -1), createparams.m (+15 -1), fatal.m (+15 -1), getcp.m (+15 -1), getcpnames.m (+15 -1), getparameters.m (+15 -1), getparamnames.m (+15 -1), sanitycheck.m (+15 -1) matlab/NTCPmplugin/test_mplugin: clearbuffer.m (+15 -1), eajLog.m (+17), eventloop.m (+16 -1), eventloop_remote.m (+18), fakeExecute.m (+15 -1), returnControlPoints.m (+15 -1), setparams.m (+16), son_of_eventloop.m (+16 -1), son_of_fakeExecute.m (+15 -1) matlab/NTCPmplugin/test_mplugin/testing: eventloop_testthread.m (+16 -1), test.m (+16) | |
johnsone 9/2/03 3:03 AM |
one more file to delete from its old location |
0 lines of code changed in: matlab/test_mplugin/testing/old_matlab_commands (del) | |
johnsone 9/2/03 3:02 AM |
a few more files to delete from their old locations |
0 lines of code changed in: matlab/test_mplugin: clearbuffer.m (del), eajLog.m (del), eventloop.m (del), eventloop_remote.m (del), fakeExecute.m (del), returnControlPoints.m (del), setparams.m (del), son_of_eventloop.m (del), son_of_fakeExecute.m (del) matlab/test_mplugin/testing: eventloop_testthread.m (del), test.m (del) | |
johnsone 9/2/03 3:00 AM |
oops, forgot to remove some of the files from their old locations |
0 lines of code changed in: matlab/@NTCP_Mplugin: NTCP_Mplugin.m (del), hasCommand.m (del), haveHadCommand.m (del), mpluginlog.m (del), nextCommand.m (del), sendResult.m (del), transactionStatus.m (del) matlab/@NTCP_Mplugin/private: createcps.m (del), createparams.m (del), fatal.m (del), getcp.m (del), getcpnames.m (del), getparameters.m (del), getparamnames.m (del), sanitycheck.m (del) | |
johnsone 9/2/03 2:53 AM |
reorganization of NTCP matlab codes into client/mplugin/common subdirectories |
12324 lines of code changed in: matlab: NTCP_OpenSession.m (del), logger.m (del), serialize.m (del), serialize_test.m (del), @cell/serialize.m (del), @char/serialize.m (del), @logical/serialize.m (del), @sparse/serialize.m (del), @struct/serialize.m (del), NTCPclient/NTCP_OpenSession.m (new 29) matlab/@NTCP_Server: NTCP_Server.m (del), cancel.m (del), close.m (del), execute.m (del), get.m (del), getoptions.m (del), ntcplog.m (del), open.m (del), propose.m (del), query.m (del), results.m (del), set.m (del), setoptions.m (del) matlab/@NTCP_Server/private: cpvaluecheck.m (del), createcps.m (del), fatal.m (del), getnames.m (del), getnamesvalues.m (del), notaccepted.m (del), ntcpchar.m (del), sanitycheck.m (del) matlab/MOST: AssemblePreliminaryData.m (del), CMD_defines.m (del), CU_Exp_Site.m (del), CUmdl.m (del), CheckFlag.m (del), CheckRelaxation.m (del), CheckSecurity.m (del), CheckSecurityCU.m (del), CombineData.m (del), CommunicationLink.gif (del), CommunicationLink.m (del), Comp_Site.m (del), Compmdl.m (del), Corrector.m (del), CreateAnimationData.m (del), CreateNCSADataFile.m (del), DCOffsetInitCU.m (del), EquivalentMassMatrix.m (del), FEModeling.m (del), FlashArrow.m (del), FrameAnimation.m (del), Imodification.m (del), MemoryAllocation.m (del), NCSA_Comp_Site.m (del), NCSAmdl.m (del), PSDTest.m (del), PSDTestCU.m (del), Predictor.m (del), PreliminaryTest.m (del), PrepareComputationalModel.m (del), ProcessPSDdata.m (del), SeparateData.m (del), SetInputParemters.m (del), Sim_Coordinator.m (del), Sim_Coordinator3sites.m (del), TransL2G.m (del), UIUC_Exp_Site.m (del), UIUCmdl.m (del), acc475C.dat (del), cpdata.m (del), cpknown.m (del), cubicshape.m (del), extractcp.m (del), getvar_lkn.m (del), most_config.m (del), mostcommand.m (del), packcp.m (del), plot_the_results.m (del), plot_the_results_EXP.m (del), sendvar_lkn.m (del), str2struc.m (del), struc2str.m (del), wholemdl.m (del), wholemdl.mat (del), wholemdlAnimation.m (del), wholemdl_sim.m (del) matlab/NTCPclient/@NTCP_Server: NTCP_Server.m (new 179), cancel.m (new 62), close.m (new 28), execute.m (new 128), get.m (new 148), getoptions.m (new 54), ntcplog.m (new 113), open.m (new 73), propose.m (new 121), query.m (new 140), results.m (new 165), set.m (new 50), setoptions.m (new 54) matlab/NTCPclient/@NTCP_Server/private: cpvaluecheck.m (new 67), createcps.m (new 36), fatal.m (new 27), getnames.m (new 60), getnamesvalues.m (new 139), notaccepted.m (new 54), ntcpchar.m (new 0), sanitycheck.m (new 19) matlab/NTCPclient/test_client: BasicTest.m (new 317), BasicTestSW.m (new 131) matlab/NTCPcommon: logger.m (new 135), serialize.m (new 44), serialize_test.m (new 35), @cell/serialize.m (new 46), @char/serialize.m (new 74), @logical/serialize.m (new 44), @sparse/serialize.m (new 34), @struct/serialize.m (new 24) matlab/NTCPcommon/MOST: AssemblePreliminaryData.m (new 8), CMD_defines.m (new 0), CU_Exp_Site.m (new 420), CUmdl.m (new 143), CheckFlag.m (new 0), CheckRelaxation.m (new 43), CheckSecurity.m (new 24), CheckSecurityCU.m (new 33), CombineData.m (new 38), CommunicationLink.gif (new 0), CommunicationLink.m (new 3), Comp_Site.m (new 4), Compmdl.m (new 1), Corrector.m (new 47), CreateAnimationData.m (new 112), CreateNCSADataFile.m (new 65), DCOffsetInitCU.m (new 16), EquivalentMassMatrix.m (new 6), FEModeling.m (new 116), FlashArrow.m (new 3), FrameAnimation.m (new 187), Imodification.m (new 16), MemoryAllocation.m (new 10), NCSA_Comp_Site.m (new 381), NCSAmdl.m (new 155), PSDTest.m (new 24), PSDTestCU.m (new 64), Predictor.m (new 17), PreliminaryTest.m (new 16), PrepareComputationalModel.m (new 18), ProcessPSDdata.m (new 8), SeparateData.m (new 21), SetInputParemters.m (new 14), Sim_Coordinator.m (new 2), Sim_Coordinator3sites.m (new 427), TransL2G.m (new 90), UIUC_Exp_Site.m (new 319), UIUCmdl.m (new 143), acc475C.dat (new 1501), cpdata.m (new 39), cpknown.m (new 49), cubicshape.m (new 30), extractcp.m (new 80), getvar_lkn.m (new 0), most_config.m (new 45), mostcommand.m (new 55), packcp.m (new 82), plot_the_results.m (new 57), plot_the_results_EXP.m (new 93), sendvar_lkn.m (new 0), str2struc.m (new 0), struc2str.m (new 26), wholemdl.m (new 168), wholemdl.mat (new 2218), wholemdlAnimation.m (new 12), wholemdl_sim.m (new 115) matlab/NTCPmplugin/@NTCP_Mplugin: NTCP_Mplugin.m (new 135), hasCommand.m (new 26), haveHadCommand.m (new 44), mpluginlog.m (new 114), nextCommand.m (new 201), sendResult.m (new 185), transactionStatus.m (new 100) matlab/NTCPmplugin/@NTCP_Mplugin/private: createcps.m (new 36), createparams.m (new 21), fatal.m (new 27), getcp.m (new 51), getcpnames.m (new 13), getparameters.m (new 48), getparamnames.m (new 13), sanitycheck.m (new 19) matlab/NTCPmplugin/test_mplugin: clearbuffer.m (new 41), eajLog.m (new 10), eventloop.m (new 457), eventloop_remote.m (new 34), fakeExecute.m (new 83), returnControlPoints.m (new 77), setparams.m (new 42), son_of_eventloop.m (new 178), son_of_fakeExecute.m (new 74) matlab/NTCPmplugin/test_mplugin/testing: eventloop_testthread.m (new 21), old_matlab_commands (new 10), test.m (new 70) matlab/test_client: BasicTest.m (del), BasicTestSW.m (del) | |
mdarcy 8/28/03 9:37 PM |
1. Added basic support for LocalPolicyPlugin - not fully implemented yet - plugins will get loaded, but no calls are made into plugin 2. Added performance profiling to all notable methods - set "isProfiling" to "true" in server-config.wsdd descriptor to enable 3. Exposed socket connect and read/write timeout variables as public members in NTCPHelper so that clients using the API can adjust the values 4. Some minor cleanups to ServiceData handling |
441 lines of code changed in: server/ntcp-server-config.wsdd (+2 -1) server/src/org/nees/ntcp/server: impl/NtcpServerImpl.java (+286 -101), util/NtcpHelper.java (+3 -3) server/src/org/nees/ntcp/server/backend: LocalPolicyPlugin.java (+66 -71), LocalPolicyPluginException.java (new 13), test/DummyLocalPolicyPlugin.java (new 71) | |
mdarcy 8/22/03 10:01 PM |
changed default authorization mode to NoAuthorization added "MostRecentlyChangedTransaction" SDE fixed SDE accumulation bug |
43 lines of code changed in: server/src/org/nees/ntcp/server: impl/NtcpServerImpl.java (+41 -5), util/NtcpHelper.java (+2 -2) | |
pearlman 8/22/03 2:50 PM |
Added the GTPL. |
141 lines of code changed in: server/LICENSE (new 141) | |
mdarcy 8/20/03 1:03 AM |
added security to NTCPServerImpl and NTCPHelper client interface increased timeout for socket I/O operations from 60 seconds to 3 minutes |
223 lines of code changed in: server: ntcp-server-config.wsdd (+1), test.properties (+2 -1), src/org/nees/ntcp/server/util/NtcpHelper.java (+34 -4) server/src/org/nees/ntcp/server/impl: NtcpServerImpl.java (+171 -30), test/BasicTest.java (+15 -8) | |
johnsone 7/30/03 12:59 PM |
final fix for consecutive log files (finally) |
13 lines of code changed in: matlab/MOST: CreateNCSADataFile.m (+10 -4), NCSA_Comp_Site.m (+1 -1), most_config.m (+2 -2) | |
johnsone 7/30/03 11:38 AM |
make sure main .dat output file has rotated filenames for scraper |
9 lines of code changed in: matlab/MOST/CreateNCSADataFile.m (+9 -3) | |
johnsone 7/30/03 10:43 AM |
changed log and data files to rotate to different filename (*-1*, *-2*, etc.) and write a "*.written" file when no longer writing to the file |
184 lines of code changed in: matlab: @NTCP_Mplugin/mpluginlog.m (+46 -1), @NTCP_Server/ntcplog.m (+45 -1) matlab/MOST: CU_Exp_Site.m (+17 -4), CreateNCSADataFile.m (+8), NCSA_Comp_Site.m (+11 -2), Sim_Coordinator3sites.m (+39 -14), UIUC_Exp_Site.m (+16 -3), most_config.m (+2 -2) | |
johnsone 7/30/03 9:47 AM |
make sure transaction ID is unique even if things happen fast (i.e., two proposals within one second) |
1 lines of code changed in: matlab/@NTCP_Server/propose.m (+1 -1) | |
pearlman 7/30/03 5:48 AM |
Naru's change to skip the relaxation test. This version of the file also sets the number of timesteps to 50. |
3 lines of code changed in: matlab/MOST/Sim_Coordinator3sites.m (+3 -3) | |
mdarcy 7/29/03 11:21 PM |
added retry attempts for all NtcpHelper client side SOAP method invocations. currently hardcoded to 10 attempts at 500ms intervals each per Laura |
237 lines of code changed in: server/src/org/nees/ntcp/server/util/NtcpHelper.java (+237 -77) | |
johnsone 7/29/03 5:10 PM |
fixed transaction ID name (didn't like either spaces or colon or something) |
19 lines of code changed in: matlab: logger.m (+3 -1), @NTCP_Mplugin/mpluginlog.m (+1 -1) matlab/@NTCP_Server: ntcplog.m (+1 -1), propose.m (+1 -1), results.m (+1) matlab/MOST: CU_Exp_Site.m (+6 -6), NCSA_Comp_Site.m (+1 -1), UIUC_Exp_Site.m (+2 -2), most_config.m (+3 -2) | |
johnsone 7/29/03 3:39 PM |
make tranaction log write a .written file after log is updated. |
2 lines of code changed in: matlab: @NTCP_Mplugin/mpluginlog.m (+1 -1), @NTCP_Server/ntcplog.m (+1 -1) | |
johnsone 7/29/03 3:05 PM |
new way of producing transaction IDs |
12 lines of code changed in: matlab/@NTCP_Server/propose.m (+12 -1) | |
johnsone 7/29/03 11:27 AM |
minor clarification in log file entries |
1 lines of code changed in: matlab/@NTCP_Mplugin/NTCP_Mplugin.m (+1 -1) | |
johnsone 7/29/03 11:27 AM |
fixed error if no parameters are sent with client open matlab call |
1 lines of code changed in: matlab/@NTCP_Server/open.m (+1 -1) | |
johnsone 7/29/03 2:00 AM |
matlab configs for the experiment |
10 lines of code changed in: matlab/MOST/most_config.m (+10 -6) | |
johnsone 7/29/03 1:45 AM |
fixed bug so nextCommand would actually time out if that was requested |
1 lines of code changed in: matlab/@NTCP_Mplugin/nextCommand.m (+1) | |
johnsone 7/29/03 1:44 AM |
matlab backend utility to pull commands from the buffer (and push back error messages) until it times out with no more commands; this should clear any commands remaining in the buffer (though may not deal with any pending execute commands that give the "Control Points Busy" error) |
0 lines of code changed in: matlab/test_mplugin/clearbuffer.m (new 0) | |
johnsone 7/29/03 1:16 AM |
matlab client and MOST simulation codes: 1) fixed one bug using the 'tag' for the logfiles 2) added option of synchronous execute command with new "results" function that waits for results 3) added some print statements in the SC so we see something happening when logging-to-screen is off |
135 lines of code changed in: matlab/@NTCP_Server: NTCP_Server.m (+4), execute.m (+5 -2), results.m (+6 -7) matlab/MOST: CU_Exp_Site.m (+11 -3), NCSA_Comp_Site.m (+9 -2), Sim_Coordinator3sites.m (+85 -32), UIUC_Exp_Site.m (+9 -2), cpdata.m (+5), most_config.m (+1 -1) | |
mdarcy 7/28/03 6:50 PM |
added local logger.error messages every time the server throws a remote exception |
42 lines of code changed in: server/src/org/nees/ntcp/server/impl/NtcpServerImpl.java (+42 -17) | |
johnsone 7/28/03 5:41 PM |
add "tag" to server instantiation for logging purposes |
62 lines of code changed in: matlab/@NTCP_Server: NTCP_Server.m (+4 -2), execute.m (+54 -40), ntcplog.m (+4 -4) | |
johnsone 7/28/03 5:36 PM |
add function to asynchronously poll for execution results |
7 lines of code changed in: matlab/@NTCP_Server/results.m (new 7) | |
johnsone 7/28/03 9:21 AM |
wrapper client function so we might be able to use Naru' visualization stuff with some modification by him |
5 lines of code changed in: matlab/MOST: CU_Exp_Site.m (+1 -1), NCSA_Comp_Site.m (+1 -1), Sim_Coordinator3sites.m (+2 -2), UIUC_Exp_Site.m (+1 -1), mostcommand.m (new 0) | |
johnsone 7/28/03 9:19 AM |
minor bug fix to the log file |
1 lines of code changed in: matlab/@NTCP_Server/close.m (+1 -1) | |
johnsone 7/28/03 7:54 AM |
fixed bug where measured data was not updated, so SC thought structure was moving too much between timesteps |
10 lines of code changed in: matlab/MOST: CU_Exp_Site.m (+1 -1), NCSA_Comp_Site.m (+1 -1), Sim_Coordinator3sites.m (+7 -2), UIUC_Exp_Site.m (+1 -1) | |
johnsone 7/28/03 7:25 AM |
runs through 7 iterations of simulation -- probably dying because testing on slow laptop |
129 lines of code changed in: matlab: @NTCP_Mplugin/nextCommand.m (+1), @NTCP_Server/query.m (+3 -3) matlab/MOST: CU_Exp_Site.m (+29 -5), CheckRelaxation.m (+1 -1), NCSA_Comp_Site.m (+35 -7), Sim_Coordinator3sites.m (+25 -10), UIUC_Exp_Site.m (+35 -7) | |
johnsone 7/28/03 5:57 AM |
some more bug fixes in the client matlab api functions and in the simulation codes |
54 lines of code changed in: matlab/@NTCP_Mplugin: NTCP_Mplugin.m (+1), hasCommand.m (+1), nextCommand.m (+1) matlab/@NTCP_Server: NTCP_Server.m (+1), cancel.m (+1), close.m (+1), execute.m (+4 -3), get.m (+2), open.m (+1), propose.m (+1), query.m (+9 -6), set.m (+1) matlab/MOST: CU_Exp_Site.m (+2 -2), CheckSecurity.m (+4 -8), CheckSecurityCU.m (+1 -2), NCSA_Comp_Site.m (+6 -10), Sim_Coordinator3sites.m (+3 -3), UIUC_Exp_Site.m (+5 -6), cpdata.m (+2 -1), most_config.m (+7 -7) | |
johnsone 7/28/03 3:14 AM |
a few bug fixes |
23 lines of code changed in: matlab/MOST: CU_Exp_Site.m (-1), CreateNCSADataFile.m (new 0), NCSA_Comp_Site.m (+12 -4), UIUC_Exp_Site.m (-1), cpdata.m (+1 -1), most_config.m (+10) | |
johnsone 7/28/03 1:07 AM |
a couple bug fixes; still debugging |
17 lines of code changed in: matlab/MOST: CU_Exp_Site.m (+1 -1), NCSA_Comp_Site.m (+2 -2), Sim_Coordinator3sites.m (+5 -5), UIUC_Exp_Site.m (+2 -2), cpknown.m (+3 -3), most_config.m (+4) | |
johnsone 7/28/03 12:35 AM |
updated simulation codes -- not debugged yet -- still testing |
650 lines of code changed in: matlab/MOST: CU_Exp_Site.m (+75 -80), CheckRelaxation.m (+8 -41), NCSA_Comp_Site.m (+208 -123), PSDTest.m (+1 -1), PSDTestCU.m (+22 -16), Sim_Coordinator3sites.m (+164 -189), UIUC_Exp_Site.m (+168 -137), cpdata.m (new 1), cpknown.m (new 3), extractcp.m (new 0), most_config.m (new 0), packcp.m (new 0) | |
johnsone 7/27/03 2:17 AM |
some bug fixes on the CU/SC NTCP connection |
9 lines of code changed in: matlab/MOST: CU_Exp_Site.m (+6 -5), Sim_Coordinator3sites.m (+3 -3) | |
johnsone 7/27/03 2:15 AM |
fixed minor bug masked by NTCP bug when execute returns ERROR |
3 lines of code changed in: matlab/@NTCP_Server: execute.m (+2 -2), private/cpvaluecheck.m (+1 -1) | |
johnsone 7/27/03 12:19 AM |
a stab at using SC to talk to ucol simulation via NTCP |
76 lines of code changed in: matlab: test_client/BasicTest.m (+1 -1), test_mplugin/son_of_eventloop.m (+3 -1) matlab/MOST: CheckRelaxation.m (+16 -10), Sim_Coordinator3sites.m (+56 -40) | |
johnsone 7/26/03 11:40 PM |
updated CU simulation/experiment to use NTCP |
75 lines of code changed in: matlab/MOST: CU_Exp_Site.m (+72 -64), CheckSecurityCU.m (+3 -6) | |
johnsone 7/26/03 9:54 PM |
some changes to Colorado experiment code |
191 lines of code changed in: matlab: MOST/CU_Exp_Site.m (+176 -152), test_mplugin/son_of_eventloop.m (+15 -15) | |
pearlman 7/26/03 9:21 PM |
Log parameter values. |
1 lines of code changed in: server/src/org/nees/ntcp/server/impl/test/BasicTest.java (+1) | |
johnsone 7/26/03 9:12 PM |
matlab sim codes -- still in process of modifying, but want them in CVS in case my computer crashes again |
651 lines of code changed in: matlab/MOST: AssemblePreliminaryData.m (new 0), CMD_defines.m (new 0), CU_Exp_Site.m (new 152), CUmdl.m (new 0), CheckFlag.m (new 0), CheckRelaxation.m (new 35), CheckSecurity.m (new 8), CheckSecurityCU.m (new 6), CombineData.m (new 0), CommunicationLink.gif (new 0), CommunicationLink.m (new 0), Comp_Site.m (new 0), Compmdl.m (new 0), Corrector.m (new 0), CreateAnimationData.m (new 0), DCOffsetInitCU.m (new 0), EquivalentMassMatrix.m (new 0), FEModeling.m (new 0), FlashArrow.m (new 0), FrameAnimation.m (new 0), Imodification.m (new 0), MemoryAllocation.m (new 0), NCSA_Comp_Site.m (new 123), NCSAmdl.m (new 0), PSDTest.m (new 1), PSDTestCU.m (new 16), Predictor.m (new 0), PreliminaryTest.m (new 0), PrepareComputationalModel.m (new 0), ProcessPSDdata.m (new 0), SeparateData.m (new 0), SetInputParemters.m (new 0), Sim_Coordinator.m (new 0), Sim_Coordinator3sites.m (new 173), TransL2G.m (new 0), UIUC_Exp_Site.m (new 137), UIUCmdl.m (new 0), acc475C.dat (new 0), cubicshape.m (new 0), getvar_lkn.m (new 0), plot_the_results.m (new 0), plot_the_results_EXP.m (new 0), sendvar_lkn.m (new 0), str2struc.m (new 0), struc2str.m (new 0), wholemdl.m (new 0), wholemdl.mat (new 0), wholemdlAnimation.m (new 0), wholemdl_sim.m (new 0) | |
johnsone 7/26/03 8:53 PM |
removing temporary log file that somehow got in CVS |
0 lines of code changed in: matlab/@NTCP_Server/private/logfile.txt (del) | |
johnsone 7/26/03 8:52 PM |
debugged backend matlab function APIs; tests now run fine except returning ERROR instead of COMPLETED on an execute's second pushCommandResult |
227 lines of code changed in: matlab/test_client/BasicTest.m (+3 -1) matlab/@NTCP_Mplugin: hasCommand.m (+1 -1), nextCommand.m (+49 -33), sendResult.m (+30 -13), transactionStatus.m (+3 -1) matlab/@NTCP_Mplugin/private: getcp.m (+51 -1), getcpnames.m (+13 -1), getparameters.m (+48 -1), getparamnames.m (+13 -1) matlab/test_mplugin: eventloop.m (+1 -1), son_of_eventloop.m (new 15), son_of_fakeExecute.m (new 0) | |
pearlman 7/26/03 7:59 PM |
Added CloseSessionTest. |
57 lines of code changed in: server/src/org/nees/ntcp/server/impl/test: CloseSessionTest.java (new 56), PackageTests.java (+1) | |
pearlman 7/26/03 3:38 PM |
Grrr, still wasn't quite right. |
2 lines of code changed in: server/src/org/nees/ntcp/server/impl/NtcpServerImpl.java (+2) | |
johnsone 7/26/03 1:48 PM |
backend MATLAB API coded; starting testing of it |
33 lines of code changed in: matlab/@NTCP_Server/execute.m (+2 -1) matlab/@NTCP_Mplugin: hasCommand.m (+1 -1), nextCommand.m (+2 -2), pushResult.m (del), sendResult.m (new 13), transactionStatus.m (+15 -10) matlab/@NTCP_Mplugin/private: createcps.m (new 0), createparams.m (new 0) | |
pearlman 7/26/03 12:23 PM |
Fix a bug I induced with my last fix. |
1 lines of code changed in: server/src/org/nees/ntcp/server/impl/NtcpServerImpl.java (+1 -1) | |
johnsone 7/26/03 11:20 AM |
removed temporary file |
0 lines of code changed in: matlab/@NTCP_Mplugin/k (del) | |
johnsone 7/26/03 11:15 AM |
working client code; updated client test; made client test for SWplugin testing; various bug fixes and documentation updates |
342 lines of code changed in: matlab: @NTCP_Mplugin/k (new 0), test_mplugin/eventloop.m (+19 -17) matlab/@NTCP_Server: NTCP_Server.m (+40 -1), cancel.m (new 0), execute.m (new 38), get.m (+2 -2), getoptions.m (new 0), open.m (+2 -1), propose.m (new 0), query.m (+4 -8), set.m (+2 -1), setoptions.m (new 0) matlab/@NTCP_Server/private: cpvaluecheck.m (new 1), createcps.m (new 0), getnames.m (+3 -1), getnamesvalues.m (+26 -10), notaccepted.m (new 0) matlab/test_client: BasicTest.m (+205 -39), BasicTestSW.m (new 0) | |
pearlman 7/26/03 3:42 AM |
Fixed propose to return the correct state if a proposal is rejected because (some of) its control points are in use. Fixed tests not to reuse control point names. |
33 lines of code changed in: server/src/org/nees/ntcp/server/state/test/NtcpTestUtils.java (+12 -4) server/src/org/nees/ntcp/server/impl: NtcpServerImpl.java (+9 -1), test/TransactionDataTest.java (+12 -9) | |
johnsone 7/26/03 3:07 AM |
oops, forgot a file in previous commit |
0 lines of code changed in: matlab/@NTCP_Mplugin/haveHadCommand.m (new 0) | |
johnsone 7/26/03 3:06 AM |
finished wrapper for MATLAB Mplugin to retrieve and sanity-check a command created skeleton utility functions for getting data from a command |
202 lines of code changed in: matlab/@NTCP_Mplugin: NTCP_Mplugin.m (+3 -1), nextCommand.m (+113 -14), pushResult.m (+72 -7), transactionStatus.m (new 10) matlab/@NTCP_Mplugin/private: fatal.m (new 0), getcp.m (new 1), getcpnames.m (new 1), getparameters.m (new 1), getparamnames.m (new 1) | |
johnsone 7/25/03 6:07 PM |
fixed so an expected error for testing is caught |
11 lines of code changed in: matlab/test_client/BasicTest.m (+11 -2) | |
johnsone 7/25/03 8:17 AM |
*** empty log message *** |
36 lines of code changed in: matlab/@NTCP_Mplugin/nextCommand.m (+36 -5) | |
johnsone 7/25/03 6:09 AM |
use common logger m-file in eajLog.m |
2 lines of code changed in: matlab/test_mplugin/eajLog.m (+2 -6) | |
johnsone 7/25/03 6:07 AM |
added query=getControlPoint test -- it passes |
12 lines of code changed in: matlab/test_client/BasicTest.m (+12) | |
johnsone 7/25/03 6:04 AM |
finalized query.m based on getControlPoint definition, tested, works |
47 lines of code changed in: matlab/@NTCP_Server: ntcplog.m (+30 -5), query.m (+17 -23) | |
johnsone 7/25/03 6:00 AM |
partial MATLAB backend API functions |
15 lines of code changed in: matlab/@NTCP_Mplugin: NTCP_Mplugin.m (new 1), hasCommand.m (new 1), mpluginlog.m (new 1), nextCommand.m (new 5), pushResult.m (new 7), private/sanitycheck.m (new 0) | |
pearlman 7/25/03 4:45 AM |
Tests for getControlPoint. |
81 lines of code changed in: server/src/org/nees/ntcp/server/impl/test/GetControlPointTest.java (new 81) | |
pearlman 7/25/03 4:02 AM |
Added getControlPoint. Also a GetControlPointTest, which is commented out and will only pass for plugins that provide a "dummy" control point (which DummyControlPlugin now does). |
86 lines of code changed in: server/schema/nees/ntcp/ntcp_server_port_type.gwsdl (+22) server/src/org/nees/ntcp/server: backend/test/DummyControlPlugin.java (+30 -4), util/NtcpHelper.java (+8) server/src/org/nees/ntcp/server/impl: NtcpServerImpl.java (+23), test/PackageTests.java (+3) | |
johnsone 7/25/03 3:36 AM |
bug fixes; BasicTest client working again with backend eventloop; logs work |
127 lines of code changed in: matlab: NTCP_OpenSession.m (+10 -10), logger.m (+15 -5), test_client/BasicTest.m (+30 -18), test_mplugin/eventloop.m (+1 -5) matlab/@NTCP_Server: NTCP_Server.m (+43 -11), get.m (+11 -9), open.m (+8 -2), query.m (+2 -1) matlab/@NTCP_Server/private: getnames.m (+4 -2), sanitycheck.m (+3 -3) | |
pearlman 7/25/03 2:30 AM |
Fix problems with some unit tests -- all but TransactionDataTest now work with the dummy plugin (but have not been tried with the other plugins). Also, NtcpHelper.propose was always returning "executing" for the transaction state. |
34 lines of code changed in: server/src/org/nees/ntcp/server/util/NtcpHelper.java (+1 -3) server/src/org/nees/ntcp/server/impl/test: TimeoutTest.java (+14 -23), TransactionDataTest.java (+4 -4) server/src/org/nees/ntcp/server/state/test: NtcpTransactionTableTest.java (+2 -2), NtcpTransactionTest.java (+13 -9) | |
johnsone 7/25/03 1:38 AM |
a skeleton control point query MATLAB client API function |
22 lines of code changed in: matlab/@NTCP_Server/query.m (new 22) | |
johnsone 7/25/03 12:45 AM |
utility function for facilitating logging to produce data for Chuck |
5 lines of code changed in: matlab/logger.m (new 5) | |
johnsone 7/25/03 12:44 AM |
new MATLAB client API helper methods |
15 lines of code changed in: matlab/@NTCP_Server/private: fatal.m (new 0), getnames.m (new 2), getnamesvalues.m (new 10), logfile.txt (new 0), sanitycheck.m (new 3) | |
johnsone 7/25/03 12:43 AM |
MATLAB NTCP client codes -- rearranged files, streamlined codes, added private helper methods |
17 lines of code changed in: matlab/@NTCP_Server: NTCP_CloseSession.m (del), NTCP_GetParam.m (del), NTCP_OpenSession.m (del), NTCP_SetParam.m (del), close.m (new 0), get.m (new 9), ntcplog.m (new 5), open.m (new 2), set.m (new 1) | |
Generated by StatCvs v0.1.3