Make low-can use afb-genskel by default 81/13081/1
authorRomain Forlot <romain.forlot@iot.bzh>
Tue, 2 Jan 2018 11:58:48 +0000 (12:58 +0100)
committerRomain Forlot <romain.forlot@iot.bzh>
Tue, 2 Jan 2018 11:58:48 +0000 (12:58 +0100)
Cleaning header file inclusion

Change-Id: Ic0dd9637ecd491692bd4b8b39e9602e85498c0a9
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
13 files changed:
conf.d/app-templates
conf.d/cmake/config.cmake
low-can-binding/CMakeLists.txt
low-can-binding/binding/application.cpp
low-can-binding/binding/application.hpp
low-can-binding/binding/low-can-apidef.h
low-can-binding/binding/low-can-hat.hpp
low-can-binding/binding/low-can-socket.cpp
low-can-binding/binding/low-can-subscription.cpp
low-can-binding/can/can-bus-device.hpp
low-can-binding/can/can-bus.hpp
low-can-binding/can/can-encoder.cpp
low-can-binding/utils/signals.hpp

index dc4debf..bb3c541 160000 (submodule)
@@ -1 +1 @@
-Subproject commit dc4debf13f6653163ea969ec57945edd9545c748
+Subproject commit bb3c5413dd0e2ff098a99748a53be1c66186f235
index 214a27e..59a2566 100644 (file)
@@ -26,7 +26,7 @@ set(PROJECT_ICON "icon.png")
 set(PROJECT_AUTHOR "Romain Forlot")
 set(PROJECT_AUTHOR_MAIL "romain.forlot@iot.bzh")
 set(PROJECT_LICENSE "APL2.0")
-set(PROJECT_LANGUAGES,"C CXX")
+set(PROJECT_LANGUAGES "C;CXX")
 
 # Where are stored default templates files from submodule or subtree app-templates in your project tree
 # relative to the root project directory
index 7abb3c4..b2892cc 100644 (file)
@@ -46,10 +46,11 @@ PROJECT_TARGET_ADD(low-can)
                utils/socketcan-bcm.cpp
                utils/config-parser.cpp)
 
+       set(OPENAPI_DEF "binding/low-can-apidef" CACHE STRING "name and path to the JSON API definition without extension")
        # Binder exposes a unique public entry point
        SET_TARGET_PROPERTIES(${TARGET_NAME} PROPERTIES
                PREFIX "afb-"
-               LABELS "BINDING"
+               LABELS "BINDINGV2"
                LINK_FLAGS ${BINDINGS_LINK_FLAG}
                OUTPUT_NAME ${TARGET_NAME}
        )
index 8c21017..6f2310c 100644 (file)
@@ -14,7 +14,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-
 #include "application.hpp"
 
 #include "../utils/signals.hpp"
index e272806..c75a178 100644 (file)
@@ -27,8 +27,6 @@
 #include "../can/can-signals.hpp"
 #include "../diagnostic/diagnostic-manager.hpp"
 
-#include "low-can-hat.hpp"
-
 ///
 /// @brief Class representing a configuration attached to the binding.
 ///
index d8edab6..d66af13 100644 (file)
@@ -21,46 +21,42 @@ static const char _afb_description_v2_low_can[] =
     "properties\":{\"jtype\":{\"type\":\"string\",\"const\":\"afb-event\"},\""
     "event\":{\"type\":\"string\"},\"data\":{\"type\":\"object\"}}}},\"x-perm"
     "issions\":{\"monitor\":{\"permission\":\"urn:AGL:permission:low-can:publ"
