Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ApplicationCore
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ChimeraTK Mirror
ApplicationCore
Commits
4ced7fc7
Commit
4ced7fc7
authored
6 years ago
by
Martin Christoph Hierholzer
Browse files
Options
Downloads
Patches
Plain Diff
eliminated some warnings
parent
809fe093
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
include/Application.h
+2
-1
2 additions, 1 deletion
include/Application.h
include/ApplicationModule.h
+1
-1
1 addition, 1 deletion
include/ApplicationModule.h
include/ModuleImpl.h
+1
-1
1 addition, 1 deletion
include/ModuleImpl.h
include/VariableGroup.h
+1
-1
1 addition, 1 deletion
include/VariableGroup.h
with
5 additions
and
4 deletions
include/Application.h
+
2
−
1
View file @
4ced7fc7
...
@@ -195,6 +195,7 @@ namespace ChimeraTK {
...
@@ -195,6 +195,7 @@ namespace ChimeraTK {
}
}
void
registerDeviceModule
(
DeviceModule
*
deviceModule
);
void
registerDeviceModule
(
DeviceModule
*
deviceModule
);
protected
:
protected
:
friend
class
Module
;
friend
class
Module
;
friend
class
VariableNetwork
;
friend
class
VariableNetwork
;
...
@@ -391,7 +392,7 @@ namespace ChimeraTK {
...
@@ -391,7 +392,7 @@ namespace ChimeraTK {
"caused by "
"caused by "
"incorrect ownership of variables/accessors or VariableGroups."
);
"incorrect ownership of variables/accessors or VariableGroups."
);
}
}
void
setCurrentVersionNumber
(
VersionNumber
)
{
void
setCurrentVersionNumber
(
VersionNumber
)
override
{
throw
ChimeraTK
::
logic_error
(
"setCurrentVersionNumber() called on the application. This is probably "
throw
ChimeraTK
::
logic_error
(
"setCurrentVersionNumber() called on the application. This is probably "
"caused by "
"caused by "
"incorrect ownership of variables/accessors or VariableGroups."
);
"incorrect ownership of variables/accessors or VariableGroups."
);
...
...
This diff is collapsed.
Click to expand it.
include/ApplicationModule.h
+
1
−
1
View file @
4ced7fc7
...
@@ -18,7 +18,7 @@ namespace ChimeraTK {
...
@@ -18,7 +18,7 @@ namespace ChimeraTK {
class
Application
;
class
Application
;
class
ModuleGroup
;
class
ModuleGroup
;
class
ConfigReader
;
struct
ConfigReader
;
class
ApplicationModule
:
public
ModuleImpl
{
class
ApplicationModule
:
public
ModuleImpl
{
public:
public:
...
...
This diff is collapsed.
Click to expand it.
include/ModuleImpl.h
+
1
−
1
View file @
4ced7fc7
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
namespace
ChimeraTK
{
namespace
ChimeraTK
{
class
ConfigReader
;
struct
ConfigReader
;
/**
/**
* Some common implementations of a few functions in Module used by most
* Some common implementations of a few functions in Module used by most
...
...
This diff is collapsed.
Click to expand it.
include/VariableGroup.h
+
1
−
1
View file @
4ced7fc7
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
namespace
ChimeraTK
{
namespace
ChimeraTK
{
class
ApplicationModule
;
class
ApplicationModule
;
class
ConfigReader
;
struct
ConfigReader
;
class
VariableGroup
:
public
ModuleImpl
{
class
VariableGroup
:
public
ModuleImpl
{
public:
public:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment