Public Types | Public Member Functions | Public Attributes | Protected Member Functions | Protected Attributes
TibiDaboQuestionsServerAlgorithm Class Reference

IRI ROS Specific Driver Class. More...

#include <tibi_dabo_questions_server_alg.h>

List of all members.

Public Types

typedef
tibi_dabo_questions_server::TibiDaboQuestionsServerConfig 
Config
 define config type

Public Member Functions

void config_update (Config &new_cfg, uint32_t level=0)
 config update
void finalize ()
void initialize ()
std::string iteration ()
void lock (void)
 Lock Algorithm.
void setFilePath (std::string path)
 TibiDaboQuestionsServerAlgorithm (void)
 constructor
bool try_enter (void)
 Tries Access to Algorithm.
void unlock (void)
 Unlock Algorithm.
 ~TibiDaboQuestionsServerAlgorithm (void)
 Destructor.

Public Attributes

int answerCode_
Config config_
 config variable

Protected Member Functions

std::string answer_type (std::string answerfn)
std::string answer_type_location (std::string answerfn, std::string loc)
std::string generate_answer (double *probs, char **sentences_str, int n)
std::string outputs (const args_t *args, lattice_t *lattice)

Protected Attributes

acquisitor_t * acquisitor
CMutex alg_mutex_
 define config type
args_t * args
decoder_t * decoder
std::string filePath_

Detailed Description

IRI ROS Specific Driver Class.

Definition at line 68 of file tibi_dabo_questions_server_alg.h.


Member Typedef Documentation

typedef tibi_dabo_questions_server::TibiDaboQuestionsServerConfig TibiDaboQuestionsServerAlgorithm::Config

define config type

Define a Config type with the TibiDaboQuestionsServerConfig. All driver implementations will then use the same variable type Config.

Definition at line 98 of file tibi_dabo_questions_server_alg.h.


Constructor & Destructor Documentation

constructor

In this constructor parameters related to the specific driver can be initalized. Those parameters can be also set in the openDriver() function. Attributes from the main node driver class IriBaseDriver such as loop_rate, may be also overload here.

Definition at line 29 of file tibi_dabo_questions_server_alg.cpp.

Destructor.

This destructor is called when the object is about to be destroyed.

Definition at line 33 of file tibi_dabo_questions_server_alg.cpp.


Member Function Documentation

std::string TibiDaboQuestionsServerAlgorithm::answer_type ( std::string  answerfn) [protected]

Definition at line 142 of file tibi_dabo_questions_server_alg.cpp.

std::string TibiDaboQuestionsServerAlgorithm::answer_type_location ( std::string  answerfn,
std::string  loc 
) [protected]

Definition at line 172 of file tibi_dabo_questions_server_alg.cpp.

void TibiDaboQuestionsServerAlgorithm::config_update ( Config new_cfg,
uint32_t  level = 0 
)

config update

In this function the driver parameters must be updated with the input config variable. Then the new configuration state will be stored in the Config attribute.

Parameters:
new_cfgthe new driver configuration state
levellevel in which the update is taken place

Definition at line 37 of file tibi_dabo_questions_server_alg.cpp.

Definition at line 105 of file tibi_dabo_questions_server_alg.cpp.

std::string TibiDaboQuestionsServerAlgorithm::generate_answer ( double *  probs,
char **  sentences_str,
int  n 
) [protected]

Definition at line 215 of file tibi_dabo_questions_server_alg.cpp.

Definition at line 49 of file tibi_dabo_questions_server_alg.cpp.

Definition at line 117 of file tibi_dabo_questions_server_alg.cpp.

void TibiDaboQuestionsServerAlgorithm::lock ( void  ) [inline]

Lock Algorithm.

Locks access to the Algorithm class

Definition at line 123 of file tibi_dabo_questions_server_alg.h.

std::string TibiDaboQuestionsServerAlgorithm::outputs ( const args_t *  args,
lattice_t *  lattice 
) [protected]

Definition at line 433 of file tibi_dabo_questions_server_alg.cpp.

Definition at line 112 of file tibi_dabo_questions_server_alg.cpp.

Tries Access to Algorithm.

Tries access to Algorithm

Returns:
true if the lock was adquired, false otherwise

Definition at line 139 of file tibi_dabo_questions_server_alg.h.

void TibiDaboQuestionsServerAlgorithm::unlock ( void  ) [inline]

Unlock Algorithm.

Unlocks access to the Algorithm class

Definition at line 130 of file tibi_dabo_questions_server_alg.h.


Member Data Documentation

Definition at line 84 of file tibi_dabo_questions_server_alg.h.

define config type

Define a Config type with the TibiDaboQuestionsServerConfig. All driver implementations will then use the same variable type Config.

Definition at line 77 of file tibi_dabo_questions_server_alg.h.

Definition at line 161 of file tibi_dabo_questions_server_alg.h.

Definition at line 82 of file tibi_dabo_questions_server_alg.h.

config variable

This variable has all the driver parameters defined in the cfg config file. Is updated everytime function config_update() is called.

Definition at line 106 of file tibi_dabo_questions_server_alg.h.

Definition at line 83 of file tibi_dabo_questions_server_alg.h.

Definition at line 80 of file tibi_dabo_questions_server_alg.h.


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


tibi_dabo_questions_server
Author(s): fherrero
autogenerated on Fri Dec 6 2013 23:53:49