|
AUBO SDK
0.26.0
|
|
|
|
#include <system_info.h>
Public Member Functions | |
| SystemInfo () | |
| virtual | ~SystemInfo () |
| int | getControlSoftwareVersionCode () |
| Get the controller software version code | |
| std::string | getControlSoftwareFullVersion () |
| Get the full controller software version | |
| int | getInterfaceVersionCode () |
| Get the interface version code | |
| std::string | getControlSoftwareBuildDate () |
| Get the controller software build date | |
| std::string | getControlSoftwareVersionHash () |
| Get the controller software git version | |
| uint64_t | getControlSystemTime () |
| Get the system time (software start time in nanoseconds) | |
Protected Attributes | |
| void * | d_ |
Definition at line 21 of file system_info.h.
| arcs::common_interface::SystemInfo::SystemInfo | ( | ) |
|
virtual |
|
protected |
Definition at line 346 of file system_info.h.