|
orca-robotics INTRODUCTION Overview Download and Install Quick Start Documentation Publications REPOSITORY Interfaces Components Libraries Utilities Software Map DEVELOPER Tutorials Examples Dev Guide Dashboard Wiki login/pass: orca/orca PEOPLE Contributors Users Project Download Mailing lists
|
orcaice::Context Class ReferenceComponent's naming and networking information. More...
Detailed DescriptionComponent's naming and networking information.Contains pointers to component's registered name plus its communicator, adapter, etc. It makes it easy to pass all this information to the network and hardware handlers from the class derived from Component. A note on thread safety. None of access functions are thread-safe. However, all object which are referenced (with pointers and smart pointers) are themselves thread-safe. This means that once a copy of of Context is created, it is safe to use it from different threads. Pass context by const reference and store a copy, e.g. a class definition would look like this: class MyClass
{
public:
MyClass( const orcaice::Context & context )
: context_(context) {};
private:
orcaice::Context context_;
}
Member Function Documentation
The documentation for this class was generated from the following files:
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Webmaster: Tobias Kaupp (tobasco at users.sourceforge.net)
1.4.5