Define COSM_HAL_SAA_ACCESSOR
Defined in File base_subsystem.hpp
Define Documentation
-
COSM_HAL_SAA_ACCESSOR(SAACategoryAccessor, type, name, ...)
const
can be passed as an additional argument to make the accessor const.- Parameters:
SAACategoryAccessor – A templated function available at class scope which can be used to returned a handle to a specific
type
.type – The type of the sensor/actuator which will be returned by
AccessorName
.name – The name that the accessor function should have.