source:
trunk/ETSI-Testsuites/ETSI_auto_IOT/codec/validation/LoopbackTests/EchoPort.h
Last change on this file was 22, checked in by rings, 14 years ago | |
---|---|
|
|
File size: 371 bytes |
Rev | Line | |
---|---|---|
[22] | 1 | #ifndef EchoPort_h |
2 | #define EchoPort_h | |
3 | ||
4 | #include <t3devlib/t3devlib.h> | |
5 | ||
6 | ||
7 | class EchoPort : public t3devlib::Port | |
8 | { | |
9 | public: | |
10 | EchoPort (t3devlib::PortId& id); | |
11 | ~EchoPort(); | |
12 | ||
13 | protected: | |
14 | bool Map (const t3devlib::PortId& port_id); | |
15 | bool Unmap (const t3devlib::PortId& port_id); | |
16 | bool Send (const t3devlib::ComponentId& from, const t3devlib::Bitstring& msg); | |
17 | ||
18 | }; | |
19 | ||
20 | ||
21 | #endif |
Note: See TracBrowser
for help on using the repository browser.