Started implementing cpp
generation
This commit is contained in:
33
gobotrpc/out/cpp/include/gobotrpc_enums.hpp
Normal file
33
gobotrpc/out/cpp/include/gobotrpc_enums.hpp
Normal file
@@ -0,0 +1,33 @@
|
||||
#pragma once
|
||||
/**
|
||||
* This Header file was auto-generated by the GobotRPC-Protocol-Generator-Tool
|
||||
*/
|
||||
|
||||
enum class GOBOTRPC_ENUM_NodeType {
|
||||
GOBOTRPC_ENUM_kHub = 0,
|
||||
GOBOTRPC_ENUM_kHead = 1,
|
||||
GOBOTRPC_ENUM_kCorexy = 2,
|
||||
GOBOTRPC_ENUM_kVacun = 3,
|
||||
};
|
||||
|
||||
enum class GOBOTRPC_ENUM_NodeStatus {
|
||||
GOBOTRPC_ENUM_kReady = 0,
|
||||
GOBOTRPC_ENUM_kWorking = 1,
|
||||
GOBOTRPC_ENUM_kBusy = 2,
|
||||
GOBOTRPC_ENUM_kError = 3,
|
||||
};
|
||||
|
||||
enum class GOBOTRPC_ENUM_ErrorCode {
|
||||
};
|
||||
|
||||
enum class GOBOTRPC_ENUM_HeadPos {
|
||||
GOBOTRPC_ENUM_kUp = 0,
|
||||
GOBOTRPC_ENUM_kDown = 1,
|
||||
};
|
||||
|
||||
enum class GOBOTRPC_ENUM_StoneStatus {
|
||||
GOBOTRPC_ENUM_kEmpty = 0,
|
||||
GOBOTRPC_ENUM_kLow = 1,
|
||||
GOBOTRPC_ENUM_kFill = 2,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user