Reach fixture files in all cases.
[apps/agl-service-can-low-level.git] / examples / basic / application-generated.cpp
index 88ee94b..18f7a7d 100644 (file)
@@ -22,7 +22,7 @@ void initializeMyStuff() { }
 void initializeOtherStuff() { }
 
 void myLooper() {
-    // this function will be called once each time through the main loop, after
+    // this function will be called once, each time through the main loop, after
     // all CAN message processing has been completed
 }
 
@@ -145,7 +145,8 @@ application_t::application_t()
                                        1.00000f,
                                        handleObd2Pid,
                                        nullptr,
-                                       true
+                                       true,
+                                       false
                                })}
 ,                              {std::make_shared<diagnostic_message_t>(diagnostic_message_t{
                                        12,
@@ -156,7 +157,8 @@ application_t::application_t()
                                        1.00000f,
                                        nullptr,
                                        nullptr,
-                                       true
+                                       true,
+                                       false
                                })}
 ,                              {std::make_shared<diagnostic_message_t>(diagnostic_message_t{
                                        6,
@@ -167,7 +169,8 @@ application_t::application_t()
                                        1.00000f,
                                        handleMyDiagRequest,
                                        nullptr,
-                                       true
+                                       true,
+                                       false
                                })}
 
                        } // end diagnostic_messages_ vector