![]() |
User Manual, Developers Guide and API Documentation |
![]() |
#include <ldk/tools/Gate.hpp>

Public Types | |
| enum | State { OPEN, CLOSED } |
Public Member Functions | |
| virtual void | setIncomingState (State state)=0 |
| virtual void | setOutgoingState (State state)=0 |
| virtual | ~GateInterface () |
Definition at line 47 of file Gate.hpp.
| virtual wns::ldk::tools::GateInterface::~GateInterface | ( | ) | [inline, virtual] |
| virtual void wns::ldk::tools::GateInterface::setIncomingState | ( | State | state | ) | [pure virtual] |
Implemented in wns::ldk::tools::Gate.
| virtual void wns::ldk::tools::GateInterface::setOutgoingState | ( | State | state | ) | [pure virtual] |
Implemented in wns::ldk::tools::Gate.
1.5.5