KPvmEntity Class Reference
[Kpvm Index] [Kpvm Hierarchy]
[Headers]
represents an existing pvm-object out there More...
#include <kpvm_entity.h>
Inherits: QObject
Public Members
- KPvmEntity (int taskId, QString theHostName, QObject *parent=0, const char *name=0)
- int tid () const
- QString hostName () const
- void dataNotify (int msgtag)
Signals
Private Members
KPvmEntity(int taskId, QString theHostName, QObject *parent=0, const char *name=0) [public]
KPvmEntity has to be constructed with a valid TaskId generated by
spawn(..) or pvm_parent()
int tid() const [public]
returns the TaskId of this pvm-object
- Returns:
-
TaskId
QString hostName() const [public]
returns the hostname on which this PvmEntity is running
void hasSentData(int msgtag) [signal]
is emitted when KPvm receives data from the Task represented
by this KPvmEntity
- Parameters:
-
msgtag |
the msgtag used by the received data |
- Author: Michael Kropfberger <michael.kropfberger@gmx.net>
- Documentation generated by mike@kermit on Mon Jun 29 21:55:33 MEST 1998
|
Kdoc
|