|
AGVC SDK
0.8.0
|
|
|
|


Go to the source code of this file.
Classes | |
| class | agvc_interface::AgvcInterface |
Namespaces | |
| namespace | agvc_interface |
Macros | |
| #define | INTERFACE_VERSION_MAJOR 0 |
| #define | INTERFACE_VERSION_MINOR 4 |
| #define | INTERFACE_VERSION_PATCH 0 |
| #define | INTERFACE_VERSION (INTERFACE_VERSION_MAJOR * 1000000 + INTERFACE_VERSION_MINOR * 1000 + INTERFACE_VERSION_PATCH) |
| #define | AgvcInterface_DECLARES |
Typedefs | |
| using | agvc_interface::AgvcInterfacePtr = std::shared_ptr<AgvcInterface> |
| #define AgvcInterface_DECLARES |
Definition at line 1496 of file agvc_interface.h.
| #define INTERFACE_VERSION (INTERFACE_VERSION_MAJOR * 1000000 + INTERFACE_VERSION_MINOR * 1000 + INTERFACE_VERSION_PATCH) |
Definition at line 10 of file agvc_interface.h.
| #define INTERFACE_VERSION_MAJOR 0 |
Definition at line 7 of file agvc_interface.h.
| #define INTERFACE_VERSION_MINOR 4 |
Definition at line 8 of file agvc_interface.h.
| #define INTERFACE_VERSION_PATCH 0 |
Definition at line 9 of file agvc_interface.h.