2
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 07, 2025 — Aug 07, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Comments are added to vibroAudioCardTest1. More... almost 15 years ago
Re #268: Read/Write application configuration moved from applications to vtkPlusConfig; Members and Set/Get functions added to reach common application configuration properties; ConfigurationXY renamed to DataSetConfigurationXY in vtkPlusConfig because of appearance of ApplicationConfigurationXY members More... almost 15 years ago
Added the vibroAudioCardTest1 to the list of tests for the nightly build. More... almost 15 years ago
comment code More... almost 15 years ago
[no comment] More... almost 15 years ago
re #206: WIP More... almost 15 years ago
Changed vibroAudioCard classes so that the functions all return a PlusStatus instead of HRESULT. Also vibroAudioCardTest1.cxx was modified for consistency. More... almost 15 years ago
Re #268: Application configuration file and data element in vtkPlusConfig More... almost 15 years ago
Fixed build error: fatal error C1083: Cannot open include file: 'SEIDrv32.h': No such file or directory (in CivcoBrachyStepper.cxx) More... almost 15 years ago
Fixed PlusApp project generation error by adding required targets to external MS project list More... almost 15 years ago
Re #231: Comments added More... almost 15 years ago
Re #231, Re #192: New architecture created for fCal: the TrusCalibration/*Controller classes and so the AbstractToolboxController class deleted, algorithms created instead of them (vtkPivotCalibrationAlgo and vtkPhantomRegistrationAlgo; vtkFreehandCalibrationController remained until refactoring the calibration code - this is why progress and segmented point visualization does not work during calibration) More... almost 15 years ago
re #206: Client to server command sending works. Next, the command buffer has to be placed in the server. More... almost 15 years ago
re #206: WIP More... almost 15 years ago
Added vibroAudioCardTest1 to PLUS-Lib. When you run it, you should hear a humming sound (sinousidal wave). More... almost 15 years ago
Fixed /SEIDrv32.lib not found build error (it required restart of the build when started a fresh build) More... almost 15 years ago
re #206: MessageQueue added, not used yet. More... almost 15 years ago
re #206: Server does not get messages for some reason now. More... almost 15 years ago
Fixed #290: Cleaned up CMakeLists.txt files. Fixed include file path handling (no more duplicate includes and it's also simpler), removed unused variables, etc. More... almost 15 years ago
commented #${CMAKE_CURRENT_SOURCE_DIR}/Vibro/AudioCard and #${CMAKE_CURRENT_SOURCE_DIR}/Vibro/Mcdc More... almost 15 years ago
re #206: WIP More... almost 15 years ago
re #206: Server receives messages but hangs if no client messages come. More... almost 15 years ago
Updated INCLUDE_EXTERNAL_MSPROJECT for Vibro More... almost 15 years ago
re #206: Request-response deleted. Messages with no feedback started to be implemented. More... almost 15 years ago
Adedd include directories for Vibro More... almost 15 years ago
Separated the two completely independent Vibro functionalities (AudioCard and Mcdc) into two separate libraries (VibroAudioCard and VibroMcdc) More... almost 15 years ago
Renamed cpp files to cxx files in Vibro to make it consistent with Plus conventions More... almost 15 years ago
Fixed #288: Replaced VIBROLIB_API by the common VTK_EXPORT macro to expose classes to the DLL interface correctly. Removed StdAfx.cxx&h as we don't use precompiled headers in Plus. Added reference to PlusConfigure.h and added vtkPlusCommon as a required lib, as these contain some basic macros (for exporting symbols, logging, timestamping, etc.) that are needed for all Plus library component. More... almost 15 years ago
Edited the CMakeLists.txt and cmakein files so that the Vibro library is added to PLUS-Lib. More... almost 15 years ago
Added files for Vibro library. This library makes the shaker vibrate with a user-input frequency which is needed for vibro-elastography. More... almost 15 years ago