Skip to content

Commit

Permalink
modified: src/tmx/TmxApi/tmx/j2735_messages/J2735MessageFactory.hpp
Browse files Browse the repository at this point in the history
	modified:   src/tmx/TmxUtils/test/J2735MessageTest.cpp
  • Loading branch information
jwillmartin committed Oct 25, 2023
1 parent ae4930c commit 29aff87
Show file tree
Hide file tree
Showing 2 changed files with 320 additions and 318 deletions.
8 changes: 4 additions & 4 deletions src/tmx/TmxApi/tmx/j2735_messages/J2735MessageFactory.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
#include <tmx/j2735_messages/testMessage03.hpp>
#include <tmx/j2735_messages/testMessage04.hpp>
#include <tmx/j2735_messages/testMessage05.hpp>
// #include <tmx/j2735_messages/SensorDataSharingMessage.hpp>
#include <tmx/j2735_messages/SensorDataSharingMessage.hpp>

namespace tmx {
namespace messages {
Expand Down Expand Up @@ -79,8 +79,8 @@ using message_types = message_type_list<
tsm0Message,
tsm1Message,
tsm2Message,
tsm3Message
// SdsmMessage
tsm3Message,
SdsmMessage
>;

/// Base allocator type
Expand Down Expand Up @@ -205,7 +205,7 @@ class J2735MessageFactory
add_allocator_to_maps<tsm1Message>();
add_allocator_to_maps<tsm2Message>();
add_allocator_to_maps<tsm3Message>();
// add_allocator_to_maps<SdsmMessage>();
add_allocator_to_maps<SdsmMessage>();
// #if SAEJ2735_SPEC < 63
// add_allocator_to_maps<UperFrameMessage>();
// #endif
Expand Down
Loading

0 comments on commit 29aff87

Please sign in to comment.