Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
twin-apu-id
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cs
ds
twin-apu-id
Commits
8beff75d
Commit
8beff75d
authored
4 years ago
by
Claudio Scafuri
Browse files
Options
Downloads
Patches
Plain Diff
clean compltation with supervisedid 2.0.0, fix energy switch procedure
parent
1e129d65
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!1
Derivedprivilegs
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
deps/supervisedid
+1
-1
1 addition, 1 deletion
deps/supervisedid
src/TwinApuId.cpp
+2
-2
2 additions, 2 deletions
src/TwinApuId.cpp
src/TwinApuIdClass.cpp
+1
-1
1 addition, 1 deletion
src/TwinApuIdClass.cpp
with
4 additions
and
4 deletions
supervisedid
@
2c5fa6e4
Compare
058cc4f4
...
2c5fa6e4
Subproject commit
058cc4f4dce21260bf99a2a795f2a2d8d3095023
Subproject commit
2c5fa6e4e7672d4dc84b773533062cce1d6ef969
This diff is collapsed.
Click to expand it.
src/TwinApuId.cpp
+
2
−
2
View file @
8beff75d
...
...
@@ -87,7 +87,7 @@
namespace
TwinApuId_ns
{
/*----- PROTECTED REGION ID(TwinApuId::namespace_starting) ENABLED START -----*/
using
namespace
SupervisedID_ns
;
// static initializations
/*----- PROTECTED REGION END -----*/
// TwinApuId::namespace_starting
...
...
@@ -609,7 +609,7 @@ void TwinApuId::write_Enabled(Tango::WAttribute &attr)
attr
.
get_write_value
(
w_val
);
/*----- PROTECTED REGION ID(TwinApuId::write_Enabled) ENABLED START -----*/
int
priv
=
caller_privileges
();
privilege
priv
=
caller_privileges
();
if
(
priv
<
PRIVILEGED
){
INFO_STREAM
<<
"Enabled from "
<<
clientAddress
<<
" REJECTED"
<<
endl
;
TangoSys_OMemStream
o
;
...
...
This diff is collapsed.
Click to expand it.
src/TwinApuIdClass.cpp
+
1
−
1
View file @
8beff75d
...
...
@@ -500,7 +500,7 @@ void TwinApuIdClass::write_class_property()
Tango
::
DbData
data
;
string
classname
=
get_name
();
string
header
;
string
::
size_type
start
,
end
;
//
string::size_type start, end;
// Put title
Tango
::
DbDatum
title
(
"ProjectTitle"
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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