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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software Control System
Tango devices
MeasureInstruments
lib
Electrometers
Commits
216ee1fd
Commit
216ee1fd
authored
17 years ago
by
ELATTAOUI
Browse files
Options
Downloads
Patches
Plain Diff
xavier :
lib compiled on Linux platform
parent
643fb188
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
include/TangoGpibLink.h
+2
-2
2 additions, 2 deletions
include/TangoGpibLink.h
src/Makefile.linux
+6
-2
6 additions, 2 deletions
src/Makefile.linux
with
8 additions
and
4 deletions
include/TangoGpibLink.h
+
2
−
2
View file @
216ee1fd
...
@@ -74,8 +74,8 @@ public :
...
@@ -74,8 +74,8 @@ public :
*
*
* \throws Tango::DevFailed
* \throws Tango::DevFailed
*/
*/
bool
SRQLineState
(
void
);
//- used to know if the integration cycle is done!
bool
SRQLineState
(
void
)
throw
(
Tango
::
DevFailed
)
;
//- used to know if the integration cycle is done!
short
readStatusByteRegister
(
void
);
//- device status byte register value on SRQ!
short
readStatusByteRegister
(
void
)
throw
(
Tango
::
DevFailed
)
;
//- device status byte register value on SRQ!
/**
/**
* \brief Clear a specific device (same as reset *RST).
* \brief Clear a specific device (same as reset *RST).
...
...
This diff is collapsed.
Click to expand it.
src/Makefile.linux
+
6
−
2
View file @
216ee1fd
...
@@ -6,9 +6,13 @@
...
@@ -6,9 +6,13 @@
#
#
# $Author: xavela $
# $Author: xavela $
#
#
# $Revision: 1.
4
$
# $Revision: 1.
5
$
#
#
# $Log: not supported by cvs2svn $
# $Log: not supported by cvs2svn $
# Revision 1.4 2008/02/15 10:17:57 xavela
# xavier :
# - command abort added for SCPI Keithleys
#
# Revision 1.3 2007/11/28 10:37:20 xavela
# Revision 1.3 2007/11/28 10:37:20 xavela
# compile en MODE debug ->
# compile en MODE debug ->
# modifier le(s) MakeFile !
# modifier le(s) MakeFile !
...
@@ -48,7 +52,7 @@
...
@@ -48,7 +52,7 @@
# of a library with no Tango dependencies)
# of a library with no Tango dependencies)
#
#
OUTPUT_TYPE
=
STATIC_LIB
OUTPUT_TYPE
=
STATIC_LIB
RELEASE_TYPE
=
DEBUG
#
RELEASE_TYPE = DEBUG
#=============================================================================
#=============================================================================
# OUTPUT_DIR is the directory which contains the build result.
# OUTPUT_DIR is the directory which contains the build result.
# if not set, the standard location is :
# if not set, the standard location is :
...
...
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