FlightGear next
Rotorpart.cpp File Reference
#include <ostream>
#include <simgear/debug/logstream.hxx>
#include "Math.hpp"
#include "Rotorpart.hpp"
#include "Rotor.hpp"
#include <stdio.h>
#include <string.h>

Go to the source code of this file.

Namespaces

namespace  yasim
 

Macros

#define set3(x, a, b, c)
 
#define p(a)
 
#define i(x)
 
#define iv(x)
 

Functions

std::ostream & yasim::operator<< (std::ostream &out, const Rotorpart &rp)
 

Variables

float yasim::_help = 0
 

Macro Definition Documentation

◆ i

#define i ( x)
Value:
<< #x << ":" << rp.x << endl

◆ iv

#define iv ( x)
Value:
<< #x << ":" << rp.x[0] << ";" << rp.x[1] << ";" <<rp.x[2] << ";" << endl

◆ p

#define p ( a)
Value:
if (strcmp(parametername,#a)==0) _##a = value; else

◆ set3

#define set3 ( x,
a,
b,
c )
Value:
x[0]=a;x[1]=b;x[2]=c;