Public Member Functions | |
def | __init__ |
def | SetAddress |
def | GetServices |
def | RequestService |
Data Fields | |
address | |
port | |
error | |
parser |
This class can set up a connection with a Bio-SPHERE daemon. It can query the daemon for its services and can forward requests to it. It also performs type and error checking.
Definition at line 8 of file io.py.
def biosphere::io::BiosphereConnector::__init__ | ( | self, | ||
address = 'localhost' , |
||||
port = 2915 | ||||
) |
def biosphere::io::BiosphereConnector::SetAddress | ( | self, | ||
address | ||||
) |
def biosphere::io::BiosphereConnector::GetServices | ( | self | ) |
def biosphere::io::BiosphereConnector::RequestService | ( | self, | ||
bsrequest | ||||
) |