Skip to content
Snippets Groups Projects
Commit ba8be207 authored by janwych's avatar janwych
Browse files

removed duplication of part of D_spectrum interface

git-svn-id: https://svnsrv.desy.de/desy/mtca4u_applications/DOOCS_Adapter/trunk@52 688d77b5-b833-4f6b-b27f-eb88d88625d6
parent 83fe7bf6
No related branches found
No related tags found
No related merge requests found
......@@ -53,15 +53,9 @@ public:
// foundation for random access, based on direct mapping on D_spectrum interface
void fill_spectrum (int i, float data)
{
D_spectrum::fill_spectrum (i, data);
}
float read_spectrum (int i) const
{
return D_spectrum::read_spectrum (i);
}
// foundation for random access in the adapter is based on the following part of the D_spectrum interface:
// void D_spectrum::fill_spectrum (int index, float item)
// float D_spectrum::read_spectrum (int index) const
// treat whole spectrum at once - for set and get, extending D_spectrum interface
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment