Main Page
Namespaces
Namespace List
Namespace Members
All
Functions
Classes
Class List
Class Members
All
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
w
~
Functions
c
e
f
g
i
l
m
n
o
p
r
s
t
u
w
~
Variables
d
e
m
n
p
r
s
t
Enumerations
Enumerator
c
g
h
l
n
p
r
s
t
Files
File List
File Members
All
c
g
i
m
n
r
s
Functions
Variables
Enumerations
Enumerator
Macros
common
include
cob_relayboard
CmdRelaisBoard.h
Go to the documentation of this file.
1
/*
2
* Copyright 2017 Fraunhofer Institute for Manufacturing Engineering and Automation (IPA)
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
6
* You may obtain a copy of the License at
7
*
8
* http://www.apache.org/licenses/LICENSE-2.0
9
10
* Unless required by applicable law or agreed to in writing, software
11
* distributed under the License is distributed on an "AS IS" BASIS,
12
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
* See the License for the specific language governing permissions and
14
* limitations under the License.
15
*/
16
17
18
#ifndef CMDRELAISBOARD_INCLUDEDEF_H
19
#define CMDRELAISBOARD_INCLUDEDEF_H
20
21
enum
CMD_RELAISBOARD
22
{
23
CMD_RELAISBOARD_CONNECT
,
24
CMD_RELAISBOARD_GET_DATA
,
25
CMD_RELAISBOARD_SET_DEBUG_DATA
,
26
CMD_RELAISBOARD_GET_DEBUG_DATA
,
27
CMD_RELAISBOARD_UNKNOWN
28
};
29
30
#endif
31
32
33
CMD_RELAISBOARD_UNKNOWN
@ CMD_RELAISBOARD_UNKNOWN
Definition:
CmdRelaisBoard.h:27
CMD_RELAISBOARD_CONNECT
@ CMD_RELAISBOARD_CONNECT
Definition:
CmdRelaisBoard.h:23
CMD_RELAISBOARD_SET_DEBUG_DATA
@ CMD_RELAISBOARD_SET_DEBUG_DATA
Definition:
CmdRelaisBoard.h:25
CMD_RELAISBOARD_GET_DATA
@ CMD_RELAISBOARD_GET_DATA
Definition:
CmdRelaisBoard.h:24
CMD_RELAISBOARD_GET_DEBUG_DATA
@ CMD_RELAISBOARD_GET_DEBUG_DATA
Definition:
CmdRelaisBoard.h:26
CMD_RELAISBOARD
CMD_RELAISBOARD
Definition:
CmdRelaisBoard.h:21
cob_relayboard
Author(s): Christian Connette
autogenerated on Wed Nov 8 2023 03:47:44