#include <stdio.h>
#include <string>
#include <hrpUtil/OnlineViewerUtil.h>
#include <hrpModel/ModelLoaderUtil.h>
#include <hrpCorba/DynamicsSimulator.hh>
Go to the source code of this file.
|
#define | deg2rad(x) ( 3.14159265358979 / 180*(x) ) |
|
#define | DOF 29 |
|
|
template<typename X , typename X_ptr > |
X_ptr | checkCorbaServer (std::string n, CosNaming::NamingContext_var &cxt) |
|
int | main (int argc, char *argv[]) |
|
◆ deg2rad
#define deg2rad |
( |
|
x | ) |
( 3.14159265358979 / 180*(x) ) |
◆ DOF
◆ anonymous enum
◆ checkCorbaServer()
template<typename X , typename X_ptr >
X_ptr checkCorbaServer |
( |
std::string |
n, |
|
|
CosNaming::NamingContext_var & |
cxt |
|
) |
| |
◆ main()
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |