/* declarations of builtin command list - automatically generated, do not edit */ #pragma once #include // px4_main_t #include #include // Maps an app name to it's function. typedef std::map apps_map_type; // Initialize an apps map. __EXPORT void init_app_map(apps_map_type &apps); // List an apps map. __EXPORT void list_builtins(apps_map_type &apps);