-    "ic:monitor\"},\"write\":{\"permission\":\"urn:AGL:permission:low-can:pla"
-    "tform:write\"}},\"responses\":{\"200\":{\"description\":\"A complex obje"
-    "ct array response\",\"content\":{\"application/json\":{\"schema\":{\"$re"
-    "f\":\"#/components/schemas/afb-reply\"}}}}}},\"paths\":{\"/subscribe\":{"
-    "\"description\":\"Subscribe to CAN signals events\",\"parameters\":[{\"i"
-    "n\":\"query\",\"name\":\"event\",\"required\":false,\"schema\":{\"type\""
-    ":\"string\"}}],\"responses\":{\"200\":{\"$ref\":\"#/components/responses"
-    "/200\"}}},\"/unsubscribe\":{\"description\":\"Unsubscribe previously sus"
-    "cribed signals.\",\"parameters\":[{\"in\":\"query\",\"name\":\"event\",\""
-    "required\":false,\"schema\":{\"type\":\"string\"}}],\"responses\":{\"200"
-    "\":{\"$ref\":\"#/components/responses/200\"}}},\"/get\":{\"description\""
-    ":\"get a current value of CAN message\",\"parameters\":[{\"in\":\"query\""
-    ",\"name\":\"event\",\"required\":false,\"schema\":{\"type\":\"string\"}}"
-    "],\"responses\":{\"200\":{\"$ref\":\"#/components/responses/200\"}}},\"/"
-    "list\":{\"description\":\"get a supported CAN message list\",\"responses"
-    "\":{\"200\":{\"$ref\":\"#/components/responses/200\"}}},\"/auth\":{\"des"
-    "cription\":\"Authenticate session to be raise Level Of Assurance.\",\"ge"
-    "t\":{\"x-permissions\":{\"$ref\":\"#/components/x-permissions/write\"},\""
-    "responses\":{\"200\":{\"$ref\":\"#/components/responses/200\"}}}},\"/wri"
-    "te\":{\"description\":\"Write a CAN messages to the CAN bus.\",\"get\":{"
-    "\"x-permissions\":{\"LOA\":1},\"parameters\":[{\"in\":\"query\",\"name\""
-    ":\"bus_name\",\"required\":false,\"schema\":{\"type\":\"string\"}},{\"in"
-    "\":\"query\",\"name\":\"frame\",\"required\":false,\"schema\":{\"type\":"
-    "\"array\"},\"parameters\":[{\"in\":\"query\",\"name\":\"can_id\",\"requi"
-    "red\":false,\"schema\":{\"type\":\"string\"}},{\"in\":\"query\",\"name\""
-    ":\"can_dlc\",\"required\":false,\"schema\":{\"type\":\"string\"}},{\"in\""
-    ":\"query\",\"name\":\"can_data\",\"required\":false,\"schema\":{\"type\""
-    ":\"string\"}}]},{\"in\":\"query\",\"name\":\"signal_name\",\"required\":"
-    "false,\"schema\":{\"type\":\"string\"}},{\"in\":\"query\",\"name\":\"sig"
-    "nal_value\",\"required\":false,\"schema\":{\"type\":\"integer\"}}],\"res"
-    "ponses\":{\"200\":{\"$ref\":\"#/components/responses/200\"}}}}}}"
+    "ic:monitor\"},\"write\":{\"permission\":\"urn:AGL:permission::platform:c"
+    "an:write \"}},\"responses\":{\"200\":{\"description\":\"A complex object"
+    " array response\",\"content\":{\"application/json\":{\"schema\":{\"$ref\""
+    ":\"#/components/schemas/afb-reply\"}}}}}},\"paths\":{\"/subscribe\":{\"d"
+    "escription\":\"Subscribe to CAN signals events\",\"parameters\":[{\"in\""
+    ":\"query\",\"name\":\"event\",\"required\":false,\"schema\":{\"type\":\""
+    "string\"}}],\"responses\":{\"200\":{\"$ref\":\"#/components/responses/20"
+    "0\"}}},\"/unsubscribe\":{\"description\":\"Unsubscribe previously suscri"
+    "bed signals.\",\"parameters\":[{\"in\":\"query\",\"name\":\"event\",\"re"
+    "quired\":false,\"schema\":{\"type\":\"string\"}}],\"responses\":{\"200\""
+    ":{\"$ref\":\"#/components/responses/200\"}}},\"/get\":{\"description\":\""
+    "get a current value of CAN message\",\"parameters\":[{\"in\":\"query\",\""
+    "name\":\"event\",\"required\":false,\"schema\":{\"type\":\"string\"}}],\""
+    "responses\":{\"200\":{\"$ref\":\"#/components/responses/200\"}}},\"/list"
+    "\":{\"description\":\"get a supported CAN message list\",\"responses\":{"
+    "\"200\":{\"$ref\":\"#/components/responses/200\"}}},\"/auth\":{\"descrip"
+    "tion\":\"Authenticate session to be raise Level Of Assurance.\",\"get\":"
+    "{\"x-permissions\":{\"$ref\":\"#/components/x-permissions/write\"},\"res"
+    "ponses\":{\"200\":{\"$ref\":\"#/components/responses/200\"}}}},\"/write\""
+    ":{\"description\":\"Write a CAN messages to the CAN bus.\",\"get\":{\"x-"
+    "permissions\":{\"LOA\":1},\"parameters\":[{\"in\":\"query\",\"name\":\"b"
+    "us_name\",\"required\":false,\"schema\":{\"type\":\"string\"}},{\"in\":\""
+    "query\",\"name\":\"frame\",\"required\":false,\"schema\":{\"type\":\"arr"
+    "ay\"},\"parameters\":[{\"in\":\"query\",\"name\":\"can_id\",\"required\""
+    ":false,\"schema\":{\"type\":\"string\"}},{\"in\":\"query\",\"name\":\"ca"
+    "n_dlc\",\"required\":false,\"schema\":{\"type\":\"string\"}},{\"in\":\"q"
+    "uery\",\"name\":\"can_data\",\"required\":false,\"schema\":{\"type\":\"s"
+    "tring\"}}]},{\"in\":\"query\",\"name\":\"signal_name\",\"required\":fals"
+    "e,\"schema\":{\"type\":\"string\"}},{\"in\":\"query\",\"name\":\"signal_"
+    "value\",\"required\":false,\"schema\":{\"type\":\"integer\"}}],\"respons"
+    "es\":{\"200\":{\"$ref\":\"#/components/responses/200\"}}}}}}"
 ;
