ifw-daq
3.0.0-pre2
IFW Data Acquisition modules
|
Versioned namespace of sorting functions in case standard evolves but instruments want to freeze. More...
Classes | |
struct | StandardLess |
Sorting function object. More... | |
Functions | |
void | StandardSort (std::vector< LiteralKeyword > &keywords) |
Sorts keywords according to ESO DICD standards. More... | |
Versioned namespace of sorting functions in case standard evolves but instruments want to freeze.
void daq::fits::v1::StandardSort | ( | std::vector< LiteralKeyword > & | keywords | ) |
Sorts keywords according to ESO DICD standards.
Specifically the following sorting order is applied:
[in,out] | keywords | Vector of keywords to sort. |
Definition at line 720 of file keyword.cpp.