OrocosComponentLibrary  2.9.0
Public Member Functions | List of all members
OSService Class Reference

A service that provides access to some useful Operating System functions. More...

Inheritance diagram for OSService:

Public Member Functions

 OSService (RTT::TaskContext *parent)
 
int argc (void)
 
std::vector< std::string > argv (void)
 
std::string getenv (const std::string &arg)
 
bool isenv (const std::string &arg)
 
bool setenv (const std::string &arg, const std::string &value)
 

Detailed Description

A service that provides access to some useful Operating System functions.

Can be loaded in scripts by writing 'requires("os")' on top of the file.

Definition at line 64 of file OSService.cpp.


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