Public Member Functions
OCL::OSService Class Reference
Inheritance diagram for OCL::OSService:
Inheritance graph
[legend]

List of all members.

Public Member Functions

int argc (void)
std::vector< std::string > argv (void)
std::string getenv (const std::string &arg)
bool isenv (const std::string &arg)
 OSService (RTT::TaskContext *parent)
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.


Constructor & Destructor Documentation

Definition at line 67 of file OSService.cpp.


Member Function Documentation

int OCL::OSService::argc ( void  ) [inline]

Definition at line 85 of file OSService.cpp.

std::vector<std::string> OCL::OSService::argv ( void  ) [inline]

Definition at line 90 of file OSService.cpp.

std::string OCL::OSService::getenv ( const std::string &  arg) [inline]

Definition at line 100 of file OSService.cpp.

bool OCL::OSService::isenv ( const std::string &  arg) [inline]

Definition at line 104 of file OSService.cpp.

bool OCL::OSService::setenv ( const std::string &  arg,
const std::string &  value 
) [inline]

Definition at line 108 of file OSService.cpp.


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


ocl
Author(s): OCL Development Team
autogenerated on Sat Jun 8 2019 18:48:55