diff --git a/demo/build.rs b/demo/build.rs index 1c7f00a..4780847 100644 --- a/demo/build.rs +++ b/demo/build.rs @@ -10,6 +10,8 @@ fn main() { // Automatically derive ecal message for these types. config.type_attribute(".", "#[derive(ecal::Message)]"); + // This is influencing how the type names are derived and + // ultimately displayed in eCAL mon. config.type_attribute(".", "#[type_prefix = \"kpns_msgs.\"]"); // Compile proto messages