|
Urbi SDK Remote for C++
2.7.3
|
#include <machine.hh>

Public Types | |
| typedef std::list< std::string > | strings |
| Lists of strings. | |
Public Member Functions | |
| Machine (float duration) | |
| Construction. | |
| std::string | operator() (const strings &components) const |
| Assemble the raw components into a product. | |
Public Attributes | |
| float | duration |
| The duration of the assembly process, in seconds. | |
Definition at line 16 of file machine.hh.
| typedef std::list<std::string> Machine::strings |
Lists of strings.
Definition at line 25 of file machine.hh.
| Machine::Machine | ( | float | duration | ) |
Construction.
| duration | how long the assembly process takes. In seconds. |
Definition at line 16 of file machine.cc.
| std::string Machine::operator() | ( | const strings & | components | ) | const |
Assemble the raw components into a product.
Definition at line 23 of file machine.cc.
References duration.
| float Machine::duration |
The duration of the assembly process, in seconds.
Must be positive.
Definition at line 32 of file machine.hh.
Referenced by UMachine::duration_set(), and operator()().