irtrans_mock.h
Go to the documentation of this file.
00001 
00024 #include <gmock/gmock.h>
00025 #include "ir_driver_interface.h"
00026 
00027 class MockIrTransWrapper : public IrDriverInterface {
00028     public:
00029         MOCK_METHOD0(connect, int());
00030         MOCK_METHOD0(disconnect, void());
00031         
00032         MOCK_METHOD2(send_remote_command, int(std::string remote, std::string command));
00033 };


maggie_ir_drivers
Author(s): Raul Perula-Martinez
autogenerated on Mon Sep 14 2015 03:06:37