|
Robotics Library
0.7.0
|
#include <Com.h>

Public Member Functions | |
| Com () | |
| virtual | ~Com () |
| virtual void | close ()=0 |
| bool | isConnected () const |
| virtual void | open ()=0 |
Protected Member Functions | |
| void | setConnected (const bool &connected) |
Private Attributes | |
| bool | connected |
| rl::hal::Com::Com | ( | ) |
|
virtual |
|
pure virtual |
Implemented in rl::hal::UniversalRobotsDashboard, rl::hal::Socket, rl::hal::Serial, rl::hal::MitsubishiR3, rl::hal::HilscherCifx, and rl::hal::Comedi.
| bool rl::hal::Com::isConnected | ( | ) | const |
|
pure virtual |
Implemented in rl::hal::UniversalRobotsDashboard, rl::hal::Socket, rl::hal::Serial, rl::hal::MitsubishiR3, rl::hal::HilscherCifx, and rl::hal::Comedi.
|
protected |
|
private |