MotionLib  1.0.0
SamBuCa motion library
Public Member Functions | List of all members
AsyncAliasController Class Reference
Inheritance diagram for AsyncAliasController:
Inheritance graph
[legend]
Collaboration diagram for AsyncAliasController:
Collaboration graph
[legend]

Public Member Functions

 AsyncAliasController (OATPP_COMPONENT(std::shared_ptr< ObjectMapper >, objectMapper))
 
 ENDPOINT_INFO (getAliasList)
 
 ENDPOINT_ASYNC ("GET", "/alias", getAliasList)
 
 ENDPOINT_INFO (getAlias)
 
 ENDPOINT_ASYNC ("GET", "/alias/{id}", getAlias)
 
 ENDPOINT_INFO (deleteAlias)
 
 ENDPOINT_ASYNC ("DELETE", "/alias/{id}", deleteAlias)
 
 ENDPOINT_INFO (putAlias)
 
 ENDPOINT_ASYNC ("PUT", "/alias/{id}", putAlias)
 
- Public Member Functions inherited from SmcController
 SmcController (OATPP_COMPONENT(std::shared_ptr< ObjectMapper >, objectMapper))
 
void connect (const std::shared_ptr< smc::internal::PlatformFactory > &p, const std::shared_ptr< smc::internal::DeviceStore > &d)
 

Additional Inherited Members

- Public Types inherited from SmcController
typedef std::shared_ptr< SmcControllerShared
 
typedef SmcController __ControllerType
 
- Public Attributes inherited from SmcController
std::weak_ptr< smc::internal::PlatformFactoryplatformFactory
 
std::weak_ptr< smc::internal::DeviceStoredeviceStore
 

Detailed Description

Definition at line 71 of file AsyncAliasController.hpp.


The documentation for this class was generated from the following file: