First release
- Added build script and AMPL license file - Fixed merge errors for the makefile - Extended the makefile header - Added initial AMQ message topics - Tested remote build - Removed AMPL license file - Validated build script - Accepting the metric definition message from the EMS - Execution control status messages + solver type command line option Change-Id: I298dea929764d118ffde42ef68bed99d67ad0488
This commit is contained in:
@@ -89,6 +89,8 @@ ExecutionControl::ExecutionControl( const std::string & TheActorName )
|
||||
Send( StatusMessage( StatusMessage::State::Starting ),
|
||||
Address( std::string( StatusTopic ) ) );
|
||||
|
||||
<<<<<<< PATCH SET (21fe96 First release)
|
||||
=======
|
||||
}
|
||||
|
||||
// The destructor simply closes the publisher if the network is still active
|
||||
@@ -101,6 +103,7 @@ ExecutionControl::~ExecutionControl( void )
|
||||
Theron::AMQ::NetworkLayer::TopicSubscription::Action::ClosePublisher,
|
||||
std::string( StatusTopic )
|
||||
), GetSessionLayerAddress() );
|
||||
>>>>>>> BASE (719fa3 Add Dockerfile)
|
||||
}
|
||||
|
||||
} // namespace NebulOuS
|
||||
Reference in New Issue
Block a user