0
I Use This!
Inactive

Commits : Listings

Analyzed 4 days ago. based on code collected 4 days ago.
Jun 12, 2023 — Jun 12, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
minor changes; testing out web documentation More... about 14 years ago
changes to documentation; created module for AMControl and AMProcessVariable and cleaned up doxygen formatting. More... about 14 years ago
fixed bug in AMDbLoader: after renaming Scan class, needed to change class names in loader. More... about 14 years ago
AMControl: added isEnum(), enumNames(), and enumCount(). More... about 14 years ago
Merge branch 'master' of beamteam.usask.ca:acquaman More... about 14 years ago
AMProcessVariable: united all subclasses and added dynamic type detection. Now just use a AMProcessVariable all over, and query with dataType(). Can getDouble(), getInt(), getString() as well as setValue(int), setValue(double), setValue(QString). More... about 14 years ago
Finalized multiple inheritance structure for ScanController and ScanConfiguration trees More... about 14 years ago
worked out multiple inheritance for controller side, doing configuration side next ... ALSO name change took place. AM was removed from SGM specific files and class names ... now AM is only stuff general to acquaman More... about 14 years ago
Working on a good multiple inheritance idea for scan controllers - partial implementation currently, builds and works More... about 14 years ago
playing around with structures for grouping controls and optimizations More... about 14 years ago
added full set of AMPVControl classes: AMControl -> AMReadOnlyPVControl -> AMPVControl AMControl -> AMReadOnlyPVControl -> AMReadOnlyPVwStatusControl -> AMPVwStatusControl More... about 14 years ago
added new control to AMControl: read-only with status. (monitors extra PV for equality with moving value) More... about 14 years ago
Merge branch 'master' of [email protected]:acquaman More... about 14 years ago
playing with configuration set More... about 14 years ago
first build after filename change and AMControl refactor More... about 14 years ago
Merge branch 'master' of beamteam.usask.ca:acquaman More... about 14 years ago
major refactor to Control (see internal documentation). Changed name to AMControl. More... about 14 years ago
changed all file names to reflect class names (AM prepended), will see deletion on old files and creation on new ones More... about 14 years ago
did all class name changes to AM and instances More... about 14 years ago
Working on XASDacqSC ... getting ready to convert ALL goram class to AM classes More... about 14 years ago
merging changes, seems to build and run fine ... pro file needed to get both error stuff and xasdacq, no biggy More... about 14 years ago
Finally can add this class without breaking stuff ... that's 12 hours of my life I can't get back More... about 14 years ago
wow, so many. Yeah, fixes and changed macro guards to differentiate acqman_ and dacqlib_ stuff More... about 14 years ago
added error monitor files More... about 14 years ago
added ErrorMon. Subscription stuff needs testing. More... about 14 years ago
minor changes to sgmbeamline More... about 14 years ago
... More... about 14 years ago
Merge branch 'master' of beamteam.usask.ca:acquaman More... about 14 years ago
Control: added setpoint() and inPosition() to see where the control was told to go, and whether it's in position. More... about 14 years ago
added check for epics DRV_HIGH and DRV_LOW limits not set in the record. More... about 14 years ago