[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Minios-devel] [UNIKRAFT/LIBOPEN62541 PATCH 0/4] Introduce Port of Open62541 Library



Felipe Huici (4):
  Introduce library skeleton
  Add Makefile.uk
  Add auto-generated headers and source files to the build.
  Add definition of UA_TYPES and UA_TRANSPORT arrays.

 .gitignore                                         |    27 +
 CODING_STYLE.md                                    |     4 +
 CONTRIBUTING.md                                    |     4 +
 COPYING.md                                         |    39 +
 Config.uk                                          |     7 +
 MAINTAINERS.md                                     |    10 +
 Makefile.uk                                        |   149 +
 README.md                                          |    10 +
 glue.c                                             |    11 +
 include/open62541/config.h                         |   106 +
 include/open62541/namespace0_generated.h           |    50 +
 include/open62541/nodeids.h                        | 10722 +++++++++++++++++++
 include/open62541/statuscodes.h                    |   725 ++
 include/open62541/transport_generated.h            |   181 +
 .../transport_generated_encoding_binary.h          |   179 +
 include/open62541/transport_generated_handling.h   |   403 +
 include/open62541/types_generated.h                |  2407 +++++
 .../open62541/types_generated_encoding_binary.h    |  2615 +++++
 include/open62541/types_generated_handling.h       |  5828 ++++++++++
 namespace0_generated.c                             |  4692 ++++++++
 statuscodes.c                                      |   268 +
 21 files changed, 28437 insertions(+)
 create mode 100644 .gitignore
 create mode 100644 CODING_STYLE.md
 create mode 100644 CONTRIBUTING.md
 create mode 100644 COPYING.md
 create mode 100644 Config.uk
 create mode 100644 MAINTAINERS.md
 create mode 100644 Makefile.uk
 create mode 100644 README.md
 create mode 100644 glue.c
 create mode 100644 include/open62541/config.h
 create mode 100644 include/open62541/namespace0_generated.h
 create mode 100644 include/open62541/nodeids.h
 create mode 100644 include/open62541/statuscodes.h
 create mode 100644 include/open62541/transport_generated.h
 create mode 100644 include/open62541/transport_generated_encoding_binary.h
 create mode 100644 include/open62541/transport_generated_handling.h
 create mode 100644 include/open62541/types_generated.h
 create mode 100644 include/open62541/types_generated_encoding_binary.h
 create mode 100644 include/open62541/types_generated_handling.h
 create mode 100644 namespace0_generated.c
 create mode 100644 statuscodes.c

-- 
2.11.0


_______________________________________________
Minios-devel mailing list
Minios-devel@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/mailman/listinfo/minios-devel

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.