Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
CryoCooler
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
Temperature
CryoCooler
Commits
94e63048
Commit
94e63048
authored
Jan 11, 2017
by
Jacques Gouno
Browse files
Options
Downloads
Patches
Plain Diff
TANGODEVIC-1636: add CryoCooler Interface for the PLCServerProxy
parent
707d11cf
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/TypesAndConsts.h
+41
-0
41 additions, 0 deletions
src/TypesAndConsts.h
with
41 additions
and
0 deletions
src/TypesAndConsts.h
0 → 100755
+
41
−
0
View file @
94e63048
//=============================================================================
// file : TypesAndConsts.h
//
// description : some types and consts
//
// project : CryoCooler
//
//=============================================================================
#ifndef __TYPES_AND_CONSTS_H__
#define __TYPES_AND_CONSTS_H__
namespace
CryoCooler_ns
{
// ============================================================================
// some defines enums and constants
// ============================================================================
//- constantes descriptions
//- DB_START constantes
static
unsigned
int
DB_START_INPUT_OFFSET
=
0
;
static
unsigned
int
DB_START_INPUT_LEN
=
50
;
static
unsigned
int
DB_START_OUTPUT_OFFSET
=
0
;
static
unsigned
int
DB_START_OUTPUT_LEN
=
0
;
//- DB_END constantes
static
unsigned
int
DB_END_INPUT_OFFSET
=
100
;
static
unsigned
int
DB_END_INPUT_LEN
=
50
;
static
unsigned
int
DB_END_OUTPUT_OFFSET
=
0
;
static
unsigned
int
DB_END_OUTPUT_LEN
=
0
;
//- DB_WRITE constantes
static
unsigned
int
DB_WRITE_INPUT_OFFSET
=
0
;
static
unsigned
int
DB_WRITE_INPUT_LEN
=
0
;
static
unsigned
int
DB_WRITE_OUTPUT_OFFSET
=
0
;
static
unsigned
int
DB_WRITE_OUTPUT_LEN
=
100
;
}
//- namespace
#endif //- __TYPES_AND_CONSTS_H__
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