SCL  1.0
Standard Control Library : Control, dynamics, physics, and simulation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Macros Groups Pages
Enumerations | Functions
DbRegisterFunctions.hpp File Reference
#include <string>
#include <scl/data_structs/SDatabase.hpp>
#include <scl/parser/CParserBase.hpp>
#include <scl/dynamics/tao/CDynamicsTao.hpp>
Include dependency graph for DbRegisterFunctions.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  EControllerType { CONTROLLER_TYPE_GC =0, CONTROLLER_TYPE_TASK =1 }
 

Functions

bool scl_registry::parseEverythingInFile (const std::string &arg_file, scl::CParserBase *arg_parser, std::vector< std::string > *arg_robots_parsed, std::vector< std::string > *arg_graphics_parsed, std::vector< std::string > *arg_ui_parsed)
 
const scl::SRobotParsedscl_registry::parseRobot (const std::string &arg_file, const std::string &arg_robot_name, scl::CParserBase *arg_parser)
 
const scl::SGraphicsParsedscl_registry::parseGraphics (const std::string &arg_file, const std::string &arg_graphics_name, scl::CParserBase *arg_parser)
 
const scl::SUIParsedscl_registry::parseUI (const std::string &arg_file, const std::string &arg_ui_name, scl::CParserBase *arg_parser)
 
scl::SControllerGcscl_registry::parseGcController (const std::string &arg_file, const std::string &arg_robot_name, const std::string &arg_ctrl_name, scl::CParserBase *arg_parser)
 
scl::SControllerMultiTaskscl_registry::parseTaskController (const std::string &arg_file, const std::string &arg_robot_name, const std::string &arg_ctrl_name, scl::CParserBase *arg_parser)
 
scl::sBool scl_registry::registerNativeDynamicTypes ()