|
Model Railroad System 2.2.2
|
Public Member Functions | |
| Satellite (name, hostname,...) | |
| Construct Satellite connection. More... | |
| remoteeval (...) | |
| Method to run a remote command. More... | |
| ~Satellite () | |
| Clean up all data objects and free up all resources. More... | |
Private Attributes | |
| socket | |
| The connection socket. More... | |
Satellite class.
This class implements the interface logic to connect to a Satellite daemon running on a slave computer.
| hostname | The name or address of the slave. |
| ... | Options:
|
| Satellite::Satellite | ( | name | , |
| hostname | , | ||
| ... | |||
| ) |
Construct Satellite connection.
| hostname | The name or address of the slave. |
| ... | Options:
|
| Satellite::~Satellite | ( | ) |
Clean up all data objects and free up all resources.
| Satellite::remoteeval | ( | ... | ) |
Method to run a remote command.
| ... | Command list. |
|
private |
The connection socket.