Skip to content
Snippets Groups Projects
Commit 28c935a6 authored by wierenga's avatar wierenga
Browse files

BugID: 710

rename clock related events
parent 828de8e4
No related branches found
No related tags found
No related merge requests found
...@@ -136,10 +136,10 @@ namespace LOFAR { ...@@ -136,10 +136,10 @@ namespace LOFAR {
void rsp_getversions(GCFEvent& event, GCFPortInterface &port); void rsp_getversions(GCFEvent& event, GCFPortInterface &port);
void rsp_getconfig(GCFEvent& event, GCFPortInterface &port); void rsp_getconfig(GCFEvent& event, GCFPortInterface &port);
void rsp_setclocks(GCFEvent& event, GCFPortInterface &port); void rsp_setclock(GCFEvent& event, GCFPortInterface &port);
void rsp_getclocks(GCFEvent& event, GCFPortInterface &port); void rsp_getclock(GCFEvent& event, GCFPortInterface &port);
void rsp_subclocks(GCFEvent& event, GCFPortInterface &port); void rsp_subclock(GCFEvent& event, GCFPortInterface &port);
void rsp_unsubclocks(GCFEvent& event, GCFPortInterface &port); void rsp_unsubclock(GCFEvent& event, GCFPortInterface &port);
/*@}*/ /*@}*/
private: private:
......
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