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:
Geir Horn
2024-01-10 16:26:09 +01:00
committed by Geir Horn
parent 719fa3eaad
commit f48a968583
5 changed files with 49 additions and 0 deletions

View File

@@ -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