Public Member Functions
Tests::ManagerTestMock Class Reference
Inheritance diagram for Tests::ManagerTestMock:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 ManagerTestMock ()
bool procContextArgs (const char *ec_args, std::string &ec_id, coil::Properties &ec_conf)
 Extracting ExecutionContext's name/properties from the given string.
virtual ~ManagerTestMock (void)

Detailed Description

Definition at line 158 of file ManagerTests.cpp.


Constructor & Destructor Documentation

Definition at line 162 of file ManagerTests.cpp.

virtual Tests::ManagerTestMock::~ManagerTestMock ( void  ) [inline, virtual]

Definition at line 163 of file ManagerTests.cpp.


Member Function Documentation

bool Tests::ManagerTestMock::procContextArgs ( const char *  ec_args,
std::string &  ec_id,
coil::Properties ec_conf 
) [inline]

Extracting ExecutionContext's name/properties from the given string.

This operation extracts ExecutionContext's name and its properties from the figen character string. The given string formats is the following.

[ExecutionContext's name]?[key(0)]=[val(0)]&[key(1)]=[val(1)]...[key(n)]=[val(n)]

"ec_conf" is returned as Properties type object includeing component properties to be given to component.

Returns:
ec_arg false will returned if no ExecutionContext's name in arg
Parameters:
ec_argcharacter string to be processed
ec_typeextracted ExecutionContext's name
ec_propextracted ExecutionContext's properties

Reimplemented from RTC::Manager.

Definition at line 166 of file ManagerTests.cpp.


The documentation for this class was generated from the following file:


openrtm_aist
Author(s): Noriaki Ando
autogenerated on Sat Jun 8 2019 18:49:16