Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
libmueb
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
JetBrains YouTrack
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
KSZK
Schönherz Mátrix
libmueb
Commits
c94a72f2
Commit
c94a72f2
authored
4 years ago
by
bodzsoaa
Browse files
Options
Downloads
Patches
Plain Diff
Remove unicast port config
parent
b4a08137
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
src/configuration.cc
+0
-6
0 additions, 6 deletions
src/configuration.cc
src/configuration.h
+0
-3
0 additions, 3 deletions
src/configuration.h
with
0 additions
and
9 deletions
src/configuration.cc
+
0
−
6
View file @
c94a72f2
...
...
@@ -67,10 +67,6 @@ quint32 Configuration::remainder_packet_size() const {
return
remainder_packet_size_
;
}
quint16
Configuration
::
unicast_animation_port
()
const
{
return
unicast_animation_port_
;
}
quint16
Configuration
::
broadcast_animation_port
()
const
{
return
broadcast_animation_port_
;
}
...
...
@@ -113,8 +109,6 @@ void Configuration::LoadSettings() {
// Network protocol specific constants
settings_
.
beginGroup
(
"network"
);
protocol_type_
=
2
;
unicast_animation_port_
=
settings_
.
value
(
"unicast_animation_port"
,
3000
).
toUInt
();
broadcast_animation_port_
=
settings_
.
value
(
"broadcast_animation_port"
,
10000
).
toUInt
();
...
...
This diff is collapsed.
Click to expand it.
src/configuration.h
+
0
−
3
View file @
c94a72f2
...
...
@@ -55,8 +55,6 @@ class Configuration : public QObject {
quint32
remainder_packet_size
()
const
;
quint16
unicast_animation_port
()
const
;
quint16
broadcast_animation_port
()
const
;
quint8
max_packet_number
()
const
;
...
...
@@ -92,7 +90,6 @@ class Configuration : public QObject {
quint32
packet_payload_size_
;
quint32
frame_fragment_size_
;
quint32
remainder_packet_size_
;
quint16
unicast_animation_port_
;
quint16
broadcast_animation_port_
;
quint8
max_packet_number_
;
quint8
color_depth_
;
...
...
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