Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
Gruppe44-PROG1003-2022
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
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
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
Andreas Blakli
Gruppe44-PROG1003-2022
Commits
686dd712
Commit
686dd712
authored
Mar 28, 2022
by
Andreas Blakli
Browse files
Options
Downloads
Patches
Plain Diff
La til min og max ruter.
parent
b1f3757d
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
konstanter.h
+12
-1
12 additions, 1 deletion
konstanter.h
with
12 additions
and
1 deletion
konstanter.h
+
12
−
1
View file @
686dd712
#ifndef __KONSTANTER_H
#define __KONSTANTER_H
const
int
MAX_ANTALL_STAPLASSER
=
100
;
const
int
MAX_ANTALL_STAPLASSER
=
100
;
const
int
MIN_ANTALL_STAPLASSER
=
0
;
const
int
MIN_ANTALL_STAPLASSER
=
0
;
const
int
MAX_ANTALL_SITTEPLASSER
=
100
;
const
int
MAX_ANTALL_SITTEPLASSER
=
100
;
...
@@ -6,3 +9,11 @@ const int MAX_ANTALL_VOGNER = 100;
...
@@ -6,3 +9,11 @@ const int MAX_ANTALL_VOGNER = 100;
const
int
MIN_ANTALL_VOGNER
=
0
;
const
int
MIN_ANTALL_VOGNER
=
0
;
const
int
MAX_BANELENGDE
=
99999
;
const
int
MAX_BANELENGDE
=
99999
;
const
int
MIN_BANELENGDE
=
0
;
const
int
MIN_BANELENGDE
=
0
;
const
int
MAX_MINUTTER
=
59
;
const
int
MIN_MINUTTER
=
1
;
const
int
MAX_TIMER
=
23
;
const
int
MIN_TIMER
=
0
;
const
int
MAX_RUTER
=
9999
;
const
int
MIN_RUTER
=
1
;
#endif // __KONSTANTER_H
\ No newline at end of file
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