template struct ugcs::vsm::Action::Mapper<Action::Type::TAKEOFF>

Overview

Mapping for take-off action. More…

#include <takeoff_action.h>

template <>
struct Mapper<Action::Type::TAKEOFF>
{
    // typedefs

    typedef Takeoff_action type;
};

Detailed Documentation

Mapping for take-off action.

Typedefs

typedef Takeoff_action type

Real type.