states.hpp
Go to the documentation of this file.
1 /*
2  * states.hpp
3  *
4  * Created on: Dec 19, 2016
5  * Author(s): Christian Gehring
6  */
7 
8 #pragma once
9 
10 namespace rokubimini
11 {
12 namespace serial
13 {
14 enum class ConnectionState : unsigned int
15 {
16  DISCONNECTED = 0,
18  CONNECTED
19 };
20 
21 enum class ModeState : unsigned int
22 {
23  RUN_MODE = 0,
25  INIT_MODE
26 };
27 
28 enum class ErrorState : unsigned int
29 {
30  NO_ERROR = 0,
35 };
36 
37 } // namespace serial
38 } // namespace rokubimini
System dependencies.


rokubimini_serial
Author(s):
autogenerated on Wed Mar 3 2021 03:09:18