|
| std::shared_ptr< std::function< void(std::vector< uint8_t >)> > | callback_ |
| |
| int | counter = 0 |
| |
Definition at line 24 of file json_plugin_router_test.cpp.
◆ MockJsonSocket()
| MockJsonSocket::MockJsonSocket |
( |
| ) |
|
|
delete |
◆ INJECT()
| MockJsonSocket::INJECT |
( |
MockJsonSocket( ASSISTED(udp::endpoint) target_socket, callback) |
| ) |
|
|
inline |
◆ SendData()
| virtual void MockJsonSocket::SendData |
( |
std::vector< uint8_t > |
data | ) |
|
|
inlineoverridevirtual |
◆ Start()
| virtual void MockJsonSocket::Start |
( |
| ) |
|
|
inlineoverridevirtual |
◆ callback_
| std::shared_ptr<std::function<void(std::vector<uint8_t>)> > MockJsonSocket::callback_ |
|
private |
◆ counter
| int MockJsonSocket::counter = 0 |
|
private |
The documentation for this class was generated from the following file: