mirror of
https://gitlab.com/eql/lqml.git
synced 2026-01-05 16:51:28 -08:00
add new example 'meshtastic' (WIP!) -- just a proof of concept version
This commit is contained in:
parent
5f6d5b2c0f
commit
9591d26a69
87 changed files with 14836 additions and 0 deletions
33
examples/meshtastic/lisp/proto/cl-proto/empty.lisp
Normal file
33
examples/meshtastic/lisp/proto/cl-proto/empty.lisp
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
;;; empty.proto.lisp
|
||||
;;;
|
||||
;;; Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
|
||||
(cl:in-package #:common-lisp-user)
|
||||
|
||||
#+sbcl
|
||||
(cl:progn
|
||||
(cl:eval-when (:compile-toplevel) (sb-ext:restrict-compiler-policy 'cl:debug 0 1))
|
||||
(cl:declaim (cl:optimize (sb-c:store-coverage-data 0))))
|
||||
|
||||
(cl:eval-when (:compile-toplevel :load-toplevel :execute)
|
||||
(cl:unless (cl:find-package "CL-PROTOBUFS.GOOGLE.PROTOBUF")
|
||||
(cl:defpackage "CL-PROTOBUFS.GOOGLE.PROTOBUF" (:use)
|
||||
(:local-nicknames (#:pi #:cl-protobufs.implementation)))))
|
||||
|
||||
(cl:in-package "CL-PROTOBUFS.GOOGLE.PROTOBUF")
|
||||
|
||||
(cl:eval-when (:compile-toplevel :load-toplevel :execute)
|
||||
(pi:define-schema 'empty
|
||||
:syntax :proto3
|
||||
|
||||
:package "google.protobuf")
|
||||
)
|
||||
|
||||
|
||||
;;; Top-Level messages
|
||||
|
||||
(pi:define-message empty
|
||||
())
|
||||
|
||||
|
||||
(cl:export '(empty))
|
||||
Loading…
Add table
Add a link
Reference in a new issue