repo stringlengths 1 152 ⌀ | file stringlengths 14 221 | code stringlengths 501 25k | file_length int64 501 25k | avg_line_length float64 20 99.5 | max_line_length int64 21 134 | extension_type stringclasses 2
values |
|---|---|---|---|---|---|---|
twitter_nlp | twitter_nlp-master/python/cap/TinySVM/example.h | /*
TinySVM -- Yet Another Tiny SVM Package
$Id: example.h,v 1.16 2002/08/20 06:31:17 taku-ku Exp $;
Copyright (C) 2001-2002 Taku Kudo <taku-ku@is.aist-nara.ac.jp>
All rights reserved.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
Lic... | 1,640 | 26.813559 | 73 | h |
twitter_nlp | twitter_nlp-master/python/cap/TinySVM/kernel.h | /*
TinySVM -- Yet Another Tiny SVM Package
$Id: kernel.h,v 1.18 2002/08/20 06:31:17 taku-ku Exp $;
Copyright (C) 2001-2002 Taku Kudo <taku-ku@is.aist-nara.ac.jp>
All rights reserved.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
Lice... | 6,172 | 23.692 | 94 | h |
twitter_nlp | twitter_nlp-master/python/cap/TinySVM/misc.h | /*
TinySVM -- Yet Another Tiny SVM Package
$Id: misc.h,v 1.12 2002/08/20 06:31:17 taku-ku Exp $;
Copyright (C) 2001-2002 Taku Kudo <taku-ku@is.aist-nara.ac.jp>
All rights reserved.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
Licens... | 1,145 | 25.651163 | 66 | h |
twitter_nlp | twitter_nlp-master/python/cap/TinySVM/base_example.h | /*
TinySVM -- Yet Another Tiny SVM Package
$Id: base_example.h,v 1.22 2002/08/20 06:31:16 taku-ku Exp $;
Copyright (C) 2001-2002 Taku Kudo <taku-ku@is.aist-nara.ac.jp>
All rights reserved.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public... | 2,711 | 30.905882 | 86 | h |
twitter_nlp | twitter_nlp-master/python/cap/TinySVM/classifier.h | /*
TinySVM -- Yet Another Tiny SVM Package
$Id: classifier.h,v 1.8 2002/08/20 06:31:16 taku-ku Exp $;
Copyright (C) 2001-2002 Taku Kudo <taku-ku@is.aist-nara.ac.jp>
All rights reserved.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
L... | 1,748 | 25.907692 | 67 | h |
twitter_nlp | twitter_nlp-master/python/cap/TinySVM/param.h | /*
TinySVM -- Yet Another Tiny SVM Package
$Id: param.h,v 1.29 2002/08/20 06:31:17 taku-ku Exp $;
Copyright (C) 2001-2002 Taku Kudo <taku-ku@is.aist-nara.ac.jp>
All rights reserved.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
Licen... | 1,456 | 21.415385 | 66 | h |
twitter_nlp | twitter_nlp-master/python/cap/TinySVM/model.h | /*
TinySVM -- Yet Another Tiny SVM Package
$Id: model.h,v 1.25 2002/08/20 06:31:17 taku-ku Exp $;
Copyright (C) 2001-2002 Taku Kudo <taku-ku@is.aist-nara.ac.jp>
All rights reserved.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
Licen... | 2,084 | 24.426829 | 81 | h |
twitter_nlp | twitter_nlp-master/hbc/models/stats.h | #ifndef STATS_H___
#define STATS_H___
#define SQR(x) ((x)*(x))
#include <stdlib.h>
#include <stdio.h>
#include <math.h>
#include "samplib.h"
double NEGINF;
double epsilonValue;
double factln(double x);
double addLog(double x, double y);
void normalizeLog(double*x, int lo, int hi);
int sample_Poi(double mu);
i... | 7,422 | 56.1 | 126 | h |
twitter_nlp | twitter_nlp-master/hbc/models/labels.h | #ifndef LABELS_H___
#define LABELS_H___
/*
* Alan Ritter 1/13/11
* Header file for functions included in labels.c
* For extending Gibbs Sampler generated by HBC to handle LabeledLDA (Ramage et. al. 2009)
* Also includes some general utility functions for inference based on entities
*/
int **load_labels(char *fna... | 612 | 33.055556 | 124 | h |
twitter_nlp | twitter_nlp-master/hbc/models/samplib.h | double gammaln(double x);
double digamma(double x);
double trigamma(double x);
double invdigamma(double x);
void advnst(long k);
double genbet(double aa,double bb);
double genchi(double df);
double genexp(double av);
double genf(double dfn, double dfd);
double gengam(double a,double r);
void genmn(double *parm,double ... | 1,159 | 30.351351 | 60 | h |
trimmed_match | trimmed_match-master/trimmed_match/core/math_util.h | /*
* Copyright 2020 Google LLC.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writi... | 2,532 | 33.69863 | 99 | h |
trimmed_match | trimmed_match-master/trimmed_match/core/geox_data_util.h | /*
* Copyright 2020 Google LLC.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writi... | 4,335 | 33.688 | 80 | h |
trimmed_match | trimmed_match-master/trimmed_match/core/estimator.h | /*
* Copyright 2020 Google LLC.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writi... | 4,007 | 39.484848 | 80 | h |
Cheetah-Software | Cheetah-Software-master/third-party/ParamHandler/src/stream.h | #ifndef STREAM_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#define STREAM_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#if defined(_MSC_VER) || \
(defined(__GNUC__) && (__GNUC__ == 3 && __GNUC_MINOR__ >= 4) || \
(__GNUC__ >= 4)) // GCC supports "pragma once" correctly since 3.... | 1,958 | 24.441558 | 72 | h |
Cheetah-Software | Cheetah-Software-master/third-party/ParamHandler/src/emitterutils.h | #ifndef EMITTERUTILS_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#define EMITTERUTILS_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#if defined(_MSC_VER) || \
(defined(__GNUC__) && (__GNUC__ == 3 && __GNUC_MINOR__ >= 4) || \
(__GNUC__ >= 4)) // GCC supports "pragma once" correc... | 1,900 | 36.27451 | 75 | h |
Cheetah-Software | Cheetah-Software-master/third-party/ParamHandler/src/exp.h | #ifndef EXP_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#define EXP_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#if defined(_MSC_VER) || \
(defined(__GNUC__) && (__GNUC__ == 3 && __GNUC_MINOR__ >= 4) || \
(__GNUC__ >= 4)) // GCC supports "pragma once" correctly since 3.4
#pra... | 6,021 | 26.004484 | 80 | h |
Cheetah-Software | Cheetah-Software-master/third-party/ParamHandler/src/singledocparser.h | #ifndef SINGLEDOCPARSER_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#define SINGLEDOCPARSER_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#if defined(_MSC_VER) || \
(defined(__GNUC__) && (__GNUC__ == 3 && __GNUC_MINOR__ >= 4) || \
(__GNUC__ >= 4)) // GCC supports "pragma once" ... | 1,871 | 27.363636 | 73 | h |
Cheetah-Software | Cheetah-Software-master/third-party/ParamHandler/src/regeximpl.h | #ifndef REGEXIMPL_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#define REGEXIMPL_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#if defined(_MSC_VER) || \
(defined(__GNUC__) && (__GNUC__ == 3 && __GNUC_MINOR__ >= 4) || \
(__GNUC__ >= 4)) // GCC supports "pragma once" correctly si... | 4,987 | 25.673797 | 80 | h |
Cheetah-Software | Cheetah-Software-master/third-party/ParamHandler/src/scantag.h | #ifndef SCANTAG_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#define SCANTAG_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#if defined(_MSC_VER) || \
(defined(__GNUC__) && (__GNUC__ == 3 && __GNUC_MINOR__ >= 4) || \
(__GNUC__ >= 4)) // GCC supports "pragma once" correctly since ... | 636 | 30.85 | 72 | h |
Cheetah-Software | Cheetah-Software-master/third-party/ParamHandler/src/indentation.h | #ifndef INDENTATION_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#define INDENTATION_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#if defined(_MSC_VER) || \
(defined(__GNUC__) && (__GNUC__ == 3 && __GNUC_MINOR__ >= 4) || \
(__GNUC__ >= 4)) // GCC supports "pragma once" correctl... | 1,072 | 24.547619 | 72 | h |
Cheetah-Software | Cheetah-Software-master/third-party/ParamHandler/src/ptr_vector.h | #ifndef PTR_VECTOR_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#define PTR_VECTOR_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#if defined(_MSC_VER) || \
(defined(__GNUC__) && (__GNUC__ == 3 && __GNUC_MINOR__ >= 4) || \
(__GNUC__ >= 4)) // GCC supports "pragma once" correctly ... | 1,206 | 26.431818 | 76 | h |
Cheetah-Software | Cheetah-Software-master/third-party/ParamHandler/src/scanner.h | #ifndef SCANNER_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#define SCANNER_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#if defined(_MSC_VER) || \
(defined(__GNUC__) && (__GNUC__ == 3 && __GNUC_MINOR__ >= 4) || \
(__GNUC__ >= 4)) // GCC supports "pragma once" correctly since ... | 4,820 | 24.240838 | 79 | h |
Cheetah-Software | Cheetah-Software-master/third-party/ParamHandler/src/setting.h | #ifndef SETTING_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#define SETTING_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#if defined(_MSC_VER) || \
(defined(__GNUC__) && (__GNUC__ == 3 && __GNUC_MINOR__ >= 4) || \
(__GNUC__ >= 4)) // GCC supports "pragma once" correctly since ... | 2,328 | 23.260417 | 76 | h |
Cheetah-Software | Cheetah-Software-master/third-party/ParamHandler/src/tag.h | #ifndef TAG_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#define TAG_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#if defined(_MSC_VER) || \
(defined(__GNUC__) && (__GNUC__ == 3 && __GNUC_MINOR__ >= 4) || \
(__GNUC__ >= 4)) // GCC supports "pragma once" correctly since 3.4
#pra... | 731 | 20.529412 | 72 | h |
Cheetah-Software | Cheetah-Software-master/third-party/ParamHandler/src/regex_yaml.h | #ifndef REGEX_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#define REGEX_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#if defined(_MSC_VER) || \
(defined(__GNUC__) && (__GNUC__ == 3 && __GNUC_MINOR__ >= 4) || \
(__GNUC__ >= 4)) // GCC supports "pragma once" correctly since 3.4
... | 2,375 | 26 | 75 | h |
Cheetah-Software | Cheetah-Software-master/third-party/ParamHandler/src/nodeevents.h | #ifndef NODE_NODEEVENTS_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#define NODE_NODEEVENTS_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#if defined(_MSC_VER) || \
(defined(__GNUC__) && (__GNUC__ == 3 && __GNUC_MINOR__ >= 4) || \
(__GNUC__ >= 4)) // GCC supports "pragma once" ... | 1,591 | 23.492308 | 73 | h |
Cheetah-Software | Cheetah-Software-master/third-party/ParamHandler/src/collectionstack.h | #ifndef COLLECTIONSTACK_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#define COLLECTIONSTACK_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#if defined(_MSC_VER) || \
(defined(__GNUC__) && (__GNUC__ == 3 && __GNUC_MINOR__ >= 4) || \
(__GNUC__ >= 4)) // GCC supports "pragma once" ... | 1,094 | 26.375 | 80 | h |
Cheetah-Software | Cheetah-Software-master/third-party/ParamHandler/src/scanscalar.h | #ifndef SCANSCALAR_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#define SCANSCALAR_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#if defined(_MSC_VER) || \
(defined(__GNUC__) && (__GNUC__ == 3 && __GNUC_MINOR__ >= 4) || \
(__GNUC__ >= 4)) // GCC supports "pragma once" correctly ... | 2,239 | 34 | 79 | h |
Cheetah-Software | Cheetah-Software-master/third-party/ParamHandler/src/stringsource.h | #ifndef STRINGSOURCE_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#define STRINGSOURCE_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#if defined(_MSC_VER) || \
(defined(__GNUC__) && (__GNUC__ == 3 && __GNUC_MINOR__ >= 4) || \
(__GNUC__ >= 4)) // GCC supports "pragma once" correc... | 1,274 | 25.020408 | 72 | h |
Cheetah-Software | Cheetah-Software-master/third-party/ParamHandler/src/streamcharsource.h | #ifndef STREAMCHARSOURCE_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#define STREAMCHARSOURCE_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#if defined(_MSC_VER) || \
(defined(__GNUC__) && (__GNUC__ == 3 && __GNUC_MINOR__ >= 4) || \
(__GNUC__ >= 4)) // GCC supports "pragma once... | 1,460 | 28.816327 | 80 | h |
Cheetah-Software | Cheetah-Software-master/third-party/ParamHandler/src/directives.h | #ifndef DIRECTIVES_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#define DIRECTIVES_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#if defined(_MSC_VER) || \
(defined(__GNUC__) && (__GNUC__ == 3 && __GNUC_MINOR__ >= 4) || \
(__GNUC__ >= 4)) // GCC supports "pragma once" correctly ... | 710 | 22.7 | 72 | h |
Cheetah-Software | Cheetah-Software-master/third-party/ParamHandler/src/nodebuilder.h | #ifndef NODE_NODEBUILDER_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#define NODE_NODEBUILDER_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#if defined(_MSC_VER) || \
(defined(__GNUC__) && (__GNUC__ == 3 && __GNUC_MINOR__ >= 4) || \
(__GNUC__ >= 4)) // GCC supports "pragma once... | 2,016 | 27.408451 | 75 | h |
Cheetah-Software | Cheetah-Software-master/third-party/ParamHandler/src/token.h | #ifndef TOKEN_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#define TOKEN_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#if defined(_MSC_VER) || \
(defined(__GNUC__) && (__GNUC__ == 3 && __GNUC_MINOR__ >= 4) || \
(__GNUC__ >= 4)) // GCC supports "pragma once" correctly since 3.4
... | 1,786 | 24.528571 | 78 | h |
Cheetah-Software | Cheetah-Software-master/third-party/ParamHandler/src/emitterstate.h | #ifndef EMITTERSTATE_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#define EMITTERSTATE_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#if defined(_MSC_VER) || \
(defined(__GNUC__) && (__GNUC__ == 3 && __GNUC_MINOR__ >= 4) || \
(__GNUC__ >= 4)) // GCC supports "pragma once" correc... | 6,232 | 29.553922 | 80 | h |
Cheetah-Software | Cheetah-Software-master/third-party/ParamHandler/src/contrib/graphbuilderadapter.h | #ifndef GRAPHBUILDERADAPTER_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#define GRAPHBUILDERADAPTER_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#if defined(_MSC_VER) || \
(defined(__GNUC__) && (__GNUC__ == 3 && __GNUC_MINOR__ >= 4) || \
(__GNUC__ >= 4)) // GCC supports "pragm... | 2,534 | 30.6875 | 75 | h |
Cheetah-Software | Cheetah-Software-master/third-party/ParamHandler/dynacore_yaml-cpp/noncopyable.h | #ifndef NONCOPYABLE_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#define NONCOPYABLE_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#if defined(_MSC_VER) || \
(defined(__GNUC__) && (__GNUC__ == 3 && __GNUC_MINOR__ >= 4) || \
(__GNUC__ >= 4)) // GCC supports "pragma once" correctl... | 705 | 26.153846 | 72 | h |
Cheetah-Software | Cheetah-Software-master/third-party/ParamHandler/dynacore_yaml-cpp/anchor.h | #ifndef ANCHOR_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#define ANCHOR_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#if defined(_MSC_VER) || \
(defined(__GNUC__) && (__GNUC__ == 3 && __GNUC_MINOR__ >= 4) || \
(__GNUC__ >= 4)) // GCC supports "pragma once" correctly since 3.... | 510 | 27.388889 | 72 | h |
Cheetah-Software | Cheetah-Software-master/third-party/ParamHandler/dynacore_yaml-cpp/null.h | #ifndef NULL_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#define NULL_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#if defined(_MSC_VER) || \
(defined(__GNUC__) && (__GNUC__ == 3 && __GNUC_MINOR__ >= 4) || \
(__GNUC__ >= 4)) // GCC supports "pragma once" correctly since 3.4
#p... | 808 | 28.962963 | 72 | h |
Cheetah-Software | Cheetah-Software-master/third-party/ParamHandler/dynacore_yaml-cpp/yaml.h | #ifndef YAML_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#define YAML_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#if defined(_MSC_VER) || \
(defined(__GNUC__) && (__GNUC__ == 3 && __GNUC_MINOR__ >= 4) || \
(__GNUC__ >= 4)) // GCC supports "pragma once" correctly since 3.4
#p... | 903 | 35.16 | 72 | h |
Cheetah-Software | Cheetah-Software-master/third-party/ParamHandler/dynacore_yaml-cpp/exceptions.h | #ifndef EXCEPTIONS_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#define EXCEPTIONS_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#if defined(_MSC_VER) || \
(defined(__GNUC__) && (__GNUC__ == 3 && __GNUC_MINOR__ >= 4) || \
(__GNUC__ >= 4)) // GCC supports "pragma once" correctly ... | 9,720 | 35.272388 | 80 | h |
Cheetah-Software | Cheetah-Software-master/third-party/ParamHandler/dynacore_yaml-cpp/emitterdef.h | #ifndef EMITTERDEF_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#define EMITTERDEF_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#if defined(_MSC_VER) || \
(defined(__GNUC__) && (__GNUC__ == 3 && __GNUC_MINOR__ >= 4) || \
(__GNUC__ >= 4)) // GCC supports "pragma once" correctly ... | 550 | 31.411765 | 80 | h |
Cheetah-Software | Cheetah-Software-master/third-party/ParamHandler/dynacore_yaml-cpp/ostream_wrapper.h | #ifndef OSTREAM_WRAPPER_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#define OSTREAM_WRAPPER_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#if defined(_MSC_VER) || \
(defined(__GNUC__) && (__GNUC__ == 3 && __GNUC_MINOR__ >= 4) || \
(__GNUC__ >= 4)) // GCC supports "pragma once" ... | 1,784 | 23.452055 | 72 | h |
Cheetah-Software | Cheetah-Software-master/third-party/ParamHandler/dynacore_yaml-cpp/emittermanip.h | #ifndef EMITTERMANIP_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#define EMITTERMANIP_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#if defined(_MSC_VER) || \
(defined(__GNUC__) && (__GNUC__ == 3 && __GNUC_MINOR__ >= 4) || \
(__GNUC__ >= 4)) // GCC supports "pragma once" correc... | 3,156 | 21.876812 | 80 | h |
Cheetah-Software | Cheetah-Software-master/third-party/ParamHandler/dynacore_yaml-cpp/emitfromevents.h | #ifndef EMITFROMEVENTS_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#define EMITFROMEVENTS_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#if defined(_MSC_VER) || \
(defined(__GNUC__) && (__GNUC__ == 3 && __GNUC_MINOR__ >= 4) || \
(__GNUC__ >= 4)) // GCC supports "pragma once" co... | 1,715 | 28.586207 | 75 | h |
Cheetah-Software | Cheetah-Software-master/third-party/ParamHandler/dynacore_yaml-cpp/dll.h | #ifndef DLL_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#define DLL_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#if defined(_MSC_VER) || \
(defined(__GNUC__) && (__GNUC__ == 3 && __GNUC_MINOR__ >= 4) || \
(__GNUC__ >= 4)) // GCC supports "pragma once" correctly since 3.4
#pra... | 1,481 | 42.588235 | 80 | h |
Cheetah-Software | Cheetah-Software-master/third-party/ParamHandler/dynacore_yaml-cpp/mark.h | #ifndef MARK_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#define MARK_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#if defined(_MSC_VER) || \
(defined(__GNUC__) && (__GNUC__ == 3 && __GNUC_MINOR__ >= 4) || \
(__GNUC__ >= 4)) // GCC supports "pragma once" correctly since 3.4
#p... | 803 | 25.8 | 74 | h |
Cheetah-Software | Cheetah-Software-master/third-party/ParamHandler/dynacore_yaml-cpp/eventhandler.h | #ifndef EVENTHANDLER_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#define EVENTHANDLER_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#if defined(_MSC_VER) || \
(defined(__GNUC__) && (__GNUC__ == 3 && __GNUC_MINOR__ >= 4) || \
(__GNUC__ >= 4)) // GCC supports "pragma once" correc... | 1,345 | 31.829268 | 79 | h |
Cheetah-Software | Cheetah-Software-master/third-party/ParamHandler/dynacore_yaml-cpp/parser.h | #ifndef PARSER_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#define PARSER_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#if defined(_MSC_VER) || \
(defined(__GNUC__) && (__GNUC__ == 3 && __GNUC_MINOR__ >= 4) || \
(__GNUC__ >= 4)) // GCC supports "pragma once" correctly since 3.... | 2,216 | 24.482759 | 80 | h |
Cheetah-Software | Cheetah-Software-master/third-party/ParamHandler/dynacore_yaml-cpp/binary.h | #ifndef BASE64_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#define BASE64_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#if defined(_MSC_VER) || \
(defined(__GNUC__) && (__GNUC__ == 3 && __GNUC_MINOR__ >= 4) || \
(__GNUC__ >= 4)) // GCC supports "pragma once" correctly since 3.... | 1,956 | 27.779412 | 79 | h |
Cheetah-Software | Cheetah-Software-master/third-party/ParamHandler/dynacore_yaml-cpp/stlemitter.h | #ifndef STLEMITTER_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#define STLEMITTER_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#if defined(_MSC_VER) || \
(defined(__GNUC__) && (__GNUC__ == 3 && __GNUC_MINOR__ >= 4) || \
(__GNUC__ >= 4)) // GCC supports "pragma once" correctly ... | 1,466 | 27.211538 | 76 | h |
Cheetah-Software | Cheetah-Software-master/third-party/ParamHandler/dynacore_yaml-cpp/emitter.h | #ifndef EMITTER_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#define EMITTER_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#if defined(_MSC_VER) || \
(defined(__GNUC__) && (__GNUC__ == 3 && __GNUC_MINOR__ >= 4) || \
(__GNUC__ >= 4)) // GCC supports "pragma once" correctly since ... | 7,227 | 27.345098 | 80 | h |
Cheetah-Software | Cheetah-Software-master/third-party/ParamHandler/dynacore_yaml-cpp/emitterstyle.h | #ifndef EMITTERSTYLE_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#define EMITTERSTYLE_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#if defined(_MSC_VER) || \
(defined(__GNUC__) && (__GNUC__ == 3 && __GNUC_MINOR__ >= 4) || \
(__GNUC__ >= 4)) // GCC supports "pragma once" correc... | 511 | 29.117647 | 72 | h |
Cheetah-Software | Cheetah-Software-master/third-party/ParamHandler/dynacore_yaml-cpp/node/ptr.h | #ifndef VALUE_PTR_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#define VALUE_PTR_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#if defined(_MSC_VER) || \
(defined(__GNUC__) && (__GNUC__ == 3 && __GNUC_MINOR__ >= 4) || \
(__GNUC__ >= 4)) // GCC supports "pragma once" correctly si... | 849 | 27.333333 | 72 | h |
Cheetah-Software | Cheetah-Software-master/third-party/ParamHandler/dynacore_yaml-cpp/node/type.h | #ifndef VALUE_TYPE_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#define VALUE_TYPE_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#if defined(_MSC_VER) || \
(defined(__GNUC__) && (__GNUC__ == 3 && __GNUC_MINOR__ >= 4) || \
(__GNUC__ >= 4)) // GCC supports "pragma once" correctly ... | 519 | 29.588235 | 72 | h |
Cheetah-Software | Cheetah-Software-master/third-party/ParamHandler/dynacore_yaml-cpp/node/node.h | #ifndef NODE_NODE_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#define NODE_NODE_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#if defined(_MSC_VER) || \
(defined(__GNUC__) && (__GNUC__ == 3 && __GNUC_MINOR__ >= 4) || \
(__GNUC__ >= 4)) // GCC supports "pragma once" correctly si... | 3,832 | 25.253425 | 74 | h |
Cheetah-Software | Cheetah-Software-master/third-party/ParamHandler/dynacore_yaml-cpp/node/iterator.h | #ifndef VALUE_ITERATOR_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#define VALUE_ITERATOR_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#if defined(_MSC_VER) || \
(defined(__GNUC__) && (__GNUC__ == 3 && __GNUC_MINOR__ >= 4) || \
(__GNUC__ >= 4)) // GCC supports "pragma once" co... | 1,072 | 32.53125 | 80 | h |
Cheetah-Software | Cheetah-Software-master/third-party/ParamHandler/dynacore_yaml-cpp/node/parse.h | #ifndef VALUE_PARSE_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#define VALUE_PARSE_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#if defined(_MSC_VER) || \
(defined(__GNUC__) && (__GNUC__ == 3 && __GNUC_MINOR__ >= 4) || \
(__GNUC__ >= 4)) // GCC supports "pragma once" correctl... | 2,102 | 25.620253 | 76 | h |
Cheetah-Software | Cheetah-Software-master/third-party/ParamHandler/dynacore_yaml-cpp/node/emit.h | #ifndef NODE_EMIT_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#define NODE_EMIT_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#if defined(_MSC_VER) || \
(defined(__GNUC__) && (__GNUC__ == 3 && __GNUC_MINOR__ >= 4) || \
(__GNUC__ >= 4)) // GCC supports "pragma once" correctly si... | 976 | 28.606061 | 80 | h |
Cheetah-Software | Cheetah-Software-master/third-party/ParamHandler/dynacore_yaml-cpp/node/impl.h | #ifndef NODE_IMPL_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#define NODE_IMPL_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#if defined(_MSC_VER) || \
(defined(__GNUC__) && (__GNUC__ == 3 && __GNUC_MINOR__ >= 4) || \
(__GNUC__ >= 4)) // GCC supports "pragma once" correctly si... | 10,735 | 22.910913 | 80 | h |
Cheetah-Software | Cheetah-Software-master/third-party/ParamHandler/dynacore_yaml-cpp/node/convert.h | #ifndef NODE_CONVERT_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#define NODE_CONVERT_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#if defined(_MSC_VER) || \
(defined(__GNUC__) && (__GNUC__ == 3 && __GNUC_MINOR__ >= 4) || \
(__GNUC__ >= 4)) // GCC supports "pragma once" correc... | 10,240 | 29.846386 | 77 | h |
Cheetah-Software | Cheetah-Software-master/third-party/ParamHandler/dynacore_yaml-cpp/node/detail/node.h | #ifndef NODE_DETAIL_NODE_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#define NODE_DETAIL_NODE_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#if defined(_MSC_VER) || \
(defined(__GNUC__) && (__GNUC__ == 3 && __GNUC_MINOR__ >= 4) || \
(__GNUC__ >= 4)) // GCC supports "pragma once... | 4,918 | 27.935294 | 78 | h |
Cheetah-Software | Cheetah-Software-master/third-party/ParamHandler/dynacore_yaml-cpp/node/detail/node_ref.h | #ifndef VALUE_DETAIL_NODE_REF_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#define VALUE_DETAIL_NODE_REF_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#if defined(_MSC_VER) || \
(defined(__GNUC__) && (__GNUC__ == 3 && __GNUC_MINOR__ >= 4) || \
(__GNUC__ >= 4)) // GCC supports "p... | 3,343 | 32.777778 | 77 | h |
Cheetah-Software | Cheetah-Software-master/third-party/ParamHandler/dynacore_yaml-cpp/node/detail/bool_type.h | #ifndef NODE_DETAIL_BOOL_TYPE_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#define NODE_DETAIL_BOOL_TYPE_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#if defined(_MSC_VER) || \
(defined(__GNUC__) && (__GNUC__ == 3 && __GNUC_MINOR__ >= 4) || \
(__GNUC__ >= 4)) // GCC supports "p... | 994 | 35.851852 | 86 | h |
Cheetah-Software | Cheetah-Software-master/third-party/ParamHandler/dynacore_yaml-cpp/node/detail/iterator.h | #ifndef VALUE_DETAIL_ITERATOR_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#define VALUE_DETAIL_ITERATOR_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#if defined(_MSC_VER) || \
(defined(__GNUC__) && (__GNUC__ == 3 && __GNUC_MINOR__ >= 4) || \
(__GNUC__ >= 4)) // GCC supports "p... | 2,590 | 26.860215 | 79 | h |
Cheetah-Software | Cheetah-Software-master/third-party/ParamHandler/dynacore_yaml-cpp/node/detail/node_data.h | #ifndef VALUE_DETAIL_NODE_DATA_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#define VALUE_DETAIL_NODE_DATA_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#if defined(_MSC_VER) || \
(defined(__GNUC__) && (__GNUC__ == 3 && __GNUC_MINOR__ >= 4) || \
(__GNUC__ >= 4)) // GCC supports ... | 3,488 | 26.257813 | 75 | h |
Cheetah-Software | Cheetah-Software-master/third-party/ParamHandler/dynacore_yaml-cpp/node/detail/impl.h | #ifndef NODE_DETAIL_IMPL_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#define NODE_DETAIL_IMPL_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#if defined(_MSC_VER) || \
(defined(__GNUC__) && (__GNUC__ == 3 && __GNUC_MINOR__ >= 4) || \
(__GNUC__ >= 4)) // GCC supports "pragma once... | 5,332 | 27.672043 | 80 | h |
Cheetah-Software | Cheetah-Software-master/third-party/ParamHandler/dynacore_yaml-cpp/node/detail/memory.h | #ifndef VALUE_DETAIL_MEMORY_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#define VALUE_DETAIL_MEMORY_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#if defined(_MSC_VER) || \
(defined(__GNUC__) && (__GNUC__ == 3 && __GNUC_MINOR__ >= 4) || \
(__GNUC__ >= 4)) // GCC supports "pragm... | 1,071 | 21.808511 | 72 | h |
Cheetah-Software | Cheetah-Software-master/third-party/ParamHandler/dynacore_yaml-cpp/node/detail/node_iterator.h | #ifndef VALUE_DETAIL_NODE_ITERATOR_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#define VALUE_DETAIL_NODE_ITERATOR_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#if defined(_MSC_VER) || \
(defined(__GNUC__) && (__GNUC__ == 3 && __GNUC_MINOR__ >= 4) || \
(__GNUC__ >= 4)) // GCC s... | 4,891 | 26.027624 | 80 | h |
Cheetah-Software | Cheetah-Software-master/third-party/ParamHandler/dynacore_yaml-cpp/node/detail/iterator_fwd.h | #ifndef VALUE_DETAIL_ITERATOR_FWD_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#define VALUE_DETAIL_ITERATOR_FWD_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#if defined(_MSC_VER) || \
(defined(__GNUC__) && (__GNUC__ == 3 && __GNUC_MINOR__ >= 4) || \
(__GNUC__ >= 4)) // GCC sup... | 804 | 27.75 | 75 | h |
Cheetah-Software | Cheetah-Software-master/third-party/ParamHandler/dynacore_yaml-cpp/contrib/graphbuilder.h | #ifndef GRAPHBUILDER_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#define GRAPHBUILDER_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#if defined(_MSC_VER) || \
(defined(__GNUC__) && (__GNUC__ == 3 && __GNUC_MINOR__ >= 4) || \
(__GNUC__ >= 4)) // GCC supports "pragma once" correc... | 5,276 | 34.655405 | 77 | h |
Cheetah-Software | Cheetah-Software-master/third-party/ParamHandler/dynacore_yaml-cpp/contrib/anchordict.h | #ifndef ANCHORDICT_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#define ANCHORDICT_H_62B23520_7C8E_11DE_8A39_0800200C9A66
#if defined(_MSC_VER) || \
(defined(__GNUC__) && (__GNUC__ == 3 && __GNUC_MINOR__ >= 4) || \
(__GNUC__ >= 4)) // GCC supports "pragma once" correctly ... | 1,018 | 24.475 | 77 | h |
Cheetah-Software | Cheetah-Software-master/third-party/inih/ini.c | /* inih -- simple .INI file parser
inih is released under the New BSD license (see LICENSE.txt). Go to the project
home page for more info:
http://code.google.com/p/inih/
*/
#include <stdio.h>
#include <ctype.h>
#include <string.h>
#include "ini.h"
#if !INI_USE_STACK
#include <stdlib.h>
#endif
#define MAX_SECTIO... | 4,890 | 25.873626 | 79 | c |
Cheetah-Software | Cheetah-Software-master/third-party/inih/INIReader.h | // Read an INI file into easy-to-access name/value pairs.
// inih and INIReader are released under the New BSD license (see LICENSE.txt).
// Go to the project home page for more info:
//
// http://code.google.com/p/inih/
#ifndef __INIREADER_H__
#define __INIREADER_H__
#include <map>
#include <set>
#include <string>
... | 2,781 | 39.911765 | 89 | h |
Cheetah-Software | Cheetah-Software-master/third-party/inih/ini.h | /* inih -- simple .INI file parser
inih is released under the New BSD license (see LICENSE.txt). Go to the project
home page for more info:
http://code.google.com/p/inih/
*/
#ifndef __INI_H__
#define __INI_H__
/* Make this header file easier to include in C++ code */
#ifdef __cplusplus
extern "C" {
#endif
#includ... | 2,459 | 30.538462 | 79 | h |
Cheetah-Software | Cheetah-Software-master/third-party/vectornav/src/vn/conv.c | #include "vn/conv.h"
#include <math.h>
#include "vn/const.h"
#define C_E2 (0.006694379990141)
#define C_EPSILON (0.996647189335253)
#define C_ABAR (42.69767270717997)
#define C_BBAR (42.84131151331357)
#define C_A (6378.137)
vec3d ecef_to_lla_v3d(vec3d ecef)
{
double x, y, z, r, c_phi, ... | 1,913 | 22.341463 | 98 | c |
Cheetah-Software | Cheetah-Software-master/third-party/vectornav/src/vn/error.c | #include "vn/error.h"
#include <string.h>
void strFromVnError(char* out, VnError val)
{
#if defined(_MSC_VER)
/* Disable warnings regarding using strcpy_s since this
* function's signature does not provide us with information
* about the length of 'out'. */
#pragma warning(push)
#pragma warning(disable:4... | 2,352 | 22.29703 | 62 | c |
Cheetah-Software | Cheetah-Software-master/third-party/vectornav/src/vn/sensors/ezasyncdata.c | #include "vn/sensors.h"
#include "vn/sensors/compositedata.h"
#include "vn/sensors/ezasyncdata.h"
#include "vn/xplat/criticalsection.h"
#include <math.h>
#include <stdlib.h>
#include <string.h>
#include <vn/sensors/ezasyncdata.h>
void VnEzAsyncData_processReceivedAsyncPacket(void *userData, VnUartPacket *packet, size... | 2,586 | 26.231579 | 128 | c |
Cheetah-Software | Cheetah-Software-master/third-party/vectornav/src/vn/sensors/searcher.c | #include "vn/bool.h"
#include "vn/sensors/searcher.h"
#include "vn/xplat/serialport.h"
#include "vn/xplat/thread.h"
#include <ctype.h>
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#ifdef __linux__
#include <errno.h>
#include <fcntl.h>
#include <unistd.h>
#elif defined _WIN32
#include <tchar.h>
#endif
... | 14,130 | 24.010619 | 108 | c |
Cheetah-Software | Cheetah-Software-master/third-party/vectornav/src/vn/xplat/serialport.c | #include "vn/xplat/serialport.h"
#if _WIN32
/* Nothing to do. */
#elif __linux__ || __APPLE__ || __CYGWIN__ || __QNXNTO__
#include <fcntl.h>
#include <errno.h>
#include <termios.h>
#include <string.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/select.h>
#else
#error "Unknown System"
#endif
#def... | 16,185 | 20.21363 | 133 | c |
Cheetah-Software | Cheetah-Software-master/third-party/vectornav/src/vn/xplat/time.c | /* Enable IEEE Std 1003.1b-1993 functionality required for clock_gettime. */
#ifdef __linux__
/* Works for Ubuntu 15.10 */
#define _POSIX_C_SOURCE 199309L
#elif defined __CYGWIN__
/* Works for Cygwin 2.4.0 64-bit */
#define _POSIX_TIMERS 1
#define _POSIX_MONOTONIC_CLOCK 200112L
#endif
#include "vn/xplat/time... | 2,759 | 20.230769 | 91 | c |
Cheetah-Software | Cheetah-Software-master/third-party/vectornav/include/vn/enum.h | #ifndef VNENUM_H_INCLUDED
#define VNENUM_H_INCLUDED
/** \brief The different types of UART packets. */
typedef enum
{
PACKETTYPE_BINARY, /**< Binary packet. */
PACKETTYPE_ASCII, /**< ASCII packet. */
PACKETTYPE_UNKNOWN /**< Unknown packet type. */
} PacketType;
/** \brief The available binary output groups. */
typ... | 19,052 | 28.493808 | 129 | h |
Cheetah-Software | Cheetah-Software-master/third-party/vectornav/include/vn/int.h | #ifndef VNINT_H_INCLUDED
#define VNINT_H_INCLUDED
#ifdef _WIN32
#pragma warning(push)
#pragma warning(disable : 4820)
#pragma warning(disable : 4255)
#endif
/* Visual Studio 2008 and earlier do not include the stdint.h header file. */
#if defined(_MSC_VER) && _MSC_VER <= 1500
typedef signed __int8 int8_t;
typedef ... | 705 | 22.533333 | 77 | h |
Cheetah-Software | Cheetah-Software-master/third-party/vectornav/include/vn/types.h | #ifndef VN_TYPES_H_INCLUDED
#define VN_TYPES_H_INCLUDED
/** \brief Standard types used through out the library. */
#include "vn/int.h"
//#if !defined(__cplusplus)
#if (defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L) || defined(__GNUC__)
#include <stddef.h>
#else
/* Must not have C99. */
/** Backu... | 1,213 | 21.481481 | 83 | h |
Cheetah-Software | Cheetah-Software-master/third-party/vectornav/include/vn/util.h | #ifndef VNUTIL_H_INCLUDED
#define VNUTIL_H_INCLUDED
#include <stddef.h>
#include "vn/int.h"
#include "vn/bool.h"
#include "vn/error.h"
#include "vn/math/matrix.h"
#include "vn/math/vector.h"
#include "vn/util/export.h"
#include "vn/types.h"
#ifdef __cplusplus
extern "C" {
#endif
/** \brief Defines for the specific ... | 9,143 | 32.372263 | 86 | h |
Cheetah-Software | Cheetah-Software-master/third-party/vectornav/include/vn/error_detection.h | #ifndef VNERRDET_H_INCLUDED
#define VNERRDET_H_INCLUDED
/** \brief Error-detection capabilities. */
#include "vn/enum.h"
#include "vn/int.h"
#include "vn/types.h"
#ifdef __cplusplus
extern "C" {
#endif
/** \brief Computes the 8-bit XOR checksum of the provided data.
*
* \param[in] data Pointer to the start of dat... | 852 | 23.371429 | 75 | h |
Cheetah-Software | Cheetah-Software-master/third-party/vectornav/include/vn/util/compiler.h | #ifndef _VN_UTIL_COMPILER_H
#define _VN_UTIL_COMPILER_H
/* This header provides some simple checks for various features supported by the
* current compiler. */
/* Determine the level of standard C support. */
#if __STDC__
#if defined (__STDC_VERSION__)
#if (__STDC_VERSION__ >= 199901L)
#define C99
#endif
#en... | 818 | 20.552632 | 80 | h |
Cheetah-Software | Cheetah-Software-master/third-party/vectornav/include/vn/protocol/common.h | #ifndef _VNCOMMON_H_
#define _VNCOMMON_H_
#ifdef __cplusplus
extern "C" {
#endif
/** \brief Enumeration of the available asynchronous ASCII message types. */
typedef enum
{
VNOFF = 0, /**< Asynchronous output is turned off. */
VNYPR = 1, /**< Asynchronous output type is Yaw, Pitch, Roll. */
VNQTN = 2, /**< Asyn... | 2,886 | 46.327869 | 130 | h |
Cheetah-Software | Cheetah-Software-master/third-party/vectornav/include/vn/sensors/searcher.h | #ifndef _SEARCHER_H_
#define _SEARCHER_H_
#include "vn/bool.h"
#include "vn/int.h"
#include "vn/xplat/serialport.h"
#include "vn/xplat/thread.h"
/* These defines are used to enable a single function name while implementing */
/* different solutions given the OS. */
#if defined __linux__ || defined __CYGWIN__
#define... | 3,395 | 34.747368 | 108 | h |
Cheetah-Software | Cheetah-Software-master/third-party/vectornav/include/vn/sensors/ezasyncdata.h | #ifndef _VNEZASYNCDATA_H_
#define _VNEZASYNCDATA_H_
#include "vn/int.h"
#include "vn/error.h"
#include "vn/sensors/compositedata.h"
#include "vn/sensors.h"
#ifdef __cplusplus
extern "C" {
#endif
/** \brief Structure supporting easy and reliable access to asynchronous data
* from a VectorNav sensor at the cost of a... | 1,861 | 29.52459 | 112 | h |
Cheetah-Software | Cheetah-Software-master/third-party/vectornav/include/vn/math/vector.h | #ifndef VN_VECTOR_H_INCLUDED
#define VN_VECTOR_H_INCLUDED
#include "vn/util/compiler.h"
/** \brief Various vector types and operations. */
#ifdef __cplusplus
extern "C" {
#endif
/** \brief Represents a 3 component vector with an underlying data type of
* <c>float</c>. */
typedef union
{
float c[3]; /**< Indexabl... | 4,224 | 23.421965 | 87 | h |
Cheetah-Software | Cheetah-Software-master/third-party/vectornav/include/vn/math/matrix.h | #ifndef VN_MATRIX_H_INCLUDED
#define VN_MATRIX_H_INCLUDED
#include "vn/util/compiler.h"
#ifdef __cplusplus
extern "C" {
#endif
/** \brief Represents a 3x3 matrix with an underlying data type of <c>float</c>. */
typedef union
{
float e[3*3]; /**< The matrix's elements in column-major ordering. */
/* Check if the c... | 2,053 | 22.340909 | 88 | h |
Cheetah-Software | Cheetah-Software-master/third-party/vectornav/include/vn/xplat/event.h | /** \file
* {COMMON_HEADER}
*
* \section DESCRIPTION
* This header file contains structures and functions useful events and signals.
*/
#ifndef _VNEVENT_H_
#define _VNEVENT_H_
#include "vn/int.h"
#include "vn/error.h"
#include "vn/bool.h"
#ifdef _WIN32
/* Disable some warnings for Visual Studio with -Wall. */
... | 2,646 | 25.737374 | 117 | h |
Cheetah-Software | Cheetah-Software-master/third-party/vectornav/include/vn/xplat/time.h | /** \file
* {COMMON_HEADER}
*
* \section DESCRIPTION
* This header file contains structures and functions useful timing.
*/
#ifndef _VNTIME_H_
#define _VNTIME_H_
#include "vn/int.h"
#include "vn/error.h"
#include "vn/enum.h"
#ifdef _WIN32
/* Disable some warnings for Visual Studio with -Wall. */
#if defined(_MSC_V... | 1,607 | 20.72973 | 77 | h |
Cheetah-Software | Cheetah-Software-master/third-party/vectornav/include/vn/xplat/criticalsection.h | /** \file
* {COMMON_HEADER}
*
* \section DESCRIPTION
* This header file contains structures and functions useful for critical sections.
*/
#ifndef _VN_CRITICALSECTION_H_
#define _VN_CRITICALSECTION_H_
#include "vn/error.h"
#ifdef _WIN32
/* Disable some warnings for Visual Studio with -Wall. */
#if defined(_MSC_VER... | 1,902 | 23.397436 | 88 | h |
Cheetah-Software | Cheetah-Software-master/third-party/vectornav/include/vn/xplat/thread.h | /** \file
* {COMMON_HEADER}
*
* \section DESCRIPTION
* This header file contains structures and functions useful working with threads.
*/
#ifndef _VN_THREAD_H_
#define _VN_THREAD_H_
#include "vn/error.h"
#include "vn/int.h"
#ifdef _WIN32
/* Disable some warnings for Visual Studio with -Wall. */
#if defined(_MSC_VE... | 2,371 | 25.954545 | 99 | h |
Cheetah-Software | Cheetah-Software-master/third-party/vectornav/include/vn/xplat/serialport.h | #ifndef VN_SERIALPORT_H
#define VN_SERIALPORT_H
/** Cross-platform access to serial ports. */
#include "vn/int.h"
#include "vn/error.h"
#include "vn/bool.h"
#include "vn/xplat/thread.h"
#include "vn/xplat/criticalsection.h"
#if defined(_WIN32)
/* Disable some warnings for Visual Studio with -Wall. */
#if defined(... | 4,539 | 29.266667 | 133 | h |
Cheetah-Software | Cheetah-Software-master/third-party/lord_imu/Source/mip_sdk_ahrs.c | /////////////////////////////////////////////////////////////////////////////
//
//! @file mip_sdk_ahrs.c
//! @author Nathan Miller
//! @version 1.1
//
//! @description MIP AHRS Descriptor Set Definition File
//
// External dependencies:
//
// mip.h
//
//!@copyright 2014 Lord Microstrain Sensing Systems.
//
//!... | 13,998 | 24.223423 | 115 | c |
Cheetah-Software | Cheetah-Software-master/third-party/lord_imu/Source/mip.c | /////////////////////////////////////////////////////////////////////////////
//
//! @file mip.c
//! @author Nathan Miller
//! @version 1.1
//
//! @description MIP Definition, Packet Parsing, and Construction Functions
//
// External dependencies:
//
// mip.h
//
//!@copyright 2014 Lord Microstrain Sensing System... | 19,613 | 27.02 | 124 | c |
Cheetah-Software | Cheetah-Software-master/third-party/lord_imu/Source/mip_sdk_gps.c | /////////////////////////////////////////////////////////////////////////////
//
//! @file mip_sdk_gps.c
//! @author Nathan Miller
//! @version 1.1
//
//! @description MIP GPS Descriptor Set Definition File
//
// External dependencies:
//
// mip.h
//
//!@copyright 2014 Lord Microstrain Sensing Systems.
//
//!@s... | 11,372 | 26.943489 | 99 | c |
Cheetah-Software | Cheetah-Software-master/third-party/lord_imu/Source/mip_sdk_user_functions.c | /////////////////////////////////////////////////////////////////////////////
//
//! @file mip_sdk_user_functions.c (linux version)
//! @author Gregg Carpenter
//! @version 1.0
//
//! @description Target-Specific Functions Required by the MIP SDK
//
// External dependencies:
//
// mip.h
//
//! @copyright 2011 Mic... | 14,660 | 24.190722 | 80 | c |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.