Dev: preparation script added for code coverage.
[marnav.git] / src / marnav / ais / name.hpp
blob890827f42fd0d31b9a2e4861175d0d3efd6ebc9a
1 #ifndef __MARNAV__AIS__NAME__HPP__
2 #define __MARNAV__AIS__NAME__HPP__
4 #include <marnav/ais/message.hpp>
6 namespace marnav
8 namespace ais
10 std::string to_name(message_id t);
11 std::string to_name(ship_type t);
12 std::string to_name(epfd_fix_type t);
13 std::string to_name(navigation_status t);
14 std::string to_name(virtual_aid t);
15 std::string to_name(off_position_indicator t);
16 std::string to_name(aid_type_id t);
17 std::string to_name(maneuver_indicator_id t);
21 #endif