Skip to content
Snippets Groups Projects
Commit 2a220cda authored by blaakmeer's avatar blaakmeer
Browse files

BugID: 366

APLCommon enums moved from protocol file to APL_Defines.h header file
parent d6030c34
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ AC_INIT
dnl AC_CONFIG_AUX_DIR(config)
dnl AM_CONFIG_HEADER(config/config.h)
AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE(MACScheduler, 3.1)
AM_INIT_AUTOMAKE(MACScheduler, 3.1, no-define)
dnl
dnl Initialize for LOFAR (may set compilers)
......
......@@ -143,8 +143,8 @@ namespace GSO
string _getVInameFromPort(const GCF::TM::GCFPortInterface& port) const;
string _getShareLocation() const;
void _handleSASprotocol(GCF::TM::GCFEvent& event, GCF::TM::GCFPortInterface& port);
TSASResult _LDtoSASresult(const TLDResult& ldResult);
TSASResult _SDtoSASresult(const TSDResult& sdResult);
TSASResult _LDtoSASresult(const APLCommon::TLDResult& ldResult);
TSASResult _SDtoSASresult(const APLCommon::TSDResult& sdResult);
void _convertRelativeTimes(boost::shared_ptr<ACC::APS::ParameterSet> ps);
void _convertRelativeTimesChild(string child, boost::shared_ptr<ACC::APS::ParameterSet> ps);
......
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