Public Member Functions | Static Public Attributes | Private Attributes | List of all members
Logger::LogCreator Class Reference
Inheritance diagram for Logger::LogCreator:
Inheritance graph
[legend]

Public Member Functions

 LogCreator (const char *name, std::basic_streambuf< char > *streambuf)
 
virtual int svc ()
 Execute thread. More...
 
- Public Member Functions inherited from coil::Task
virtual void activate ()
 Create a thread. More...
 
virtual void activate ()
 Create a thread. More...
 
virtual int close (unsigned long flags=0)
 Task close. More...
 
virtual int close (unsigned long flags=0)
 Task close. More...
 
virtual void finalize ()
 Finalizing the task. More...
 
virtual void finalize ()
 Finalizing the task. More...
 
virtual int open (void *args=0)
 Task open. More...
 
virtual int open (void *args=0)
 Task open. More...
 
virtual void reset ()
 Reset of task count. More...
 
virtual void reset ()
 Reset of task count. More...
 
virtual int resume (void)
 Resuming the suspended task. More...
 
virtual int resume (void)
 Resuming the suspended task. More...
 
virtual int suspend (void)
 Suspending the task. More...
 
virtual int suspend (void)
 Suspending the task. More...
 
 Task ()
 Constructor. More...
 
 Task ()
 Constructor. More...
 
virtual int wait (void)
 Waiting for the thread terminate. More...
 
virtual int wait (void)
 Waiting for the thread terminate. More...
 
virtual ~Task ()
 Destructor. More...
 
virtual ~Task ()
 Destructor. More...
 

Static Public Attributes

static coil::Mutex m_mutex
 

Private Attributes

std::string m_name
 
std::basic_ostream< char > m_out
 

Additional Inherited Members

- Static Public Member Functions inherited from coil::Task
static void * svc_run (void *args=0)
 Start thread Execution. More...
 
static unsigned int WINAPI svc_run (void *args=0)
 Start thread Execution. More...
 

Detailed Description

Definition at line 51 of file LoggerTests.cpp.

Constructor & Destructor Documentation

Logger::LogCreator::LogCreator ( const char *  name,
std::basic_streambuf< char > *  streambuf 
)
inline

Definition at line 55 of file LoggerTests.cpp.

Member Function Documentation

virtual int Logger::LogCreator::svc ( void  )
inlinevirtual

Execute thread.

Execute thread

Reimplemented from coil::Task.

Definition at line 62 of file LoggerTests.cpp.

Member Data Documentation

coil::Mutex Logger::LogCreator::m_mutex
static

Definition at line 94 of file LoggerTests.cpp.

std::string Logger::LogCreator::m_name
private

Definition at line 90 of file LoggerTests.cpp.

std::basic_ostream<char> Logger::LogCreator::m_out
private

Definition at line 91 of file LoggerTests.cpp.


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


openrtm_aist
Author(s): Noriaki Ando
autogenerated on Thu Jun 6 2019 19:26:03