#include <simgear/debug/logstream.hxx>
#include "Math.hpp"
#include <Main/fg_props.hxx>
#include "Rotorpart.hpp"
#include "Glue.hpp"
#include "Ground.hpp"
#include "Rotor.hpp"
#include <iostream>
#include <iomanip>
#include <stdio.h>
#include <string.h>
#include <sstream>
Go to the source code of this file.
|
#define | p(a, b) |
|
#define | _base base |
|
#define | _forward forward |
|
#define | _normal normal |
|
#define | i(x) |
|
#define | iv(x) |
|
#define | p(a) |
|
#define | p(a, b) |
|
◆ _base
◆ _forward
◆ _normal
Value:<< #x << ":" << r.x << endl
◆ iv
Value:<< #x << ":" << r.x[0] << ";" << r.x[1] << ";" <<r.x[2] << ";" << endl
◆ p [1/3]
Value:r->setParameter(#a,_##a);
◆ p [2/3]
Value:if (strcmp(parametername,#a)==0) _##a = (value * (b)); else
◆ p [3/3]
Value:if (strcmp(parametername,#a)==0) _##a = (value * (b)); else