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

Public Member Functions

 AsyncTriggerController (OATPP_COMPONENT(std::shared_ptr< ObjectMapper >, objectMapper))
 
void addParams (const std::shared_ptr< oatpp::web::server::api::Endpoint::Info > &info)
 
 ENDPOINT_INFO (getTriggerState)
 
 ENDPOINT_ASYNC ("GET", "/trigger/{id}/state", getTriggerState)
 
 ENDPOINT_INFO (putTriggerState)
 
 ENDPOINT_ASYNC ("PUT", "/trigger/{id}/arm", putTriggerState)
 
 ENDPOINT_INFO (postTriggerTrigger)
 
 ENDPOINT_ASYNC ("POST", "/trigger/{id}/trigger", postTriggerTrigger)
 
- 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 49 of file AsyncTriggerController.hpp.


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