Skip to content

Commit

Permalink
stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
igagis committed Mar 8, 2024
1 parent a94b8c6 commit c4462be
Show file tree
Hide file tree
Showing 16 changed files with 17 additions and 16 deletions.
3 changes: 2 additions & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
bedsidemon - Bed-side monitor example GUI project
Copyright (C) 2024 Ivan Gagis <igagis@gmail.com>
Copyright (C) 2024 Gagistech Oy <gagistechoy@gmail.com>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -83,6 +83,7 @@ class application : public ruisapp::application

auto pw = utki::make_shared<spo2_parameter_window>(this->gui.context);
// this->spo2_sensor_v = std::make_unique<contec_cms50d_plus>(pw, "/dev/ttyUSB0");
// NOLINTNEXTLINE(bugprone-unused-return-value, "false positive")
this->spo2_sensor_v = std::make_unique<setocare_st_t130_u01>(pw, "/dev/ttyUSB0");

pw_container.push_back(pw);
Expand Down
2 changes: 1 addition & 1 deletion src/serial_port.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
bedsidemon - Bed-side monitor example GUI project
Copyright (C) 2024 Ivan Gagis <igagis@gmail.com>
Copyright (C) 2024 Gagistech Oy <gagistechoy@gmail.com>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/serial_port.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
bedsidemon - Bed-side monitor example GUI project
Copyright (C) 2024 Ivan Gagis <igagis@gmail.com>
Copyright (C) 2024 Gagistech Oy <gagistechoy@gmail.com>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/serial_port_thread.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
bedsidemon - Bed-side monitor example GUI project
Copyright (C) 2024 Ivan Gagis <igagis@gmail.com>
Copyright (C) 2024 Gagistech Oy <gagistechoy@gmail.com>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/serial_port_thread.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
bedsidemon - Bed-side monitor example GUI project
Copyright (C) 2024 Ivan Gagis <igagis@gmail.com>
Copyright (C) 2024 Gagistech Oy <gagistechoy@gmail.com>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/spo2/contec_cms50d_plus.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
bedsidemon - Bed-side monitor example GUI project
Copyright (C) 2024 Ivan Gagis <igagis@gmail.com>
Copyright (C) 2024 Gagistech Oy <gagistechoy@gmail.com>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/spo2/contec_cms50d_plus.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
bedsidemon - Bed-side monitor example GUI project
Copyright (C) 2024 Ivan Gagis <igagis@gmail.com>
Copyright (C) 2024 Gagistech Oy <gagistechoy@gmail.com>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/spo2/setocare_st_t130_u01.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
bedsidemon - Bed-side monitor example GUI project
Copyright (C) 2024 Ivan Gagis <igagis@gmail.com>
Copyright (C) 2024 Gagistech Oy <gagistechoy@gmail.com>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/spo2/setocare_st_t130_u01.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
bedsidemon - Bed-side monitor example GUI project
Copyright (C) 2024 Ivan Gagis <igagis@gmail.com>
Copyright (C) 2024 Gagistech Oy <gagistechoy@gmail.com>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/spo2/spo2_measurement.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
bedsidemon - Bed-side monitor example GUI project
Copyright (C) 2024 Ivan Gagis <igagis@gmail.com>
Copyright (C) 2024 Gagistech Oy <gagistechoy@gmail.com>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/spo2/spo2_parameter_window.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
bedsidemon - Bed-side monitor example GUI project
Copyright (C) 2024 Ivan Gagis <igagis@gmail.com>
Copyright (C) 2024 Gagistech Oy <gagistechoy@gmail.com>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/spo2/spo2_parameter_window.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
bedsidemon - Bed-side monitor example GUI project
Copyright (C) 2024 Ivan Gagis <igagis@gmail.com>
Copyright (C) 2024 Gagistech Oy <gagistechoy@gmail.com>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/spo2/spo2_sensor.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
bedsidemon - Bed-side monitor example GUI project
Copyright (C) 2024 Ivan Gagis <igagis@gmail.com>
Copyright (C) 2024 Gagistech Oy <gagistechoy@gmail.com>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/spo2/spo2_sensor.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
bedsidemon - Bed-side monitor example GUI project
Copyright (C) 2024 Ivan Gagis <igagis@gmail.com>
Copyright (C) 2024 Gagistech Oy <gagistechoy@gmail.com>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/waveform.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
bedsidemon - Bed-side monitor example GUI project
Copyright (C) 2024 Ivan Gagis <igagis@gmail.com>
Copyright (C) 2024 Gagistech Oy <gagistechoy@gmail.com>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/waveform.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
bedsidemon - Bed-side monitor example GUI project
Copyright (C) 2024 Ivan Gagis <igagis@gmail.com>
Copyright (C) 2024 Gagistech Oy <gagistechoy@gmail.com>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down

0 comments on commit c4462be

Please sign in to comment.