Typedefs | Functions
nmx::apps::x000 Namespace Reference

Typedefs

using ValuePair = std::pair< std::string, double >
 

Functions

void ex1 ()
 
void ex2 ()
 ex2 ex3 Geradlinige Bewegung mit konstanter Beschleunigung, Version 1.0 More...
 
double read (const char *label)
 
void write (std::initializer_list< ValuePair > lst)
 
void corefn ()
 
void calcui ()
 

Detailed Description

Geradlinige Bewegung mit konstanter Beschleunigung, Version 3.0

Typedef Documentation

◆ ValuePair

using nmx::apps::x000::ValuePair = typedef std::pair<std::string, double>

Definition at line 103 of file x000.h.

Function Documentation

◆ calcui()

void nmx::apps::x000::calcui ( )
inline

Definition at line 144 of file x000.h.

◆ corefn()

void nmx::apps::x000::corefn ( )

Definition at line 114 of file x000.h.

◆ ex1()

void nmx::apps::x000::ex1 ( )
inline

Definition at line 11 of file x000.h.

◆ ex2()

void nmx::apps::x000::ex2 ( )
inline

ex2 ex3 Geradlinige Bewegung mit konstanter Beschleunigung, Version 1.0

Definition at line 43 of file x000.h.

◆ read()

double nmx::apps::x000::read ( const char *  label)

Definition at line 91 of file x000.h.

◆ write()

void nmx::apps::x000::write ( std::initializer_list< ValuePair lst)

Definition at line 106 of file x000.h.