#include <pipe.hpp>


Definition at line 58 of file pipe.hpp.
Public Member Functions | |
| virtual const ID< Pipe > & | getID () const |
| < | |
| const string & | getPipeID () const |
| const PProcPatt & | getProcPatt () const |
| void | switchProcPatt (PProcPatt &another) |
| use another wiring template. | |
Static Public Member Functions | |
| static PPipe | query (string properties) |
| convenience shortcut for retrieving default configured pipes | |
Public Attributes | |
| string | longDesc |
| user visible qualification of the thing, unit or concept represented by this asset. | |
| string | shortDesc |
| user visible Name-ID. | |
Protected Member Functions | |
| Pipe (const Asset::Ident &, PProcPatt &wiring, const string &pipeID, string shortName="", string longName="") | |
| Create and register a new Pipe asset. | |
Private Attributes | |
| const string | pipeID_ |
| PProcPatt | wiringTemplate |
Friends | |
| class | StructFactory |
| class | StructFactoryImpl |
| asset::Pipe::Pipe | ( | const Asset::Ident & | idi, | |
| PProcPatt & | wiring, | |||
| const string & | pipeID, | |||
| string | shortName = "", |
|||
| string | longName = "" | |||
| ) | [protected] |
| PPipe asset::Pipe::query | ( | string | properties | ) | [static] |
convenience shortcut for retrieving default configured pipes
Definition at line 59 of file pipe.cpp.
References asset::Struct::create.
| void asset::Pipe::switchProcPatt | ( | PProcPatt & | another | ) |
| string asset::Pipe::longDesc |
user visible qualification of the thing, unit or concept represented by this asset.
preferably "in one line". To be localised.
Reimplemented from asset::Asset.
| string asset::Pipe::shortDesc |
user visible Name-ID.
To be localised.
Reimplemented from asset::Asset.
Definition at line 64 of file pipe.hpp.
Referenced by Pipe().
1.5.6