RTC Toolkit  0.1.0-alpha
topic.hpp
Go to the documentation of this file.
1 
8 #ifndef RTCTK_TELSUBTEST_TOPIC_HPP
9 #define RTCTK_TELSUBTEST_TOPIC_HPP
10 #include <array>
11 
12 namespace rtctk::telSubTest {
13 
14 struct Topic {
18  std::array<uint8_t, 1024> placeholder;
19 };
20 
21 } // namespace rtctk::telSubTest
22 #endif // #ifndef RTCTK_TELSUBTEST_TOPIC_HPP
rtctk::telSubTest::Topic::placeholder
std::array< uint8_t, 1024 > placeholder
Definition: topic.hpp:18
rtctk::telSubTest::Topic
Definition: topic.hpp:14
rtctk::telSubTest
Definition: topic.hpp:12