-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update Services to rename GetConfig/SendConfig to GetDeviceConfig and… (
#28) * update Services to rename GetConfig/SendConfig to GetDeviceConfig and SendDeviceConfig, and add new functions GetRunConfig,SendRunConfig as well as GetRunDeviceConfig * add missing default device name * BUGFIX to ordering of SQLQuery arguments * accept version number return from middleman in GetDeviceConfig and GetRunConfig when used (as -1 will return the actual version number) * BUGFIX inverted query success checks * BUGFIX inverted success check * no need for pointers, results in ambiguity with nullptr. do need overload for no return * fix handling of return to SendXXXConfig functions according to new middleman JSON response format --------- Co-authored-by: Marcus O'Flaherty <[email protected]> Co-authored-by: brichards64 <[email protected]>
- Loading branch information
1 parent
1f4bd7b
commit d2e38fc
Showing
2 changed files
with
242 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters