text
stringlengths
9
948k
/* * Copyright (c) 2019-2022 Siddharth Chandrasekaran <sidcha.dev@gmail.com> * * SPDX-License-Identifier: Apache-2.0 */ #include "osdp_common.h" #define OSDP_SC_EOM_MARKER 0x80 /* End of Message Marker */ /* Default key as specified in OSDP specification */ static const uint8_t osdp_scbk_default[16] = { 0x30, 0...
/* Generated by RuntimeBrowser Image: /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit */ @interface IKFlockingDatasourceItem : NSObject { IKImageWrapper * _image; NSString * _imageUID; unsigned long long _imageVersion; NSString * _title; } ...
/******************************************************************************************************************** * @file system_XMC4300.c * @brief CMSIS Cortex-M4 Device Peripheral Access Layer Header File for the Infineon XMC4300 Device Series * @version V1.0.8 * @date 27. Aug 2020 * * @cond **...
//============================================================================= // // Adventure Game Studio (AGS) // // Copyright (C) 1999-2011 Chris Jones and 2011-20xx others // The full list of copyright holders can be found in the Copyright.txt // file, which is part of this source code distribution. // // The AGS ...
// Generated by xsd compiler for ios/objective-c // DO NOT CHANGE! #import <Foundation/Foundation.h> #import "PicoClassSchema.h" #import "PicoPropertySchema.h" #import "PicoConstants.h" #import "PicoBindable.h" @class Shopping_SimpleItemType; /** Container for a list of items. Can contain zero, one, or multiple ...
/*****************************************************************************************\ * * * Image and Image Stack Data Abstraction for TIF-encoded files * * ...
/* * Copyright (c) 2002-2011 LWJGL Project * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * * * Redistributions of source code must retain the above copyright * notice, this list of ...
/* * Copyright (C) 2011, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of condition...
/* This file is part of the WebKit open source project. This file has been generated by generate-bindings.pl. DO NOT MODIFY! This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation...
/* ---------------------------------------------------------------------- * Project: CMSIS DSP Library * Title: arm_biquad_cascade_df1_32x64_init_q31.c * Description: High precision Q31 Biquad cascade filter initialization function * * $Date: 27. January 2017 * $Revision: V.1.5.1 * * Targ...
/** * Copyright (c) 2006-2020 LOVE Development Team * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages * arising from the use of this software. * * Permission is granted to anyone to use this software for any purpose, * ...
#ifndef COSMOINTERFACE_3D_VECTORFIELD3D_H #define COSMOINTERFACE_3D_VECTORFIELD3D_H /* This file is part of CosmoLattice, available at www.cosmolattice.net . Copyright Daniel G. Figueroa, Adrien Florio, Francisco Torrenti and Wessel Valkenburg. Released under the MIT license, see LICENSE.md. */ // File inf...
//------------------------------------------------------------------------------ // SLIP_LU/Demo/example.c: example main program for SLIP_LU //------------------------------------------------------------------------------ // SLIP_LU: (c) 2019-2020, Chris Lourenco, Jinhao Chen, Erick Moreno-Centeno, // Timothy A. Davis...
#ifndef _COLLISION_ #define _COLLISION_ #include <defines.h> #include <rigid_body.h> // The structure to store the collision information. struct CollisionInfo { bool is_collided; // Collided or not. glm::vec3 collision_point; // The collision point. float collision_degree; // Collision degr...
/* * This file is part of libgreat * * LPC43xx clock setup / control drivers */ #include <errno.h> #include <debug.h> #include <drivers/timer.h> #include <drivers/platform_clock.h> #include <toolchain.h> // Don't try to bring up any clock more than five times. static const uint32_t platform_clock_max_bringup_at...
/*- * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * * Copyright (c) 2018 Kyle Evans <kevans@FreeBSD.org> * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the ab...
/** * \file dnn/test/atlas/fixture.h * MegEngine is Licensed under the Apache License, Version 2.0 (the "License") * * Copyright (c) 2014-2020 Megvii Inc. All rights reserved. * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" B...
#include <stdio.h> #include <locale.h> #include <math.h> int main () { float peso, altura, imc; printf("Informe sua massa em kg: "); scanf("%fkg", &peso); printf("\nInforme sua altura em m: "); scanf("%fm", &altura); imc = peso / (altura * altura); printf("%.2f", imc); getch(); retu...
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* bm_save.c :+: :+: :+: ...
// Copyright (c) 2009-2022 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. /** * Utility functions shared by unit tests */ #ifndef BITCOIN_TEST_TESTUTIL_H #define BITCOIN_TEST_TESTUTIL_H #include <...
/* ========================================= FCNPC - Fully Controllable NPC ---------------------- - File: Hooks.h - Author(s): OrMisicL =========================================*/ #ifndef HOOKS_H #define HOOKS_H class CHooks { public: static void InstallHooks(); static void InstallCallHook(DWORD ...
// Copyright (c) 2017-2018 The PIVX developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef SIMPLICITY_ACCUMULATORMAP_H #define SIMPLICITY_ACCUMULATORMAP_H #include "libzerocoin/Accumulator.h" #include "libzerocoin/C...
#ifndef ANDROID_SPEECH_DRIVER_DUMMY_H #define ANDROID_SPEECH_DRIVER_DUMMY_H #include "SpeechDriverInterface.h" namespace android { class SpeechDriverDummy : public SpeechDriverInterface { public: SpeechDriverDummy(modem_index_t modem_index); virtual ~SpeechDriverDummy(); /** * s...
/* +------------------------------------------------------------------------+ | Phalcon Framework | +------------------------------------------------------------------------+ | Copyright (c) 2011-2014 Phalcon Team (http://www.phalconphp.com) | +-----------...
/**************************************************************************** * drivers/wireless/spirit/drivers/spirit_netdev.c * * Copyright (C) 2017 Gregory Nutt. All rights reserved. * Author: Gregory Nutt <gnutt@nuttx.org> * * Redistribution and use in source and binary forms, with or without * modifica...
/* * Copyright 2019 AT&T Intellectual Property * * 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 * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable l...
/******************************************************************************************** * arch/arm/src/samdl/chip/samd_tcc.h * * Copyright (C) 2018 Gregory Nutt. All rights reserved. * Author: Matt Thompson <matt@extent3d.com> * * References: * "Microchip SAMD21 datasheet" * * Redistribution and us...
/* * Copyright (c) 2011, Lars Schneider * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright notice, this * list of cond...
/* Copyright (c) 1998-2018 University Corporation for Atmospheric Research/Unidata See COPYRIGHT for license information. */ /* Common functionality for reading and accessing rc files (e.g. .daprc). */ #ifndef NCRC_H #define NCRC_H /* Need these support includes */ #include "ncuri.h" #include "nclist.h" #include "nc...
// // UIViewTap.h // Momento // // Created by Michael Waterfall on 04/11/2009. // Copyright 2009 d3i. All rights reserved. // #import <UIKit/UIKit.h> #import <Foundation/Foundation.h> @protocol MWTapDetectingViewDelegate; @interface MWTapDetectingView : UIView {} @property (nonatomic, weak) id <MWTapDetectingVi...
/* * event_loop.h * */ #ifndef SRC_NET_EVENT_LOOP_H_ #define SRC_NET_EVENT_LOOP_H_ #include <boost/shared_ptr.hpp> #include <boost/function.hpp> #include "net/poller.h" #include "net/timer.h" #include "net/pollable_queue.h" namespace kit { class EventLoop { public: typedef boost::function<void()> CallBack; ...
/*************************************************************************************************/ /*! * \file * * \brief Example Heart Rate service implementation. * * Copyright (c) 2011-2018 Arm Ltd. All Rights Reserved. * Arm Ltd. confidential and proprietary. * * IMPORTANT. Your use of this file is ...
#include "resource.h" //---------------------------- #pragma warning(disable:4238)// nonstandard extension used : class rvalue used as lvalue //---------------------------- C_str FloatStrip(const C_str &str); C_str GetDlgItemText(HWND hwnd, int dlg_id); //---------------------------- #if defined _MSC_VER && 1 i...
//--------------------------------------------------------------------------------- // Copyright (C) 2001 James M. Van Verth // // This program is free software; you can redistribute it and/or // modify it under the terms of the Clarified Artistic License. // In addition, to meet copyright restrictions you must also ...
/* Copyright 1993 by Davor Matic Permission to use, copy, modify, distribute, and sell this software and its documentation for any purpose is hereby granted without fee, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting do...
//===- TargetTransformInfoImpl.h --------------------------------*- C++ -*-===// // // The LLVM37 Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-----------------------------------------------------...
// // Generated by class-dump 3.5 (64 bit). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. // #import "NSArray.h" #import "IBBinaryArchiving.h" @class NSString; @interface NSArray (IBBinaryArchivingAdditions) <IBBinaryArchiving> - (void)encodeWithBinaryArchiver:(id)arg1; ...
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Microsoft Windows, Copyright (C) Microsoft Corporation, 2000 File: Debug.h Content: Global debug facilities. History: 11-15-99 dsie created ----------------------------------------------------------------------------...
/*- * Copyright (c) 1988 University of Utah. * Copyright (c) 1992 OMRON Corporation. * Copyright (c) 1993, 19901992 * The Regents of the University of California. All rights reserved. * * %sccs.include.redist.c% * * from: hp/dev/grf.c 7.13 (Berkeley) 7/12/92 * * @(#)fb.c 8.1 (Berkeley) 06/10/93 */ /* * f...
#pragma once #include <cocos2d.h> #include <gd.h> namespace prismdll { class Mod : public cocos2d::CCNode { public: static void startHooks(); static void iconInit(); std::vector<uint8_t> Base64Encoder(const std::vector<uint8_t>& data); std::string Base64Decoder(const std::string& data); }; ...
/* * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version 2 * of the License, or (at your option) any later version. * * This program is distributed in the hope that it will be use...
// -*- c++ -*- // Generated by gtkmmproc -- DO NOT MODIFY! #ifndef _ATKMM_IMAGE_P_H #define _ATKMM_IMAGE_P_H #include <atk/atkimage.h> #include <glibmm/private/interface_p.h> namespace Atk { class Image_Class : public Glib::Interface_Class { public: typedef Image CppObjectType; typedef AtkImage BaseObjectType;...
/* * Copyright LWJGL. All rights reserved. * License terms: https://www.lwjgl.org/license * MACHINE GENERATED FILE, DO NOT EDIT */ #include "common_tools.h" #include "opengl.h" typedef void (APIENTRY *glViewportPositionWScaleNVPROC) (jint, jfloat, jfloat); EXTERN_C_ENTER JNIEXPORT void JNICALL Java_org_lwjgl_ope...
/* * Copyright (C) 2012 Adobe Systems Incorporated. All rights reserved. * Copyright (C) 2014-2017 Apple Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of sour...
/* * Copyright 2010-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" fil...
#ifdef __OBJC__ #import <UIKit/UIKit.h> #else #ifndef FOUNDATION_EXPORT #if defined(__cplusplus) #define FOUNDATION_EXPORT extern "C" #else #define FOUNDATION_EXPORT extern #endif #endif #endif FOUNDATION_EXPORT double Pods_V_ColorTestsVersionNumber; FOUNDATION_EXPORT const unsigned char Pods_V_ColorTestsVersionStrin...
/**************************************************************************** * VCGLib o o * * Visual and Computer Graphics Library o o * * _ O _ * * Copyri...
#ifndef blake2b_long_H #define blake2b_long_H #include <stddef.h> int blake2b_long(void *pout, size_t outlen, const void *in, size_t inlen); #endif
// Copyright 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef MINI_CHROMIUM_BASE_MAC_SCOPED_MACH_PORT_H_ #define MINI_CHROMIUM_BASE_MAC_SCOPED_MACH_PORT_H_ #include <mach/mach.h> #include "base/scoped_gener...
/* * copyright (c) 2006 Michael Niedermayer <michaelni@gmx.at> * * This inFile is part of FFmpeg. * * FFmpeg 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 2.1 of the License, ...
// handle simplest function call void foo() {} int main() { foo(); }
/* Copyright (c) 2012-2016, 2018-2019 The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and * only version 2 as published by the Free Software Foundation. * * This program is distribu...
/* * Copyright 2010-2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "lice...
// // CycleCollectionViewController.h // XQDoctor // // Created by kassia on 16/6/27. // Copyright © 2016年 li. All rights reserved. // #import <UIKit/UIKit.h> @interface CycleCollectionViewController : UICollectionViewController @end
// ======================================================================== // // Copyright 2009-2018 Intel Corporation // // // // Licensed under the Apache License, Version 2.0 (the "License"); // // y...
// // MyDocument.h // Motion Stop! // // Created by Max on 19/11/2009. // Copyright 2009 Lis@cintosh. All rights reserved. // #import <Cocoa/Cocoa.h> #import <QTKit/QTKit.h> #import "MyTableView.h" #import "MyItem.h" @interface MyDocument : NSDocument #if defined(MAC_OS_X_VERSION_10_6) <NSTableViewDelegate, NST...
#ifndef METRIC_ENS_RANGE_H #define METRIC_ENS_RANGE_H #include "Metric.h" class MetricEnsRange : public Metric { public: MetricEnsRange(const Options& iOptions, const Data& iData); private: float computeCore(const Obs& iObs, const Distribution::ptr iForecast) const; bool needsValidObs() const {...
/************************************************************************* > File Name: ListQueryEngine2-Impl.h > Project Name: CubbyFlow > Author: Chan-Ho Chris Ohk > Purpose: Ad-hoc list-based 2-D intersection/nearest-neighbor query engine. > Created Time: 2017/10/14 > Copyright (c) 2018, Chan-Ho Chris Ohk **********...
/**************************************************************************** * arch/arm/src/stm32l4/stm32l4_i2c.h * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyrigh...
// // Copyright (c) 2008-2018 the Urho3D project. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including without limitation the rights // to use, copy, modify, m...
//======================================================================== // A simple particle engine with threaded physics // Copyright (c) Marcus Geelnard // Copyright (c) Camilla Berglund <elmindreda@elmindreda.org> // // This software is provided 'as-is', without any express or implied // warranty. In no event wil...
/* * Copyright (C) 2008 Apple Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions a...
// // Generated by class-dump 3.5 (64 bit). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. // #import "MSDocumentAction.h" @interface MSPencilAction : MSDocumentAction { } - (id)tooltip; - (BOOL)isSelectable; - (BOOL)isActive; - (void)doPerformAction:(id)arg1; - (SEL)prefe...
// This is a part of the Active Template Library. // Copyright (C) Microsoft Corporation // All rights reserved. // // This source code is only intended as a supplement to the // Active Template Library Reference and related // electronic documentation provided with the library. // See these sources for detailed inform...
#ifndef MICO_OBJECTS_GENERATOR_H #define MICO_OBJECTS_GENERATOR_H #include <string> #include <sstream> #include "mico/objects/base.h" #include "mico/expressions/none.h" #include "mico/objects/array.h" #include "mico/objects/table.h" #include "mico/objects/string.h" #include "mico/objects/numbers.h" #include "mico/obje...
#ifndef Collector_H #define Collector_H #include "Commands/Subsystem.h" #include "WPILib.h" /** * The Collector subsystem has one motor for the rollers, a limit switch for ball * detection, a piston for opening and closing the claw, and a reed switch to * check if the piston is open. */ class Collector: public Su...
/* Generated by RuntimeBrowser. */ @protocol RMSDAAPRequestManagerDelegate <NSObject> @required - (void)requestManagerFailedWithUnauthorizedError:(RMSDAAPRequestManager *)arg1; - (void)requestManagerFailedWithUnknownError:(RMSDAAPRequestManager *)arg1; @end
#ifndef INPUT_H_INCLUDED #define INPUT_H_INCLUDED #include <string> #include <vector> #include <SDL2/SDL.h> #include "events.h" namespace Input { class Key { public: using DeviceType = Events::Input::DeviceType; using DeviceID = Events::Input::DeviceID; using Index = Ev...
/* ------------------------------------------------------------------------- / * * Module: cvtype.h * Author: Joe Lin * * Description: * define the image processing, structural analysis functions * -------------------------------------------------------------------------- */ #ifndef _CV_TYPES_H_ #define _C...
/* * This header is generated by classdump-dyld 1.5 * on Wednesday, April 28, 2021 at 9:08:19 PM Mountain Standard Time * Operating System: Version 14.5 (Build 18L204) * Image Source: /System/Library/PrivateFrameworks/PassKitUI....
/* Generated by RuntimeBrowser. */ @protocol AKFilledAnnotationProtocol <NSObject> @required - (UIColor *)fillColor; - (void)setFillColor:(UIColor *)arg1; @end
/* * Copyright (c) 2019 TAOS Data, Inc. <jhtao@taosdata.com> * * This program is free software: you can use, redistribute, and/or modify * it under the terms of the MIT license as published by the Free Software * Foundation. * * This program is distributed in the hope that it will be useful, but WITHOUT * ANY W...
#ifdef __OBJC__ #import <UIKit/UIKit.h> #else #ifndef FOUNDATION_EXPORT #if defined(__cplusplus) #define FOUNDATION_EXPORT extern "C" #else #define FOUNDATION_EXPORT extern #endif #endif #endif FOUNDATION_EXPORT double Pods_Week1Lab_TumblrFeedTestsVersionNumber; FOUNDATION_EXPORT const unsigned char Pods_Week1Lab_Tum...
#ifndef _LINUX_MM_H #define _LINUX_MM_H #include <linux/sched.h> #include <linux/errno.h> #ifdef __KERNEL__ #include <linux/config.h> #include <linux/gfp.h> #include <linux/list.h> #include <linux/mmzone.h> #include <linux/rbtree.h> #include <linux/fs.h> #ifndef CONFIG_DISCONTIGMEM /* Don't use mapnrs, do ...
#include <wx/wx.h> class Simple : public wxFrame { public: Simple(const wxString& title); };
#ifndef TENSORFLOW_LIB_CORE_REFCOUNT_H_ #define TENSORFLOW_LIB_CORE_REFCOUNT_H_ #include <atomic> namespace tensorflow { namespace core { class RefCounted { public: // Initial reference count is one. RefCounted(); // Increments reference count by one. void Ref() const; // Decrements reference count by o...
#include <stdlib.h> #include <string.h> #include <vips/vips.h> #include <vips/foreign.h> #include <vips/vips7compat.h> /** * Starting libvips 7.41, VIPS_ANGLE_x has been renamed to VIPS_ANGLE_Dx * "to help python". So we provide the macro to correctly build for versions * before 7.41.x. * https://github.com/jcupit...
/* unzip.c -- IO for uncompress .zip files using zlib Version 1.1, February 14h, 2010 part of the MiniZip project Copyright (C) 1998-2010 Gilles Vollant http://www.winimage.com/zLibDll/minizip.html Modifications of Unzip for Zip64 Copyright (C) 2007-2008 Even Rouault Modifications for Zip64 su...
/* * QEMU UniCore32 CPU * * Copyright (c) 2012 SUSE LINUX Products GmbH * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation, or (at your option) any * later version. See the COPYI...
#ifndef atNavitarMotorControllerH #define atNavitarMotorControllerH #include "thirdparty/navitar/navusbAPI.h" #include <string> #include "atATObject.h" #include "atNavitarMotor.h" //--------------------------------------------------------------------------- using std::string; namespace at { //!The NavitarMotorCon...
/* * Copyright (c) 2018 DataDirect Networks. All rights reserved. * $COPYRIGHT$ * * Additional copyrights may follow * * $HEADER$ */ #include "ime_native.h" #include "ompi_config.h" #include "fs_ime.h" #include "mpi.h" #include "ompi/constants.h" #include "ompi/mca/fs/fs.h" /* * file_close_ime * * Fu...
/* This file is part of the MMA Library - https://gitlab.inria.fr/dloiseau/multipers - which is released under MIT. * See file LICENSE for full license details. * Author(s): David Loiseaux * * Copyright (C) 2021 Inria * * Modification(s): * - 2022/03 Hannah Schreiber: Integration of the...
#ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Wdeprecated-declarations" #endif #define CGLTF_IMPLEMENTATION #include "cgltf.h" #ifdef __clang__ #pragma clang diagnostic pop #endif
/* SPDX-License-Identifier: BSD-2-Clause */ #include <tilck/common/basic_defs.h> #include <tilck/common/printk.h> #include <tilck/kernel/hal.h> #include <tilck/kernel/sync.h> #include <tilck/kernel/kmalloc.h> #include <tilck/kernel/errno.h> #include <limits.h> // system header #include <3rd_party/acpi/acp...
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include <aws/greengrass/Greengrass_EXPORTS.h> namespace Aws { template<typename RESULT_TYPE> class AmazonWebServiceResult; namespace Utils { namespace Json { class JsonValue; } // na...
/*! * SSPostmarkHeaderItem.h * * Copyright (c) 2014 OpenSky, LLC * * Created by Skylar Schipper on 7/17/14 */ #ifndef SSPostmarkHeaderItem_h #define SSPostmarkHeaderItem_h @import Foundation; /** * Postmark can send custom headers with email. * * This class can be used to add those to outgoing messages *...
// MESSAGE DIFF_PRESSURE PACKING #define MAVLINK_MSG_ID_DIFF_PRESSURE 184 typedef struct __mavlink_diff_pressure_t { float velocity; /*< Measured Velocity*/ float diff_pressure; /*< Measured Differential Pressure (Pa)*/ float temperature; /*< Measured Temperature (K)*/ } mavlink_diff_pressure_t; #define MAVLINK_M...
// // DRGuidePageFirst.h // SPV // // Created by 张逸阳 on 2018/1/25. // Copyright © 2018年 hejiahuan. All rights reserved. // #import <UIKit/UIKit.h> @interface DRGuidePageFirst : UIView - (void)startAnimation ; - (void)stopAnimation ; @end
/* * Config file for Compulab CM-FX6 board * * Copyright (C) 2014, Compulab Ltd - http://compulab.co.il/ * * Author: Nikita Kiryanov <nikita@compulab.co.il> * * SPDX-License-Identifier: GPL-2.0+ */ #ifndef __CONFIG_CM_FX6_H #define __CONFIG_CM_FX6_H #include <asm/arch/imx-regs.h> #include <config_distro_defau...
/* ** Nofrendo (c) 1998-2000 Matthew Conte (matt@conte.com) ** ** ** This program is free software; you can redistribute it and/or ** modify it under the terms of version 2 of the GNU Library General ** Public License as published by the Free Software Foundation. ** ** This program is distributed in the hope that it w...
/* * This header is generated by classdump-dyld 1.5 * on Tuesday, November 10, 2020 at 10:16:12 PM Mountain Standard Time * Operating System: Version 14.2 (Build 18K57) * Image Source: /System/Library/PrivateFrameworks/VideoProc...
// Copyright 2019 Autodesk, Inc. // // 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 // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to ...
/* * Copyright (c) 2011 Intel Corporation * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above copyright notice, * this list of conditions and the fol...
#ifndef WIDGET_H #define WIDGET_H #include <QWidget> namespace Ui { class Widget; } class Widget : public QWidget { Q_OBJECT public: explicit Widget(QWidget *parent = 0); ~Widget(); protected: bool event(QEvent *event); private: Ui::Widget *ui; }; #endif // WIDGET_H
// Copyright (c) 2009-2018 The Bitcoin Core developers // Copyright (c) 2017-2020 The Qtum Core developers // Copyright (c) 2020 The BCS Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_WALLET_CRYP...
/*******************************************************************\ Module: C++ Language Module Author: Daniel Kroening, kroening@cs.cmu.edu \*******************************************************************/ /// \file /// C++ Language Module #ifndef CPROVER_CPP_CPP_LANGUAGE_H #define CPROVER_CPP_CPP_LANGUAGE_...
// // LLFpsOscillogramWindow.h // LLDebugToolDemo // // Created by apple on 2019/9/15. // Copyright © 2019 li. All rights reserved. // #import "LLOscillogramWindow.h" NS_ASSUME_NONNULL_BEGIN @interface LLFpsOscillogramWindow : LLOscillogramWindow + (LLFpsOscillogramWindow *)shareInstance; @end NS_ASSUME_NONNU...
#include <stdio.h> #include <stdint.h> #include <string.h> #define MAXLEN 100 const char *msg="Hello VE, This is VH C library"; uint64_t hello(char *p, int i, float f) { printf("[VH libvhhello.so:hello] 1starg: %s\n", p); printf("[VH libvhhello.so:hello] 2ndarg: %d\n", i); printf("[VH libvhhello.so:hello] 3rdarg: %f...
/* * This header is generated by classdump-dyld 1.5 * on Friday, April 30, 2021 at 11:35:04 AM Mountain Standard Time * Operating System: Version 13.5.1 (Build 17F80) * Image Source: /System/Library/PrivateFrameworks/UIKitCore.f...
/* * Copyright (c) 2019, STMicroelectronics - All Rights Reserved * * SPDX-License-Identifier: BSD-3-Clause */ #include <assert.h> #include <errno.h> #include <stdint.h> #include <libfdt.h> #include <platform_def.h> #include <arch_helpers.h> #include <common/debug.h> #include <drivers/delay_timer.h> #include <d...