Browse Source

update

change_pipette_api
zhaohe 1 year ago
parent
commit
232ed7c739
  1. 8
      api/zi_a8000_optical_module.hpp
  2. 2
      api/zi_event_bus.hpp

8
api/zi_a8000_optical_module.hpp

@ -23,9 +23,9 @@ class ZIA8000OpticalModule {
* TEST *
*******************************************************************************/
/**
* @:
* 1.
* 2. 使
* @:
* 1. Щā
* 2.
*/
virtual int32_t a8000_optical_module_power_ctrl(int32_t state) { return err::kmodule_not_support_action; }
virtual int32_t a8000_optical_open_laser(int32_t type) { return err::kmodule_not_support_action; }
@ -35,7 +35,7 @@ class ZIA8000OpticalModule {
virtual int32_t a8000_optical_read_scanner_adc_val(int32_t type, int32_t* adcval) { return err::kmodule_not_support_action; }
virtual int32_t a8000_optical_read_laster_adc_val(int32_t type, int32_t* adcval) { return err::kmodule_not_support_action; }
/**
* @brief
* @brief
*
* @param type
* @param adcval

2
api/zi_event_bus.hpp

@ -19,7 +19,7 @@ class ZIEventBusSender {
public:
virtual ~ZIEventBusSender() {}
/**
* @brief ,
* @brief ,
*
* @param moduleid
*/

Loading…
Cancel
Save