orocos_cpp_base
Main Page
Namespaces
Classes
Files
File List
File Members
src
OrocosHelpers.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include <string>
4
#include <vector>
5
6
namespace
RTT
7
{
8
class
TaskContext;
9
}
10
11
12
13
class
OrocosHelpers
14
{
15
public
:
16
17
/***
18
* Initializes the client task of this process
19
* with the given name. MUST be called prior
20
* to getClientTask().
21
* */
22
static
void
initClientTask
(
const
std::string &name);
23
24
28
static
RTT::TaskContext *
getClientTask
();
29
};
30
OrocosHelpers
Definition:
OrocosHelpers.hpp:13
OrocosHelpers::getClientTask
static RTT::TaskContext * getClientTask()
Definition:
OrocosHelpers.cpp:34
OrocosHelpers::initClientTask
static void initClientTask(const std::string &name)
Definition:
OrocosHelpers.cpp:12
Generated on Tue Oct 9 2018 10:37:23 for orocos_cpp_base by
1.8.6