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
bd3c6756
Commit
bd3c6756
authored
6 years ago
by
Martin Christoph Hierholzer
Browse files
Options
Downloads
Patches
Plain Diff
improved documentation
parent
e089cad4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/Flags.h
+3
-2
3 additions, 2 deletions
include/Flags.h
with
3 additions
and
2 deletions
include/Flags.h
+
3
−
2
View file @
bd3c6756
...
...
@@ -33,13 +33,14 @@ namespace ChimeraTK {
/** Enum to define types of VariableNetworkNode */
enum
class
NodeType
{
Device
,
ControlSystem
,
Application
,
TriggerReceiver
,
TriggerProvider
,
Constant
,
invalid
};
/** Hierarchy modifier: specify if and how the module hierarchy should be modified. */
/** Hierarchy modifier: specify if and how the module hierarchy should be modified
in EntityOwner::findTag() etc
. */
enum
class
HierarchyModifier
{
none
,
///< No modification is performed
hideThis
,
///< The hierarchy level at which this flag is specified is hidden. Everything below this level is moved
///< exactly one level up. The structure below this level is kept.
moveToRoot
///< The module at which this flag is specified is moved to the root level, together with the entire
///< structure below the module.
///< structure below the module. Note: Unless you run findTag() or so on the entire application, the
///< moved hierarchy structures might not be visible in the control system etc.
};
}
/* namespace ChimeraTK */
...
...
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