|
AuboStudio SDK
0.6.3
|
|
|
|
|
#include <program_api.h>


Public Member Functions | |
| ProgramApi (ProgramApi &f) | |
| ProgramApi (ProgramApi &&f) | |
| virtual | ~ProgramApi () |
| ProgramModelPtr | getProgramModel () |
| ProgramModel | |
| WaypointModelPtr | getWaypointModel () |
| WaypointModel | |
| UndoRedoManagerPtr | getUndoRedoManager () |
| UndoRedoManager | |
| Public Member Functions inherited from arcs::aubo_scope::ApplicationApi | |
| ApplicationApi (ApplicationApi &f) | |
| ApplicationApi (ApplicationApi &&f) | |
| virtual | ~ApplicationApi () |
| IoModelPtr | getIoModel () |
| IoModel Returns an interface for working with the inputs and outputs of the robot. | |
| FeatureModelPtr | getFeatureModel () |
| FeatureModel Returns an interface for working with the features of the current installation. | |
| TcpModelPtr | getTcpModel () |
| TcpModel Returns an interface for accessing the TCPs of the current installation. | |
| PayloadModelPtr | getPayloadModel () |
| PayloadModel Gets an interface which provides access the payloads in the current AuboScope installation. | |
| VariableModelPtr | getVariableModel () |
| VariableModel Returns an interface for working with variables. | |
| ValueFactoryPtr | getValueFactory () |
| ValueFactory Returns an interface for accessing various factories capable of creating value objects. | |
| template<typename T> | |
| std::shared_ptr< T > | getInstallationNode () |
This method can be used to get a specific InstallationNodeContribution instance. | |
| InstallationNodeContributionPtr | getInstallationNode (const char *typeidOfClass) |
| DeviceManagerPtr | getDeviceManager () |
DeviceManager This method can be used to get a specific DeviceManager instance. | |
| aubo_sdk::RobotProxyPtr | getRobotProxy () |
| Returns the robot proxy, providing an interaction interface with the underlying robot SDK. | |
Private Member Functions | |
| ProgramApi () | |
Private Attributes | |
| void * | d_ { nullptr } |
Friends | |
| class | DataSwitch |
Additional Inherited Members | |
| Protected Member Functions inherited from arcs::aubo_scope::ApplicationApi | |
| ApplicationApi () | |
Definition at line 30 of file program_api.h.
| arcs::aubo_scope::ProgramApi::ProgramApi | ( | ProgramApi & | f | ) |
References ProgramApi().
Referenced by ProgramApi(), and ProgramApi().


| arcs::aubo_scope::ProgramApi::ProgramApi | ( | ProgramApi && | f | ) |
|
virtual |
|
private |
|
friend |
|
private |
Definition at line 77 of file program_api.h.