include
grl
concepts
DeviceCommand.hpp
Go to the documentation of this file.
1
#ifndef DEVICE_COMMAND_HPP_
2
#define DEVICE_COMMAND_HPP_
3
4
namespace
grl
{
5
namespace
concept {
6
7
8
template
<
typename
Device>
9
class
DeviceCommand
10
{
11
#ifndef DOXYGEN_NO_CONCEPT_MEMBERS
12
13
14
15
#endif
16
};
17
18
19
template
<
typename
Device>
20
class
ConstDeviceCommand
21
{
22
#ifndef DOXYGEN_NO_CONCEPT_MEMBERS
23
24
#endif
25
};
26
27
}}
28
29
#endif
grl::concept::DeviceCommand
Definition:
DeviceCommand.hpp:9
grl
Definition:
ArmControlState_generated.h:11
grl::concept::ConstDeviceCommand
Definition:
DeviceCommand.hpp:20