4#ifndef AUBO_SDK_SYSTEM_INFO_INTERFACE_H
5#define AUBO_SDK_SYSTEM_INFO_INTERFACE_H
11#include <aubo/global_config.h>
14namespace common_interface {
int getInterfaceVersionCode()
Get the interface version code
std::string getControlSoftwareFullVersion()
Get the full controller software version
uint64_t getControlSystemTime()
Get the system time (software start time in nanoseconds)
std::string getControlSoftwareBuildDate()
Get the controller software build date
int getControlSoftwareVersionCode()
Get the controller software version code
std::string getControlSoftwareVersionHash()
Get the controller software git version
std::shared_ptr< SystemInfo > SystemInfoPtr