collection of data functional to a port registration. More...
#include <portManager.hpp>
Public Member Functions | |
InfoPort () | |
virtual | ~InfoPort () |
Public Attributes | |
std::string | container |
std::string | datatype |
std::string | file |
long | id |
Detailed Description
collection of data functional to a port registration.
Contains a unique id identifying the port and two strings indentifying the container and the type of data associated to the port.
Definition at line 44 of file portManager.hpp.
Constructor & Destructor Documentation
◆ InfoPort()
|
inline |
Base constructor
Definition at line 51 of file portManager.hpp.
◆ ~InfoPort()
|
inlinevirtual |
Base Destructor
Definition at line 58 of file portManager.hpp.
Member Data Documentation
◆ container
std::string mimmo::InfoPort::container |
string label identifying the container associated to the port
Definition at line 47 of file portManager.hpp.
◆ datatype
std::string mimmo::InfoPort::datatype |
string label identifying the data type associated to the port
Definition at line 48 of file portManager.hpp.
◆ file
std::string mimmo::InfoPort::file |
file where the port is registrated
Definition at line 49 of file portManager.hpp.
◆ id
long mimmo::InfoPort::id |
integer label identifying the port
Definition at line 46 of file portManager.hpp.
The documentation for this struct was generated from the following file:
- src/common/portManager.hpp