Skip to content

Implement plotting of non-time based data#12

Merged
brichards64 merged 7 commits intoToolDAQ:masterfrom
jini-zh:plots
Aug 13, 2024
Merged

Implement plotting of non-time based data#12
brichards64 merged 7 commits intoToolDAQ:masterfrom
jini-zh:plots

Conversation

@jini-zh
Copy link
Contributor

@jini-zh jini-zh commented Mar 14, 2024

No description provided.

Evgenii Zhemchugov added 4 commits July 16, 2024 12:17
@jini-zh
Copy link
Contributor Author

jini-zh commented Jul 16, 2024

This pull request should be merged together with ToolDAQ/ToolDAQFramework#23, ToolDAQ/middleman#6, ToolDAQ/libDAQInterface#9

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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need chmod

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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need chmod

}
}


Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

from memory i put the prototype at the top of the file please do that too

Copy link
Contributor

@brichards64 brichards64 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

some changes, need to discuss the direct thingwith marcus

@jini-zh
Copy link
Contributor Author

jini-zh commented Aug 2, 2024

Should I add GetPlot to html-Detector/include/functions.js? If yes, we need a way to avoid duplicating JS code otherwise it will inevitably diverge.

@jini-zh jini-zh requested a review from brichards64 August 2, 2024 11:22
@brichards64 brichards64 merged commit ce021de into ToolDAQ:master Aug 13, 2024
@jini-zh jini-zh deleted the plots branch December 13, 2024 14:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants