OPENJSM
version 1.1
author Volkova Tatyana (robofreak.ru, robofreak@mail.ru) of RSUH, Moscow
What's inside:
- An eclipse project for quick development, which compiles JSM as an application, static library (.a) or dynamic library (.so)
- All sources (in src/, which are .h and .cpp)
- Already compiled libjsm.so and application (Debug/jsm) which could be execured with sample data (input.txt), log is saved into output.txt
- Docs made by doxygen (/html/index.html)
How to use:
1) Use it as a program - change main.cpp as you wish
2) Use it as a shared library - write #include "way_to_jsm/headers.h" in your file, and add reference to libopenjsm.so
Changes since last (1.0) version:
- Added new methods ("get properties of object" and "add sample as string")
- Added possibility of .so compilation