Skip to content
Snippets Groups Projects
Commit c78bf4af authored by Marcel Loose's avatar Marcel Loose :sunglasses:
Browse files

Bug 61: Improvement documentation a little.

parent aef68c84
No related branches found
No related tags found
No related merge requests found
...@@ -167,6 +167,9 @@ LCS/AMC/AMCBase/lofarconf ...@@ -167,6 +167,9 @@ LCS/AMC/AMCBase/lofarconf
LCS/AMC/AMCImpl/Makefile.common LCS/AMC/AMCImpl/Makefile.common
LCS/AMC/AMCImpl/autoconf_share LCS/AMC/AMCImpl/autoconf_share
LCS/AMC/AMCImpl/lofarconf LCS/AMC/AMCImpl/lofarconf
LCS/AMC/Makefile.common
LCS/AMC/autoconf_share
LCS/AMC/lofarconf
LCS/Blob/Makefile.common LCS/Blob/Makefile.common
LCS/Blob/autoconf_share LCS/Blob/autoconf_share
LCS/Blob/lofarconf LCS/Blob/lofarconf
......
...@@ -66,6 +66,11 @@ namespace LOFAR ...@@ -66,6 +66,11 @@ namespace LOFAR
// coordinates, earth positions, and points in time. In the latter case, // coordinates, earth positions, and points in time. In the latter case,
// the conversion routine will convert the input sky coordinates for the // the conversion routine will convert the input sky coordinates for the
// given earth position and point in time. // given earth position and point in time.
//
// \note None of the member functions below can be made \c const, because
// the ConverterClient class that implements these functions has data
// members that cannot be \c const (e.g., DH_Request, DH_Result,
// TH_Socket, and Connection). Alas!
class Converter class Converter
{ {
public: public:
......
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