シミュレータ用の URG サーバ More...
#include <UrgServer.h>

Public Member Functions | |
| bool | activate (long port) |
| void | update (void) |
| int | updateInterval (void) |
| UrgServer (void) | |
| ~UrgServer (void) | |
Private Member Functions | |
| UrgServer & | operator= (const UrgServer &rhs) |
| UrgServer (const UrgServer &rhs) | |
Private Attributes | |
| std::auto_ptr< pImpl > | pimpl |
シミュレータ用の URG サーバ
Definition at line 18 of file UrgServer.h.
| qrk::UrgServer::UrgServer | ( | const UrgServer & | rhs | ) | [private] |
| qrk::UrgServer::UrgServer | ( | void | ) |
| qrk::UrgServer::~UrgServer | ( | void | ) |
| bool qrk::UrgServer::activate | ( | long | port | ) | [virtual] |
Implements qrk::DeviceServer.
| void qrk::UrgServer::update | ( | void | ) | [virtual] |
Implements qrk::DeviceServer.
| int qrk::UrgServer::updateInterval | ( | void | ) | [virtual] |
Implements qrk::DeviceServer.
std::auto_ptr<pImpl> qrk::UrgServer::pimpl [private] |
Definition at line 18 of file UrgServer.h.