-#ifdef __cplusplus
-#include <afb/afb-binding>
-#endif
-/*static const struct afb_auth _afb_auths_v2_low_can[] = {
-       { .type = afb_auth_Permission, .text = "urn:AGL:permission::platform:can:write", .next = NULL}
-};*/
 
-const struct afb_auth _afb_auths_v2_low_can[] = {afb::auth_permission("urn:AGL:permission::platform:can:write")};
+static const struct afb_auth _afb_auths_v2_low_can[] = {
+       afb::auth_permission("urn:AGL:permission::platform:can:write ")
+};
 
  void subscribe(struct afb_req req);
  void unsubscribe(struct afb_req req);
index d9fb89f..5722666 100644 (file)
 #include <memory>
 #include <systemd/sd-event.h>
 
-extern "C"
-{
-       #define AFB_BINDING_VERSION 2
-       #include <afb/afb-binding.h>
-};
+#define AFB_BINDING_VERSION 2
+#include <afb/afb-binding>
 
 class low_can_subscription_t;
 
@@ -36,11 +33,3 @@ int initv2();
 void on_no_clients(std::shared_ptr<low_can_subscription_t> can_subscription, std::map<int, std::shared_ptr<low_can_subscription_t> >& s);
 void on_no_clients(std::shared_ptr<low_can_subscription_t> can_subscription, uint32_t pid, std::map<int, std::shared_ptr<low_can_subscription_t> >& s);
 int read_message(sd_event_source *s, int fd, uint32_t revents, void *userdata);
-/*
-void auth(struct afb_req request);
-void subscribe(struct afb_req request);
-void unsubscribe(struct afb_req request);
-void write(struct afb_req request);
-void get(struct afb_req request);
-void list(struct afb_req request);
-*/
index afdc986..c479a0a 100644 (file)
@@ -16,8 +16,6 @@
  * limitations under the License.
  */
 
-#include "low-can-hat.hpp"
-
 #include "low-can-subscription.hpp"
 #include "application.hpp"
 #include "canutil/write.h"
index 5bb79a1..20287b8 100644 (file)
@@ -16,8 +16,6 @@
  * limitations under the License.
  */
 
-#include "low-can-hat.hpp"
-
 #include "low-can-subscription.hpp"
 #include "application.hpp"
 #include "canutil/write.h"
index 0b979b1..af70551 100644 (file)
@@ -28,7 +28,6 @@
 #include "openxc.pb.h"
 #include "can-message.hpp"
 #include "../utils/config-parser.hpp"
-#include "../binding/low-can-hat.hpp"
 #include "../binding/low-can-subscription.hpp"
 
 /// @brief A container for a CAN module paried with a certain bus.
index 00c740c..71abe41 100644 (file)
@@ -28,7 +28,6 @@
 #include "openxc.pb.h"
 #include "can-message.hpp"
 #include "../utils/config-parser.hpp"
-#include "../binding/low-can-hat.hpp"
 #include "../binding/low-can-subscription.hpp"
 
 // TODO actual max is 32 but dropped to 24 for memory considerations
index e0015da..5dc632b 100644 (file)
@@ -20,7 +20,6 @@
 #include "canutil/write.h"
 #include "../utils/openxc-utils.hpp"
 #include "can-message-definition.hpp"
-#include "../binding/low-can-hat.hpp"
 
 /// @brief Write a value into a CAN signal in the destination buffer.
 ///
index ddaf229..65316a7 100644 (file)
@@ -26,7 +26,6 @@
 #include "../can/can-signals.hpp"
 #include "../diagnostic/diagnostic-message.hpp"
 
-#include "../binding/low-can-hat.hpp"
 #include "../binding/low-can-subscription.hpp"
 
 namespace utils