Implement plotting of non-time based data#12
Merged
brichards64 merged 7 commits intoToolDAQ:masterfrom Aug 13, 2024
Merged
Conversation
added 4 commits
July 16, 2024 12:17
Without -std=c++11 libpqxx operates with std::nullopt_t in its headers and it confuses programs building with -std=c++11.
This was referenced Jul 16, 2024
Contributor
Author
|
This pull request should be merged together with ToolDAQ/ToolDAQFramework#23, ToolDAQ/middleman#6, ToolDAQ/libDAQInterface#9 |
brichards64
reviewed
Aug 1, 2024
| sendcommand2nopadding.cgi: sendcommand2nopadding.cpp | ||
| g++ -O3 sendcommand2nopadding.cpp -o sendcommand2nopadding.cgi -L /opt/ToolDAQFramework/lib -L /opt/ToolFrameworkCore/lib -lStore -lServiceDiscovery -lDataModelBase -lDAQDataModelBase -lDAQStore -lcgicc -I /usr/local/include -I /opt/ToolDAQFramework/include -I /opt/ToolFrameworkCore/include -I /opt/boost_1_66_0/install/include/ -I /opt/zeromq-4.0.7/include -L /opt/boost_1_66_0/install/lib -lboost_date_time -lboost_serialization -lboost_iostreams -L /opt/zeromq-4.0.7/lib -lzmq | ||
| chmod a+x sendcommand2nopadding.cgi | ||
| $(CXX) -o $@ $< $(CXXFLAGS) -lzmq -lcgicc -lStore |
brichards64
reviewed
Aug 1, 2024
| sendcommand2.cgi: sendcommand2.cpp | ||
| g++ -O3 sendcommand2.cpp -o sendcommand2.cgi -L /opt/ToolDAQFramework/lib -L /opt/ToolFrameworkCore/lib -lStore -lServiceDiscovery -lDataModelBase -lDAQDataModelBase -lDAQStore -lcgicc -I /usr/local/include -I /opt/ToolDAQFramework/include -I /opt/ToolFrameworkCore/include -I /opt/boost_1_66_0/install/include/ -I /opt/zeromq-4.0.7/include -L /opt/boost_1_66_0/install/lib -lboost_date_time -lboost_serialization -lboost_iostreams -L /opt/zeromq-4.0.7/lib -lzmq | ||
| chmod a+x sendcommand2.cgi | ||
| $(CXX) -o $@ $< $(CXXFLAGS) -lzmq -lcgicc -lStore |
brichards64
reviewed
Aug 1, 2024
brichards64
reviewed
Aug 1, 2024
brichards64
reviewed
Aug 1, 2024
| } | ||
| } | ||
|
|
||
|
|
Contributor
There was a problem hiding this comment.
from memory i put the prototype at the top of the file please do that too
brichards64
requested changes
Aug 1, 2024
Contributor
brichards64
left a comment
There was a problem hiding this comment.
some changes, need to discuss the direct thingwith marcus
Contributor
Author
|
Should I add |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.