File tree Expand file tree Collapse file tree 2 files changed +14
-6
lines changed Expand file tree Collapse file tree 2 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 2
2
*
3
3
* @ingroup test_module
4
4
*
5
- * @brief Parse command line arguments for the TCP data sender / receiver (DSR).
5
+ * @brief Parse command line arguments for the data sender / receiver (DSR), both
6
+ * TCP and UDP (UDP to be implemented later).
6
7
*
7
8
* @author (fill in)
8
9
*
13
14
*
14
15
*/
15
16
16
- #ifndef TCP_DSR_ARGS_HPP_INCLUDED
17
- #define TCP_DSR_ARGS_HPP_INCLUDED
17
+ #ifndef DSR_ARGS_HPP_INCLUDED
18
+ #define DSR_ARGS_HPP_INCLUDED
18
19
19
20
#include < string>
20
21
#include < cstddef> // std::size_t
Original file line number Diff line number Diff line change 2
2
*
3
3
* @ingroup test_module
4
4
*
5
- * @brief Unit tests for tcp_dsr_args .hpp.
5
+ * @brief Unit tests for dsr_args .hpp.
6
6
*
7
7
* @author (fill in)
8
8
*
9
- * Copyright (c) 2019 by Cliff Green, (fill in)
9
+ * Copyright (c) 2019 by (fill in)
10
10
*
11
11
* Distributed under the Boost Software License, Version 1.0.
12
12
* (See accompanying file LICENSE.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
13
13
*
14
14
*/
15
15
16
16
#include " catch2/catch.hpp"
17
- #include " test_data_blaster/tcp_dsr_args .hpp"
17
+ #include " test_data_blaster/dsr_args .hpp"
18
18
19
19
TEST_CASE (" TCP DSR arguments test" , " [tcp_dsr_args_test]" ) {
20
20
21
21
}
22
+
23
+ /*
24
+ TEST_CASE("UDP DSR arguments test", "[udp_dsr_args_test]") {
25
+
26
+ }
27
+ */
28
+
You can’t perform that action at this time.
0 commit comments