Browse Source

ungenutzte dateien gelöscht

Kolja Strohm 7 years ago
parent
commit
e2e7183068
2 changed files with 0 additions and 824 deletions
  1. 0 485
      annotationGUI/uncrustify.cfg
  2. 0 339
      annotationGUI/zmq_alt.hpp

+ 0 - 485
annotationGUI/uncrustify.cfg

@@ -1,485 +0,0 @@
-indent_align_string=true
-
-indent_braces=false
-
-indent_braces_no_func=false
-
-indent_brace_parent=false
-
-indent_namespace=false
-
-indent_extern=false
-
-indent_class=true
-
-indent_class_colon=true
-
-indent_else_if=false
-
-indent_func_call_param=false
-
-indent_func_def_param=false
-
-indent_func_proto_param=false
-
-indent_func_class_param=false
-
-indent_func_ctor_var_param=false
-
-indent_template_param=false
-
-indent_func_param_double=false
-
-indent_relative_single_line_comments=false
-
-indent_col1_comment=true
-
-indent_access_spec_body=false
-
-indent_paren_nl=false
-
-indent_comma_paren=false
-
-indent_bool_paren=false
-
-indent_square_nl=false
-
-indent_preserve_sql=false
-
-indent_align_assign=true
-
-sp_balance_nested_parens=false
-
-align_keep_tabs=false
-
-align_with_tabs=false
-
-align_on_tabstop=false
-
-align_number_left=true
-
-align_func_params=true
-
-align_same_func_call_params=true
-
-align_var_def_colon=true
-
-align_var_def_attribute=true
-
-align_var_def_inline=true
-
-align_right_cmt_mix=false
-
-align_on_operator=true
-
-align_mix_var_proto=false
-
-align_single_line_func=true
-
-align_single_line_brace=true
-
-align_nl_cont=true
-
-align_left_shift=true
-
-nl_collapse_empty_body=true
-
-nl_assign_leave_one_liners=false
-
-nl_class_leave_one_liners=true
-
-nl_enum_leave_one_liners=false
-
-nl_getset_leave_one_liners=false
-
-nl_func_leave_one_liners=false
-
-nl_if_leave_one_liners=false
-
-nl_multi_line_cond=false
-
-nl_multi_line_define=false
-
-nl_before_case=true
-
-nl_after_case=false
-
-nl_after_return=true
-
-nl_after_semicolon=false
-
-nl_after_brace_open=false
-
-nl_after_brace_open_cmt=false
-
-nl_after_vbrace_open=false
-
-nl_after_brace_close=false
-
-nl_define_macro=true
-
-nl_squeeze_ifdef=false
-
-nl_ds_struct_enum_cmt=true
-
-nl_ds_struct_enum_close_brace=true
-
-nl_create_if_one_liner=true
-
-nl_create_for_one_liner=true
-
-nl_create_while_one_liner=true
-
-ls_for_split_full=false
-
-ls_func_split_full=true
-
-nl_after_multiline_comment=true
-
-eat_blanks_after_open_brace=true
-
-eat_blanks_before_close_brace=true
-
-mod_pawn_semicolon=false
-
-mod_full_paren_if_bool=true
-
-mod_remove_extra_semicolon=true
-
-mod_sort_import=false
-
-mod_sort_using=false
-
-mod_sort_include=false
-
-mod_move_case_break=true
-
-mod_remove_empty_return=true
-
-cmt_indent_multi=true
-
-cmt_c_group=false
-
-cmt_c_nl_start=false
-
-cmt_c_nl_end=false
-
-cmt_cpp_group=false
-
-cmt_cpp_nl_start=false
-
-cmt_cpp_nl_end=false
-
-cmt_cpp_to_c=false
-
-cmt_star_cont=false
-
-cmt_multi_check_last=true
-
-cmt_insert_before_preproc=false
-
-pp_indent_at_level=false
-
-pp_region_indent_code=false
-
-pp_if_indent_code=false
-
-pp_define_at_level=false
-
-indent_columns=4
-
-align_var_def_span=1
-
-align_var_def_star_style=2
-
-align_var_def_amp_style=2
-
-align_var_def_thresh=3
-
-align_var_def_gap=1
-
-align_assign_span=1
-
-align_enum_equ_span=1
-
-align_var_struct_span=1
-
-align_struct_init_span=1
-
-align_typedef_span=1
-
-align_typedef_star_style=2
-
-align_typedef_amp_style=2
-
-align_right_cmt_span=4
-
-align_right_cmt_at_col=1
-
-align_func_proto_span=3
-
-nl_end_of_file_min=1
-
-nl_func_var_def_blk=1
-
-code_width=82
-
-nl_max=3
-
-nl_after_func_proto=0
-
-nl_after_func_body=2
-
-nl_after_func_body_one_liner=2
-
-nl_before_block_comment=2
-
-nl_before_c_comment=2
-
-nl_before_cpp_comment=2
-
-nl_before_access_spec=2
-
-nl_after_access_spec=2
-
-nl_comment_func_def=1
-
-nl_after_try_catch_finally=1
-
-mod_full_brace_nl=1
-
-mod_add_long_ifdef_endif_comment=1
-
-mod_add_long_ifdef_else_comment=1
-
-cmt_width=80
-
-newlines=auto
-
-indent_with_tabs=0
-
-sp_arith=add
-
-sp_assign=add
-
-sp_enum_assign=add
-
-sp_pp_concat=add
-
-sp_pp_stringify=add
-
-sp_bool=add
-
-sp_compare=add
-
-sp_inside_paren=remove
-
-sp_paren_paren=remove
-
-sp_paren_brace=add
-
-sp_before_ptr_star=add
-
-sp_before_unnamed_ptr_star=add
-
-sp_between_ptr_star=remove
-
-sp_after_ptr_star=remove
-
-sp_after_ptr_star_func=add
-
-sp_before_ptr_star_func=remove
-
-sp_before_byref=remove
-
-sp_before_unnamed_byref=remove
-
-sp_after_byref=add
-
-sp_after_byref_func=add
-
-sp_before_byref_func=remove
-
-sp_after_type=add
-
-sp_before_angle=remove
-
-sp_inside_angle=remove
-
-sp_after_angle=remove
-
-sp_angle_paren=remove
-
-sp_angle_word=remove
-
-sp_before_sparen=add
-
-sp_inside_sparen=remove
-
-sp_sparen_brace=add
-
-sp_special_semi=remove
-
-sp_before_semi=remove
-
-sp_before_semi_for=remove
-
-sp_before_semi_for_empty=remove
-
-sp_after_semi_for_empty=remove
-
-sp_before_square=remove
-
-sp_before_squares=remove
-
-sp_inside_square=remove
-
-sp_after_comma=add
-
-sp_before_comma=remove
-
-sp_after_class_colon=add
-
-sp_before_class_colon=add
-
-sp_before_case_colon=remove
-
-sp_after_operator=remove
-
-sp_after_operator_sym=remove
-
-sp_after_cast=remove
-
-sp_inside_paren_cast=remove
-
-sp_cpp_cast_paren=remove
-
-sp_sizeof_paren=remove
-
-sp_inside_braces_enum=add
-
-sp_inside_braces_struct=add
-
-sp_inside_braces=add
-
-sp_inside_braces_empty=remove
-
-sp_type_func=add
-
-sp_func_proto_paren=remove
-
-sp_func_def_paren=remove
-
-sp_inside_fparens=remove
-
-sp_inside_fparen=remove
-
-sp_square_fparen=remove
-
-sp_fparen_brace=add
-
-sp_func_call_paren=remove
-
-sp_func_call_user_paren=remove
-
-sp_func_class_paren=remove
-
-sp_return_paren=add
-
-sp_attribute_paren=remove
-
-sp_defined_paren=remove
-
-sp_throw_paren=remove
-
-sp_macro=add
-
-sp_macro_func=remove
-
-sp_else_brace=add
-
-sp_brace_else=add
-
-sp_brace_typedef=add
-
-sp_catch_brace=add
-
-sp_brace_catch=add
-
-sp_finally_brace=add
-
-sp_brace_finally=add
-
-sp_try_brace=add
-
-sp_getset_brace=add
-
-sp_before_dc=remove
-
-sp_after_dc=remove
-
-sp_not=remove
-
-sp_inv=remove
-
-sp_addr=remove
-
-sp_member=remove
-
-sp_deref=remove
-
-sp_sign=remove
-
-sp_incdec=remove
-
-sp_before_nl_cont=remove
-
-sp_after_oc_scope=remove
-
-sp_after_oc_colon=remove
-
-sp_before_oc_colon=remove
-
-sp_after_send_oc_colon=add
-
-sp_before_send_oc_colon=remove
-
-sp_after_oc_type=remove
-
-sp_cond_colon=add
-
-sp_cond_question=add
-
-sp_cmt_cpp_start=add
-
-nl_end_of_file=add
-
-nl_namespace_brace=remove
-
-#nl_class_brace=remove
-
-#nl_class_init_args=remove
-
-nl_func_decl_args=add
-
-nl_before_if=add
-
-nl_before_for=add
-
-nl_before_while=add
-
-nl_before_switch=add
-
-nl_before_do=add
-
-mod_full_brace_do=remove
-
-mod_full_brace_for=remove
-
-mod_full_brace_if=remove
-
-mod_full_brace_while=remove
-
-mod_paren_on_return=remove
-
-pp_space=add

