connect an output port to an input port of another module More...
#include <core/messages.h>
Public Member Functions | |
Connect (const int moduleIDA, const std::string &portA, const int moduleIDB, const std::string &portB) | |
const char * | getPortAName () const |
const char * | getPortBName () const |
void | setModuleA (int id) |
int | getModuleA () const |
void | setModuleB (int id) |
int | getModuleB () const |
void | reverse () |
Additional Inherited Members |
connect an output port to an input port of another module
vistle::message::Connect::Connect | ( | const int | moduleIDA, |
const std::string & | portA, | ||
const int | moduleIDB, | ||
const std::string & | portB | ||
) |
int vistle::message::Connect::getModuleA | ( | ) | const |
int vistle::message::Connect::getModuleB | ( | ) | const |
const char * vistle::message::Connect::getPortAName | ( | ) | const |
const char * vistle::message::Connect::getPortBName | ( | ) | const |
void vistle::message::Connect::reverse | ( | ) |
void vistle::message::Connect::setModuleA | ( | int | id | ) |
void vistle::message::Connect::setModuleB | ( | int | id | ) |