-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
export signalFilter to ssp #985
Conversation
559d48a
to
de7d32e
Compare
29895cf
to
f975f15
Compare
c05c93a
to
c21a43c
Compare
@lochel , This should be merged |
else | ||
{ | ||
// delete ssv node from <oms:snapshot> if flag not set | ||
snapshot.deleteResourceNode("resources/" + std::string(this->getCref()) + ".ssv"); | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do we generate the node in the first place?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is because of the current signature of exportToSSD(pugi::xml_node& node, pugi::xml_node& ssvNode, Snapshot& snapshot)
, And this should be changed when we restructure the exportToFile
to use snapshot
interface
This reverts commit 8f73aba.
Related Issues
#865
Purpose
This PR exports signal filters to an external xml file
"signalFilter.xml"
inssp
which is stored in the resources directory and referenced inssd
file. If no signal Filters are used the default signal filter is set to all".*"
Example
signalFilter.xml