+ 0 - 339
annotationGUI/zmq_alt.hpp

@@ -1,339 +0,0 @@
-/*
-    Copyright (c) 2007-2011 iMatix Corporation
-    Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
-
-    This file is part of 0MQ.
-
-    0MQ is free software; you can redistribute it and/or modify it under
-    the terms of the GNU Lesser General Public License as published by
-    the Free Software Foundation; either version 3 of the License, or
-    (at your option) any later version.
-
-    0MQ is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU Lesser General Public License for more details.
-
-    You should have received a copy of the GNU Lesser General Public License
-    along with this program.  If not, see <http://www.gnu.org/licenses/>.
-*/
-
-#ifndef __ZMQ_HPP_INCLUDED__
-#define __ZMQ_HPP_INCLUDED__
-
-#include <zmq.h>
-
-#include <algorithm>
-#include <cassert>
-#include <cstring>
-#include <exception>
-
-// Detect whether the compiler supports C++11 rvalue references.
-#if (defined(__GNUC__) && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ > 2)) && defined(__GXX_EXPERIMENTAL_CXX0X__))
-#   define ZMQ_HAS_RVALUE_REFS
-#endif
-#if (defined(__clang__))
-#   if __has_feature(cxx_rvalue_references)
-#       define ZMQ_HAS_RVALUE_REFS
-#   endif
-#endif
-#if (defined(_MSC_VER) && (_MSC_VER >= 1600))
-#   define ZMQ_HAS_RVALUE_REFS
-#endif
-
-// In order to prevent unused variable warnings when building in non-debug
-// mode use this macro to make assertions.
-#ifndef NDEBUG
-#   define ZMQ_ASSERT(expression) assert(expression)
-#else
-#   define ZMQ_ASSERT(expression) (expression)
-#endif
-
-namespace zmq
-{
-
-    typedef zmq_free_fn free_fn;
-    typedef zmq_pollitem_t pollitem_t;
-
-    inline int poll (zmq_pollitem_t *items_, int nitems_, long timeout_ = -1)
-    {
-        int rc = zmq_poll (items_, nitems_, timeout_);
-        if (rc < 0)
-            return -1;
-        return rc;
-    }
-
-    inline bool device (int device_, void * insocket_, void* outsocket_)
-    {
-        int rc = zmq_device (device_, insocket_, outsocket_);
-        if (rc != 0)
-            return 0;
-        return 1;
-    }
-
-    inline void version (int *major_, int *minor_, int *patch_)
-    {
-        zmq_version (major_, minor_, patch_);
-    }
-
-    class message_t : private zmq_msg_t
-    {
-        friend class socket_t;
-
-    public:
-
-        inline message_t ()
-        {
-            int rc = zmq_msg_init (this);
-        }
-
-        inline message_t (size_t size_)
-        {
-            int rc = zmq_msg_init_size (this, size_);
-        }
-
-        inline message_t (void *data_, size_t size_, free_fn *ffn_,
-            void *hint_ = NULL)
-        {
-            int rc = zmq_msg_init_data (this, data_, size_, ffn_, hint_);
-        }
-
-        inline ~message_t ()
-        {
-            int rc = zmq_msg_close (this);
-            ZMQ_ASSERT (rc == 0);
-        }
-
-        inline bool rebuild ()
-        {
-            int rc = zmq_msg_close (this);
-            if (rc != 0)
-                return 0;
-            rc = zmq_msg_init (this);
-            if (rc != 0)
-                return 0;
-            return 1;
-        }
-
-        inline bool rebuild (size_t size_)
-        {
-            int rc = zmq_msg_close (this);
-            if (rc != 0)
-                return 0;
-            rc = zmq_msg_init_size (this, size_);
-            if (rc != 0)
-                return 0;
-            return 1;
-        }
-
-        inline bool rebuild (void *data_, size_t size_, free_fn *ffn_,
-            void *hint_ = NULL)
-        {
-            int rc = zmq_msg_close (this);
-            if (rc != 0)
-                return 0;
-            rc = zmq_msg_init_data (this, data_, size_, ffn_, hint_);
-            if (rc != 0)
-                return 0;
-            return 1;
-        }
-
-        inline bool move (message_t *msg_)
-        {
-            int rc = zmq_msg_move (this, (zmq_msg_t*) msg_);
-            if (rc != 0)
-                return 0;
-            return 1;
-        }
-
-        inline bool copy (message_t *msg_)
-        {
-            int rc = zmq_msg_copy (this, (zmq_msg_t*) msg_);
-            if (rc != 0)
-                return 0;
-            return 1;
-        }
-
-        inline void *data ()
-        {
-            return zmq_msg_data (this);
-        }
-
-        inline size_t size ()
-        {
-            return zmq_msg_size (this);
-        }
-
-    private:
-
-        //  Disable implicit message copying, so that users won't use shared
-        //  messages (less efficient) without being aware of the fact.
-        message_t (const message_t&);
-        void operator = (const message_t&);
-    };
-
-    class context_t
-    {
-        friend class socket_t;
-
-    public:
-
-        inline context_t (int io_threads_)
-        {
-            ptr = zmq_init (io_threads_);
-        }
-
-#ifdef ZMQ_HAS_RVALUE_REFS
-        inline context_t(context_t&& rhs) : ptr(rhs.ptr)
-        {
-            rhs.ptr = NULL;
-        }
-        inline context_t& operator=(context_t&& rhs)
-        {
-            std::swap(ptr, rhs.ptr);
-            return *this;
-        }
-#endif
-
-        inline ~context_t ()
-        {
-            if (ptr == NULL)
-                return;
-            int rc = zmq_term (ptr);
-            ZMQ_ASSERT (rc == 0);
-        }
-
-        //  Be careful with this, it's probably only useful for
-        //  using the C api together with an existing C++ api.
-        //  Normally you should never need to use this.
-        inline operator void* ()
-        {
-            return ptr;
-        }
-
-    private:
-
-        void *ptr;
-
-        context_t (const context_t&);
-        void operator = (const context_t&);
-    };
-
-    class socket_t
-    {
-    public:
-
-        inline socket_t (context_t &context_, int type_)
-        {
-            err = 0;
-            ptr = zmq_socket (context_.ptr, type_);
-            if (ptr == NULL)
-                err = 1;
-        }
-
-#ifdef ZMQ_HAS_RVALUE_REFS
-        inline socket_t(socket_t&& rhs) : ptr(rhs.ptr)
-        {
-            err = 0;
-            rhs.ptr = NULL;
-        }
-        inline socket_t& operator=(socket_t&& rhs)
-        {
-            err = 0;
-            std::swap(ptr, rhs.ptr);
-            return *this;
-        }
-#endif
-
-        inline ~socket_t ()
-        {
-            close();
-        }
-
-        inline operator void* ()
-        {
-            return ptr;
-        }
-
-        inline bool isOk()
-        {
-            return !err;
-        }
-
-        inline bool close()
-        {
-            if(ptr == NULL)
-                // already closed
-                return 1;
-            int rc = zmq_close (ptr);
-            if (rc != 0)
-                return 0;
-            ptr = 0 ;
-            return 1;
-        }
-
-        inline bool setsockopt (int option_, const void *optval_,
-            size_t optvallen_)
-        {
-            int rc = zmq_setsockopt (ptr, option_, optval_, optvallen_);
-            if (rc != 0)
-                return 0;
-            return 1;
-        }
-
-        inline bool getsockopt (int option_, void *optval_,
-            size_t *optvallen_)
-        {
-            int rc = zmq_getsockopt (ptr, option_, optval_, optvallen_);
-            if (rc != 0)
-                return 0;
-            return 1;
-        }
-
-        inline bool bind (const char *addr_)
-        {
-            int rc = zmq_bind (ptr, addr_);
-            if (rc != 0)
-                return 0;
-            return 1;
-        }
-
-        inline bool connect (const char *addr_)
-        {
-            int rc = zmq_connect (ptr, addr_);
-            if (rc != 0)
-                return 0;
-            return 1;
-        }
-
-        inline bool send (message_t &msg_, int flags_ = 0)
-        {
-            int rc = zmq_send (ptr, &msg_, flags_);
-            if (rc == 0)
-                return true;
-            if (rc == -1 && zmq_errno () == EAGAIN)
-                return false;
-            return false;
-        }
-
-        inline bool recv (message_t *msg_, int flags_ = 0)
-        {
-            int rc = zmq_recv (ptr, msg_, flags_);
-            if (rc == 0)
-                return true;
-            if (rc == -1 && zmq_errno () == EAGAIN)
-                return false;
-            return false;
-        }
-
-    private:
-        bool err;
-        void *ptr;
-
-        socket_t (const socket_t&);
-        void operator = (const socket_t&);
-    };
-
-}
-
-#endif