failed approach
This commit is contained in:
18
mission/devices/P60DockHandler.h
Normal file
18
mission/devices/P60DockHandler.h
Normal file
@ -0,0 +1,18 @@
|
||||
/*
|
||||
* P60DockHandler.h
|
||||
*
|
||||
* Created on: 18.11.2020
|
||||
* Author: jakob
|
||||
*/
|
||||
|
||||
#ifndef MISSION_DEVICES_P60DOCKHANDLER_H_
|
||||
#define MISSION_DEVICES_P60DOCKHANDLER_H_
|
||||
|
||||
class P60DockHandler: public DeviceHandlerBase {
|
||||
public:
|
||||
P60DockHandler();
|
||||
virtual ~P60DockHandler();
|
||||
virtual ReturnValue_t performOperation(uint8_t operationCode = 0);
|
||||
};
|
||||
|
||||
#endif /* MISSION_DEVICES_P60DOCKHANDLER_H_ */
|
Reference in New Issue
Block a user