Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
E
Electrometers
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
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
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software Control System
Tango devices
MeasureInstruments
lib
Electrometers
Merge requests
!1
Rebase TANGODEVIC-2411 commit
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Rebase TANGODEVIC-2411 commit
develop
into
main
Overview
0
Commits
5
Pipelines
0
Changes
15
Merged
Patrick MADELA
requested to merge
develop
into
main
10 months ago
Overview
0
Commits
5
Pipelines
0
Changes
15
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
1608e19a
5 commits,
10 months ago
15 files
+
506
−
199
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
15
include/N_PhotoConducteur.h
+
1
−
1
View file @ 1608e19a
Edit in single-file editor
Open in Web IDE
Show full file
@@ -36,7 +36,7 @@ public:
* \brief Initialization.
*/
// N_PhotoConducteur (std::string& comLink_device_name, short channel_address, short electroType);
N_PhotoConducteur
(
std
::
string
&
comLink_device_name
,
short
channel_address
);
N_PhotoConducteur
(
std
::
string
&
comLink_device_name
,
short
channel_address
,
std
::
string
comProtocol
);
/**
* \brief Release resources.
Loading