nros C API
Lightweight ROS 2 client for embedded real-time systems
Loading...
Searching...
No Matches
init.h
Go to the documentation of this file.
1
20#ifndef NROS_INIT_H
21#define NROS_INIT_H
22
23/* Type and function definitions live in <nros/nros_generated.h>.
24 * This per-module header is kept as a thin shim so existing code that
25 * does `#include <nros/init.h>` continues to compile. */
26#include "nros/types.h"
27
28#endif /* NROS_INIT_H */
Shared types and constants for the nros C API.