Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
partons
core
partons-example
Commits
79fec097
Commit
79fec097
authored
Jul 12, 2016
by
Bryan Berthou
Browse files
refs#16
In PARTONS_release (trunk) : - Remove old stuff for tests.
parent
8762db77
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main.cpp
View file @
79fec097
#include <partons/beans/List.h>
#include <partons/Partons.h>
#include <partons/services/automation/AutomationService.h>
#include <partons/services/ObservableService.h>
#include <partons/ServiceObjectRegistry.h>
#include <partons/ServiceObjectTyped.h>
#include <QtCore/qcoreapplication.h>
#include <iostream>
#include <stdexcept>
...
...
@@ -49,11 +46,6 @@ int main(int argc, char** argv) {
pAutomationService
->
playScenario
(
pScenario
);
}
ObservableService
*
pObservableService
=
pPartons
->
getServiceObjectRegistry
()
->
getObservableService
();
std
::
cout
<<
pObservableService
->
getResultList
().
toString
()
<<
std
::
endl
;
// Stop PARTONS application
if
(
pPartons
)
{
pPartons
->
close
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment