X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fmain.cpp;h=0608f168a883df9f5964396be7a1d5e010b58989;hb=9a441dad97539ec696d33eabb8ac36c222790e7f;hp=0929d8ff47164a3fb4e2bacdabd5462f7d755338;hpb=e2a6bd168da5505f150ffad21aaf03498f2a3f67;p=src%2Flow-level-can-generator.git diff --git a/src/main.cpp b/src/main.cpp index 0929d8f..0608f16 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -173,6 +173,7 @@ std::ostream& operator<<(std::ostream& o, const generator& << "{std::make_shared(can_message_definition_t{" << gen(v.v_.bus()) << "," << v.v_.id() << "," + << v.v_.is_fd() << "," << "can_message_format_t::STANDARD," << "frequency_clock_t(" << gen(v.v_.max_frequency()) << ")," << gen(v.v_.force_send_changed()) << ",\n";