#include <mock_psen_scan_udp_interface.h>
|
| MOCK_METHOD0 (open, void()) |
|
| MOCK_METHOD0 (close, void()) |
|
| MOCK_METHOD1 (write, void(const boost::asio::mutable_buffers_1 &buffer)) |
|
| MOCK_METHOD2 (read, std::size_t(boost::asio::mutable_buffers_1 &buffer, const std::chrono::steady_clock::duration)) |
|
virtual void | close ()=0 |
| Closes the connection to the scanner device. More...
|
|
virtual void | open ()=0 |
| Opens the connection to the scanner device. More...
|
|
virtual std::size_t | read (boost::asio::mutable_buffers_1 &buffer, const std::chrono::steady_clock::duration timeout)=0 |
| Receive data from the scanner. More...
|
|
virtual void | write (const boost::asio::mutable_buffers_1 &buffer)=0 |
| Sends data to the scanner device. More...
|
|
virtual | ~ScannerCommunicationInterface ()=default |
|
◆ MOCK_METHOD0() [1/2]
psen_scan_test::MockPSENscanUDPInterface::MOCK_METHOD0 |
( |
open |
, |
|
|
void() |
|
|
) |
| |
◆ MOCK_METHOD0() [2/2]
psen_scan_test::MockPSENscanUDPInterface::MOCK_METHOD0 |
( |
close |
, |
|
|
void() |
|
|
) |
| |
◆ MOCK_METHOD1()
psen_scan_test::MockPSENscanUDPInterface::MOCK_METHOD1 |
( |
write |
, |
|
|
void(const boost::asio::mutable_buffers_1 &buffer) |
|
|
) |
| |
◆ MOCK_METHOD2()
psen_scan_test::MockPSENscanUDPInterface::MOCK_METHOD2 |
( |
read |
, |
|
|
std::size_t(boost::asio::mutable_buffers_1 &buffer, const std::chrono::steady_clock::duration) |
|
|
) |
| |
◆ udp_endpoint_read_
boost::asio::ip::udp::udp::endpoint psen_scan_test::MockPSENscanUDPInterface::udp_endpoint_read_ |
|
private |
The documentation for this class was generated from the following file: