Commit Graph

6 Commits

Author SHA1 Message Date
Aaron Kling
c4683d90a9 Format code using astyle google format
Commands used:
astyle --style=google --indent=spaces=2 --keep-one-line-blocks src/*.cpp
astyle --style=google --indent=spaces=2 --keep-one-line-blocks src/*.h
2024-03-26 13:43:58 -05:00
Isaac Connor
c00d3ea061 Add score to debug in monitor link 2024-01-28 16:31:49 -05:00
Isaac Connor
44862adb8a Implement MonitorLinkExpression::result so that we can return the score as well as simply a boolean value. 2024-01-22 14:25:57 -05:00
Isaac Connor
1798d95b8b Have working monitorlink expressions 2022-07-14 17:25:51 -04:00
Isaac Connor
98f33e9b58 convert std::string std::string_view and cast to std::string for debug logging 2022-07-05 12:45:04 -04:00
Isaac Connor
cc7c8376dd Rough in a MonitorLink_Expression object 2022-06-29 09:48:10 -04:00