repo_name
stringlengths
6
97
path
stringlengths
3
341
text
stringlengths
8
1.02M
cornelisnetworks/opa-hfi1
distro/SLES15SP1/ipoib/ipoib_vlan.c
/* * Copyright (c) 2004 Topspin Communications. All rights reserved. * * This software is available to you under a choice of one of two * licenses. You may choose to be licensed under the terms of the GNU * General Public License (GPL) Version 2, available from the file * COPYING in the main directory of this s...
cornelisnetworks/opa-hfi1
compat/SLES12SP3/compat.h
/* * Copyright(c) 2018 Intel Corporation. * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * * GPL LICENSE SUMMARY * * This program is free software; you can redistribute it and/or modify * it under the terms of version 2 o...
lixiao7215981/WebIntegration
WebIntegration/WebIntegration/Classes/Home/View/HomePurifierTableViewCell.h
// // HomePurifierTableViewCell.h // WebIntegration // // Created by 李晓 on 15/8/19. // Copyright (c) 2015年 skyware. All rights reserved. // #import <UIKit/UIKit.h> @interface HomePurifierTableViewCell : UITableViewCell + (instancetype) createTableViewCell; @end
lixiao7215981/WebIntegration
WebIntegration/Pods/Headers/Public/MobShareSDK/AGCommon/CMErrorInfo.h
<gh_stars>0 #import <Foundation/Foundation.h> #import "ICMErrorInfo.h" ///#begin zh-cn /** * @brief 异常信息 */ ///#end ///#begin en /** * @brief Error information. */ ///#end @interface CMErrorInfo : NSObject <ICMErrorInfo> { @private NSInteger _errorCode; NSString *_errorDescription; CMErrorLevel _error...
lixiao7215981/WebIntegration
WebIntegration/Pods/Headers/Public/MobShareSDK/WeChatConnection/SSWeChatErrorInfo.h
// // SSWeChatShareInfo.h // WeChatConnection // // Created by <NAME> on 13-11-29. // Copyright (c) 2013年 掌淘科技. All rights reserved. // #import <Foundation/Foundation.h> #import <AGCommon/CMErrorInfo.h> ///#begin zh-cn /** * @brief 微信错误信息 */ ///#end ///#begin en /** * @brief Error information. */ ///#end @int...
lixiao7215981/WebIntegration
WebIntegration/Pods/Headers/Public/MobShareSDK/AGCommon/CMDebugLog.h
<filename>WebIntegration/Pods/Headers/Public/MobShareSDK/AGCommon/CMDebugLog.h #import <Foundation/Foundation.h> ///#begin zh-cn /** * @brief 调试日志类 */ ///#end ///#begin en /** * @brief Debug Log. */ ///#end @interface CMDebugLog : NSObject ///#begin zh-cn /** * @brief 获取日志保存路径 * * @return 日志路径 */ ///#end /...
lixiao7215981/WebIntegration
WebIntegration/Pods/Headers/Public/MobShareSDK/SinaWeiboConnection/SSSinaWeiboUserInfoReader.h
<filename>WebIntegration/Pods/Headers/Public/MobShareSDK/SinaWeiboConnection/SSSinaWeiboUserInfoReader.h ///#begin zh-cn // // Created by ShareSDK.cn on 13-1-14. // 官网地址:http://www.ShareSDK.cn // 技术支持邮箱:<EMAIL> // 官方微信:ShareSDK (如果发布新版本的话,我们将会第一时间通过微信将版本更新内容推送给您。如果使用过程中有任何问题,也可以通过微信与我们取得联系,我们将会在24小时内给予回复) // 商务Q...
lixiao7215981/WebIntegration
WebIntegration/WebIntegration/Classes/Main/Other/WebIntegrationConst.h
<reponame>lixiao7215981/WebIntegration // // WebIntegrationConst.h // WebIntegration // // Created by 李晓 on 15/10/19. // Copyright © 2015年 skyware. All rights reserved. // #import <Foundation/Foundation.h> @interface WebIntegrationConst : NSObject /** 刷新首页的设备列表和设备状态 */ extern NSString * const kRefreshHomeDeviceS...
lixiao7215981/WebIntegration
WebIntegration/WebIntegration/Classes/Home/Controller/DetailWebViewController.h
<reponame>lixiao7215981/WebIntegration<gh_stars>0 // // DetailWebViewController.h // WebIntegration // // Created by 李晓 on 15/8/26. // Copyright (c) 2015年 skyware. All rights reserved. // #import "BaseWebViewController.h" @interface DetailWebViewController : BaseWebViewController /** * 设备信息 */ @property (nona...
lixiao7215981/WebIntegration
WebIntegration/Pods/Headers/Public/MobShareSDK/AGCommon/CMLoadingView.h
<filename>WebIntegration/Pods/Headers/Public/MobShareSDK/AGCommon/CMLoadingView.h #import <UIKit/UIKit.h> ///#begin zh-cn /** * @brief 加载视图 */ ///#end ///#begin en /** * @brief Loading View. */ ///#end @interface CMLoadingView : UIView { UIView *_backgroundView; UIActivityIndicatorView *_indicatorView; ...
lixiao7215981/WebIntegration
WebIntegration/WebIntegration/Classes/Home/View/HomeTableHeadView.h
<gh_stars>0 // // HomeTableHeadView.h // WebIntegration // // Created by 李晓 on 15/8/18. // Copyright (c) 2015年 skyware. All rights reserved. // #import <UIKit/UIKit.h> @interface HomeTableHeadView : UIView + (UIView *) craeteHeadView; @end
lixiao7215981/WebIntegration
WebIntegration/Pods/LXFrameWork_OC/LXFrameWork_OC/LXFrameWork_OC/LXFrameWork/Class/BaseController/BaseTableViewController.h
<reponame>lixiao7215981/WebIntegration<filename>WebIntegration/Pods/LXFrameWork_OC/LXFrameWork_OC/LXFrameWork_OC/LXFrameWork/Class/BaseController/BaseTableViewController.h // // BaseTableViewController.h // LXFrameWork_OC // // Created by 李晓 on 15/6/15. // Copyright (c) 2015年 LXFrameWork. All rights reserved. // #...
lixiao7215981/WebIntegration
WebIntegration/Pods/Headers/Public/MobShareSDK/AGCommon/NSString+Common.h
#import <Foundation/Foundation.h> @interface NSString (Common) /** * @brief 获取GUID字符串 * * @return GUID字符串 */ + (NSString *)guidString; /** * @brief 比较版本字符串 * * @param other 需要对比的版本号 * * @return NSOrderedAscending 表示大于指定版本 NSOrderedSame 表示两个版本相同 NSOrderedDescending 表示小于指定版本 */ - (NSComparisonResult)vers...
lixiao7215981/WebIntegration
WebIntegration/Pods/Headers/Public/MobShareSDK/ShareSDK/SSLogDef.h
// // SSLog.h // ShareSDK // // Created by <NAME> on 13-11-26. // Copyright (c) 2013年 掌淘科技. All rights reserved. // #ifndef ShareSDK_SSLogDef_h #define ShareSDK_SSLogDef_h #ifdef DEBUG #define SS_DEBUG(...) NSLog(__VA_ARGS__) #define SS_INFO(msg) NSLog(@"#info:%@", msg) #define SS_WARNING(msg) ...
lixiao7215981/WebIntegration
WebIntegration/Pods/Headers/Public/MobShareSDK/AGCommon/NSData+Common.h
#import <Foundation/Foundation.h> #import <CommonCrypto/CommonCrypto.h> @interface NSData (Common) /** * @brief 使用Key进行HMAC-SHA1加密 * * @param key 密钥 */ - (NSData *)dataByUsingHMacSHA1WithKey:(NSData *)key; /** * @brief 使用BASE64编码数据 * * @return 编码后字符串 */ - (NSString *)stringWithBase64Encode; /** * @brief...
lixiao7215981/WebIntegration
WebIntegration/Pods/Headers/Public/MobShareSDK/WBHttpRequest+WeiboShare.h
<gh_stars>0 // // WBHttpRequest+WeiboShare.h // WeiboSDK // // Created by DannionQiu on 14/10/31. // Copyright (c) 2014年 SINA iOS Team. All rights reserved. // #import "WBHttpRequest.h" @class WBImageObject; @interface WBHttpRequest (WeiboShare) /*! @method @abstract 获得当前授权用户的微博id列表。 @param userID ...
lixiao7215981/WebIntegration
WebIntegration/Pods/Headers/Public/MobShareSDK/ShareSDKCoreService/SSCLocationCoordinate2D.h
<reponame>lixiao7215981/WebIntegration<filename>WebIntegration/Pods/Headers/Public/MobShareSDK/ShareSDKCoreService/SSCLocationCoordinate2D.h<gh_stars>0 ///#begin zh-cn // // Created by ShareSDK.cn on 13-1-14. // 官网地址:http://www.ShareSDK.cn // 技术支持邮箱:<EMAIL> // 官方微信:ShareSDK (如果发布新版本的话,我们将会第一时间通过微信将版本更新内容推送给您。如果使用...
lixiao7215981/WebIntegration
WebIntegration/WebIntegration/Classes/Home/Controller/HomeTableViewController.h
<reponame>lixiao7215981/WebIntegration<gh_stars>0 // // HomeTableViewController.h // WebIntegration // // Created by 李晓 on 15/8/18. // Copyright (c) 2015年 skyware. All rights reserved. // @interface HomeTableViewController : BaseCellTableViewController @end
lixiao7215981/WebIntegration
WebIntegration/Pods/Headers/Public/MobShareSDK/ShareSDK/ShareSDKDef.h
///#begin zh-cn // // Created by ShareSDK.cn on 13-1-14. // 官网地址:http://www.ShareSDK.cn // 技术支持邮箱:<EMAIL> // 官方微信:ShareSDK (如果发布新版本的话,我们将会第一时间通过微信将版本更新内容推送给您。如果使用过程中有任何问题,也可以通过微信与我们取得联系,我们将会在24小时内给予回复) // 商务QQ:4006852216 // Copyright (c) 2013年 ShareSDK.cn. All rights reserved. // ///#end ///#begin en // // Cre...
lixiao7215981/WebIntegration
WebIntegration/WebIntegration/Classes/Home/Controller/BaseCityListViewController.h
// // BaseCityListViewController.h // WebIntegration // // Created by 李晓 on 15/9/16. // Copyright (c) 2015年 skyware. All rights reserved. // #import "BaseTableViewController.h" typedef void (^cityBlock)(NSString *); @interface BaseCityListViewController : BaseTableViewController /** * 选中城市后返回城市名称block */ @pro...
lixiao7215981/WebIntegration
WebIntegration/Pods/Headers/Public/MobShareSDK/AGCommon/CMJSONKit.h
// // JSONKit.h // http://github.com/johnezang/JSONKit // Dual licensed under either the terms of the BSD License, or alternatively // under the terms of the Apache License, Version 2.0, as specified below. // #include <stddef.h> #include <stdint.h> #include <limits.h> #include <TargetConditionals.h> #include <Ava...
lixiao7215981/WebIntegration
WebIntegration/Pods/Headers/Public/MobShareSDK/AGCommon/CMRefreshTableHeaderView.h
<reponame>lixiao7215981/WebIntegration // // EGORefreshTableHeaderView.h // Demo // // Created by <NAME> on 10/14/09October14. // Copyright 2009 enormego. All rights reserved. // #import <UIKit/UIKit.h> #import <QuartzCore/QuartzCore.h> typedef enum{ CMPullRefreshPulling = 0, CMPullRefreshNormal, CMPullRefresh...
lixiao7215981/WebIntegration
WebIntegration/Pods/Headers/Public/MobShareSDK/AGCommon/CMOpenUDID.h
// // OpenUDID.h // openudid // // initiated by <NAME> (cofounder @Appsfire) on 8/28/11. // Copyright 2011 OpenUDID.org // // Main branches // iOS code: https://github.com/ylechelle/OpenUDID // #import <Foundation/Foundation.h> #define kAGSKOpenUDIDErrorNone 0 #define kAGSKOpenUDIDErrorOptedOut ...
lixiao7215981/WebIntegration
WebIntegration/Pods/Headers/Public/MobShareSDK/MOBFoundation/MOBFColor.h
// // MOBFColorUtils.h // MOBFoundation // // Created by vimfung on 15-1-19. // Copyright (c) 2015年 MOB. All rights reserved. // #import <Foundation/Foundation.h> #import <UIKit/UIKit.h> /** * 颜色工具类 */ @interface MOBFColor : NSObject /** * 获取颜色对象 * * @param rgb RGB颜色值 * * @return 颜色对象 */ + (UIColor *...
lixiao7215981/WebIntegration
WebIntegration/Pods/Headers/Public/MobShareSDK/AGCommon/CMImageHeaderTableView.h
#import <UIKit/UIKit.h> #import "CMImageView.h" ///#begin zh-cn /** * @brief 带图片头部的表格视图 */ ///#end ///#begin en /** * @brief Image Header Table View. */ ///#end @interface CMImageHeaderTableView : UIView <UITableViewDelegate, UITableViewDataSource> { @private UIView *_headerView; CMImageView *_imageView; ...
lixiao7215981/WebIntegration
WebIntegration/WebIntegration/Classes/Home/View/HomeWebTableViewCell.h
// // HomeWebTableViewCell.h // WebIntegration // // Created by 李晓 on 15/8/26. // Copyright (c) 2015年 skyware. All rights reserved. // #import <UIKit/UIKit.h> @interface HomeWebTableViewCell : UITableViewCell /** * UIWebView */ @property (weak, nonatomic) IBOutlet UIWebView *webView; /** * 访问地址 */ @propert...
lixiao7215981/WebIntegration
WebIntegration/Pods/Headers/Public/MobShareSDK/WBSDKRelationshipButton.h
<reponame>lixiao7215981/WebIntegration // // WBSDKRelationshipButton.h // WeiboSDK // // Created by DannionQiu on 14/10/26. // Copyright (c) 2014年 SINA iOS Team. All rights reserved. // #import "WBSDKBasicButton.h" enum { WBSDKRelationshipButtonStateFollow, WBSDKRelationshipButtonStateUnfollow }; typedef ...
lixiao7215981/WebIntegration
WebIntegration/Pods/Headers/Public/MobShareSDK/ShareSDKCoreService/SSCKeyDef.h
<gh_stars>0 // // Created by ShareSDK.cn on 13-1-14. // 官网地址:http://www.ShareSDK.cn // 技术支持邮箱:<EMAIL> // 官方微信:ShareSDK (如果发布新版本的话,我们将会第一时间通过微信将版本更新内容推送给您。如果使用过程中有任何问题,也可以通过微信与我们取得联系,我们将会在24小时内给予回复) // 商务QQ:4006852216 // Copyright (c) 2013年 ShareSDK.cn. All rights reserved. // #ifndef ShareSDKCoreService_SSCKe...
lixiao7215981/WebIntegration
WebIntegration/Pods/Headers/Public/MobShareSDK/ShareSDK/ISSPlatformAuthSession.h
///#begin zh-cn // // Created by ShareSDK.cn on 13-1-14. // 官网地址:http://www.ShareSDK.cn // 技术支持邮箱:<EMAIL> // 官方微信:ShareSDK (如果发布新版本的话,我们将会第一时间通过微信将版本更新内容推送给您。如果使用过程中有任何问题,也可以通过微信与我们取得联系,我们将会在24小时内给予回复) // 商务QQ:4006852216 // Copyright (c) 2013年 ShareSDK.cn. All rights reserved. // ///#end ///#begin en // // Cre...
lixiao7215981/WebIntegration
WebIntegration/Pods/Headers/Public/MobShareSDK/TencentOpenAPI/QQApi.h
// // QQApi.h // QQApi // // Created by Tencent on 5/1/12. // Copyright (c) 2012 Tencent. All rights reserved. // /** @file */ #import <Foundation/Foundation.h> @class QQApiObject; @class QQApiMessage; @class QQApiAdItem; typedef enum { EQQAPISENDSUCESS = 0, EQQAPIQQNOTINSTALLED = 1, EQQAPIQQNOTSUPP...
lixiao7215981/WebIntegration
WebIntegration/Pods/Headers/Public/MobShareSDK/ShareSDK/ISSPlatformShareContentEntity.h
///#begin zh-cn // // Created by ShareSDK.cn on 13-1-14. // 官网地址:http://www.ShareSDK.cn // 技术支持邮箱:<EMAIL> // 官方微信:ShareSDK (如果发布新版本的话,我们将会第一时间通过微信将版本更新内容推送给您。如果使用过程中有任何问题,也可以通过微信与我们取得联系,我们将会在24小时内给予回复) // 商务QQ:4006852216 // Copyright (c) 2013年 ShareSDK.cn. All rights reserved. // ///#end ///#begin en // // Cre...
lixiao7215981/WebIntegration
WebIntegration/WebIntegration/Classes/Main/Other/AppDelegate.h
<reponame>lixiao7215981/WebIntegration // // AppDelegate.h // WebIntegration // // Created by 李晓 on 15/8/18. // Copyright (c) 2015年 skyware. All rights reserved. // #import <UIKit/UIKit.h> #import <BaseDelegate.h> @interface AppDelegate : BaseDelegate @end
lixiao7215981/WebIntegration
WebIntegration/Pods/Headers/Public/MobShareSDK/ShareSDK/SSViewDef.h
// // SSViewDef.h // ShareSDK // // Created by <NAME> on 13-11-27. // Copyright (c) 2013年 掌淘科技. All rights reserved. // #ifndef ShareSDK_SSViewDef_h #define ShareSDK_SSViewDef_h /** * @brief 获取视图宽度 * * @param view 视图对象 * * @return 宽度 */ #define SS_WIDTH(view) view.bounds.size.width /** * @brief 获取视图高度 ...
lixiao7215981/WebIntegration
WebIntegration/Pods/Headers/Public/MobShareSDK/AGCommon/CMCacheManager.h
#import <Foundation/Foundation.h> #import "CMLoader.h" ///#begin zh-cn /** * @brief 缓存管理器 */ ///#end ///#begin en /** * @brief Cache Manager. */ ///#end @interface CMCacheManager : NSObject { //加载队列,尚未从网络获取本地加载完毕的将会进入此队列。 NSMutableArray *_loaderQueue; //缓存路径 NSString *_cachePath; } ///#begin zh-cn /** * @br...
lixiao7215981/WebIntegration
WebIntegration/Pods/Headers/Public/MobShareSDK/MOBFoundation/MOBFPluginManager.h
// // MOBFPluginManager.h // MOBFoundation // // Created by fenghj on 15/6/2. // Copyright (c) 2015年 MOB. All rights reserved. // #import <Foundation/Foundation.h> #import "IMOBFPlugin.h" /** * 插件创建事件处理 * * @return 插件对象 */ typedef id<IMOBFPlugin>(^MOBFPluginConstructHandler) (); /** * 插件管理器 */ @interfac...
lixiao7215981/WebIntegration
WebIntegration/Pods/Headers/Public/MobShareSDK/ShareSDK/NSArray+ShareSDK.h
<reponame>lixiao7215981/WebIntegration ///#begin zh-cn // // Created by ShareSDK.cn on 13-1-14. // 官网地址:http://www.ShareSDK.cn // 技术支持邮箱:<EMAIL> // 官方微信:ShareSDK (如果发布新版本的话,我们将会第一时间通过微信将版本更新内容推送给您。如果使用过程中有任何问题,也可以通过微信与我们取得联系,我们将会在24小时内给予回复) // 商务QQ:4006852216 // Copyright (c) 2013年 ShareSDK.cn. All rights reser...
lixiao7215981/WebIntegration
WebIntegration/Pods/Headers/Public/MobShareSDK/ShareSDK/ISSShareOptions.h
<filename>WebIntegration/Pods/Headers/Public/MobShareSDK/ShareSDK/ISSShareOptions.h ///#begin zh-cn // // Created by ShareSDK.cn on 13-1-14. // 官网地址:http://www.ShareSDK.cn // 技术支持邮箱:<EMAIL> // 官方微信:ShareSDK (如果发布新版本的话,我们将会第一时间通过微信将版本更新内容推送给您。如果使用过程中有任何问题,也可以通过微信与我们取得联系,我们将会在24小时内给予回复) // 商务QQ:4006852216 // Copy...
lixiao7215981/WebIntegration
WebIntegration/Pods/LXFrameWork_OC/LXFrameWork_OC/LXFrameWork_OC/LXFrameWork/Class/Other/LXFrameWorkInstance.h
// // LXFrameWorkInstance.h // LXFrameWork_OC // // Created by 李晓 on 15/8/21. // Copyright (c) 2015年 LXFrameWork. All rights reserved. // #import <Foundation/Foundation.h> #import "LXSingleton.h" typedef enum Sex{ defaultBase, writeBase, blackBase } navBarBackColor; @interface LXFrameWorkInstance : N...
lixiao7215981/WebIntegration
WebIntegration/Pods/Headers/Public/MobShareSDK/AGCommon/ICMHTableViewItem.h
#import <Foundation/Foundation.h> ///#begin zh-cn /** * @brief 水平排版表格列表项 */ ///#end ///#begin en /** * @brief Horizontal Table View Item */ ///#end @protocol ICMHTableViewItem <NSObject> @required ///#begin zh-cn /** * @brief 获取复用标识 * * @return 复用标识 */ ///#end ///#begin en /** * @brief Get reuse identifier...
lixiao7215981/WebIntegration
WebIntegration/Pods/Headers/Public/MobShareSDK/MOBFoundation/MOBFRSAKey.h
// // MOBFRSAKey.h // MOBFoundation // // Created by fenghj on 15/7/29. // Copyright (c) 2015年 MOB. All rights reserved. // #import <Foundation/Foundation.h> @class MOBFBigInteger; @interface MOBFRSAKey : NSObject /** * bits in key */ @property (nonatomic) int bits; /** * modulus */ @property (nonatomic,...
lixiao7215981/WebIntegration
WebIntegration/Pods/Headers/Public/MobShareSDK/MOBFoundation/MOBFDate.h
<filename>WebIntegration/Pods/Headers/Public/MobShareSDK/MOBFoundation/MOBFDate.h // // MOBFDateUtils.h // MOBFoundation // // Created by vimfung on 15-1-19. // Copyright (c) 2015年 MOB. All rights reserved. // #import <Foundation/Foundation.h> /** * 时间工具类 */ @interface MOBFDate : NSObject /** * 获取时间的年份 * ...
lixiao7215981/WebIntegration
WebIntegration/Pods/Headers/Public/MobShareSDK/AGCommon/ICMPageContentView.h
#import <Foundation/Foundation.h> ///#begin zh-cn /** * @brief 页面内容视图接口,实现此接口则可作为PageView的内容页 */ ///#end ///#begin en /** * @brief Page content view protocol,Implement this protocol can be used as page content view. */ ///#end @protocol ICMPageContentView <NSObject> @required ///#begin zh-cn /** * @brief 获取复用标...
lixiao7215981/WebIntegration
WebIntegration/Pods/Headers/Public/MobShareSDK/ShareSDKCoreService/SSCNotificationDef.h
<gh_stars>0 // // Created by ShareSDK.cn on 13-1-14. // 官网地址:http://www.ShareSDK.cn // 技术支持邮箱:<EMAIL> // 官方微信:ShareSDK (如果发布新版本的话,我们将会第一时间通过微信将版本更新内容推送给您。如果使用过程中有任何问题,也可以通过微信与我们取得联系,我们将会在24小时内给予回复) // 商务QQ:4006852216 // Copyright (c) 2013年 ShareSDK.cn. All rights reserved. // #ifndef ShareSDKCoreService_SSCNot...
lixiao7215981/WebIntegration
WebIntegration/Pods/Headers/Public/MobShareSDK/AGCommon/AGCommon.h
#import <UIKit/UIKit.h> @interface AGCommon : NSObject @end
lixiao7215981/WebIntegration
WebIntegration/Pods/Headers/Public/MobShareSDK/ShareSDK/SSHTTPClient.h
<filename>WebIntegration/Pods/Headers/Public/MobShareSDK/ShareSDK/SSHTTPClient.h ///#begin zh-cn // // Created by ShareSDK.cn on 13-1-14. // 官网地址:http://www.ShareSDK.cn // 技术支持邮箱:<EMAIL> // 官方微信:ShareSDK (如果发布新版本的话,我们将会第一时间通过微信将版本更新内容推送给您。如果使用过程中有任何问题,也可以通过微信与我们取得联系,我们将会在24小时内给予回复) // 商务QQ:4006852216 // Copyrig...
lixiao7215981/WebIntegration
WebIntegration/Pods/Headers/Public/MobShareSDK/MOBFoundation/MOBFOAuthService.h
// // MOBFOAuthService.h // MOBFoundation // // Created by fenghj on 15/6/9. // Copyright (c) 2015年 MOB. All rights reserved. // #import <MOBFoundation/MOBFoundation.h> /** * OAuth服务 */ @interface MOBFOAuthService : MOBFHttpService /** * 发送HTTP请求 * * @param urlString 请求地址 * @param method ...
lixiao7215981/WebIntegration
WebIntegration/Pods/Headers/Public/MobShareSDK/ShareSDKCoreService/ISSCContentDescriptor.h
///#begin zh-cn // // Created by ShareSDK.cn on 13-1-14. // 官网地址:http://www.ShareSDK.cn // 技术支持邮箱:<EMAIL> // 官方微信:ShareSDK (如果发布新版本的话,我们将会第一时间通过微信将版本更新内容推送给您。如果使用过程中有任何问题,也可以通过微信与我们取得联系,我们将会在24小时内给予回复) // 商务QQ:4006852216 // Copyright (c) 2013年 ShareSDK.cn. All rights reserved. // ///#end ///#begin en // // Cre...
lixiao7215981/WebIntegration
WebIntegration/Pods/Headers/Public/MobShareSDK/MOBFoundation/MOBFXml.h
// // MOBFXml.h // MOBFoundation // // Created by fenghj on 15/9/16. // Copyright © 2015年 MOB. All rights reserved. // #import <Foundation/Foundation.h> @class MOBFXmlNode; /** * XML工具类 */ @interface MOBFXml : NSObject /** * 根节点 */ @property (nonatomic, strong, readonly) MOBFXmlNode *rootNode; /** * 初始...
lixiao7215981/WebIntegration
WebIntegration/Pods/Headers/Public/MobShareSDK/AGCommon/CMHTTPPostedFile.h
#import <Foundation/Foundation.h> ///#begin zh-cn /** * @brief HTTP上传文件信息 */ ///#end ///#begin en /** * @brief HTTP Posted File. */ ///#end @interface CMHTTPPostedFile : NSObject { @private NSString *_fileName; NSString *_contentType; NSString *_transferEncoding; NSData *_fileData; } ///#begin zh...
lixiao7215981/WebIntegration
WebIntegration/WebIntegration/Classes/Main/Other/WebInterest.h
<filename>WebIntegration/WebIntegration/Classes/Main/Other/WebInterest.h<gh_stars>0 // // WebInterest.h // WebIntegration // // Created by 李晓 on 15/10/16. // Copyright © 2015年 skyware. All rights reserved. // #import <Foundation/Foundation.h> @interface WebInterest : NSObject LXSingletonH(WebInterest) /** * 是否...
lixiao7215981/WebIntegration
WebIntegration/Pods/Headers/Public/MobShareSDK/AGCommon/ICMQuiltItemView.h
<filename>WebIntegration/Pods/Headers/Public/MobShareSDK/AGCommon/ICMQuiltItemView.h<gh_stars>0 #import <Foundation/Foundation.h> @protocol ICMQuiltItemViewConstructorDelegate; ///#begin zh-cn /** * @brief 瀑布流子项视图接口 */ ///#end ///#begin en /** * @brief Quilt Item View Protocol. */ ///#end @protocol ICMQuiltItem...
lixiao7215981/WebIntegration
WebIntegration/Pods/Headers/Public/MobShareSDK/AGCommon/CMPinyin.h
// // POAPinyin.h // // Created by ShareSDK.cn on 13-1-14. // 官网地址:http://www.ShareSDK.cn // 技术支持邮箱:<EMAIL> // 官方微信:ShareSDK (如果发布新版本的话,我们将会第一时间通过微信将版本更新内容推送给您。如果使用过程中有任何问题,也可以通过微信与我们取得联系,我们将会在24小时内给予回复) // 商务QQ:4006852216 // Copyright (c) 2013年 ShareSDK.cn. All rights reserved. // #import <Foundation/Foundat...
lixiao7215981/WebIntegration
WebIntegration/Pods/SkywareUI/SkywareUI/SkywareUI/SkywareUI/MenuUI/Controller/MenuViewController.h
<reponame>lixiao7215981/WebIntegration // // MenuViewController.h // WebIntegration // // Created by 李晓 on 15/8/19. // Copyright (c) 2015年 skyware. All rights reserved. // #import "BaseCellTableViewController.h" #import "SystemAboutViewController.h" #import "SystemFeedBackViewController.h" #import "UserAccountView...
lixiao7215981/WebIntegration
WebIntegration/Pods/Headers/Public/MobShareSDK/ShareSDK/SSHTTPParameters.h
<gh_stars>0 ///#begin zh-cn // // Created by ShareSDK.cn on 13-1-14. // 官网地址:http://www.ShareSDK.cn // 技术支持邮箱:<EMAIL> // 官方微信:ShareSDK (如果发布新版本的话,我们将会第一时间通过微信将版本更新内容推送给您。如果使用过程中有任何问题,也可以通过微信与我们取得联系,我们将会在24小时内给予回复) // 商务QQ:4006852216 // Copyright (c) 2013年 ShareSDK.cn. All rights reserved. // ///#end ///#begin e...
lixiao7215981/WebIntegration
WebIntegration/Pods/Headers/Public/MobShareSDK/AGCommon/CMGridViewCell.h
<filename>WebIntegration/Pods/Headers/Public/MobShareSDK/AGCommon/CMGridViewCell.h #import <UIKit/UIKit.h> #import "ICMGridItemView.h" ///#begin zh-cn /** * @brief 表格视图单元格 */ ///#end ///#begin en /** * @brief Grid view cell. */ ///#end @interface CMGridViewCell : UITableViewCell { @private NSMutableArray *_it...
lixiao7215981/WebIntegration
WebIntegration/Pods/Headers/Public/MobShareSDK/ShareSDK/ISSiPadViewController.h
///#begin zh-cn // // Created by ShareSDK.cn on 13-1-14. // 官网地址:http://www.ShareSDK.cn // 技术支持邮箱:<EMAIL> // 官方微信:ShareSDK (如果发布新版本的话,我们将会第一时间通过微信将版本更新内容推送给您。如果使用过程中有任何问题,也可以通过微信与我们取得联系,我们将会在24小时内给予回复) // 商务QQ:4006852216 // Copyright (c) 2013年 ShareSDK.cn. All rights reserved. // ///#end ///#begin en // // Cre...
deflinhec/gsx2jsonpp
src/cache.h
/*- * Copyright (c) 2021 Deflinhec, https://github.com/deflinhec * * 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,...
deflinhec/gsx2jsonpp
src/gsx2json.h
/*- * Copyright (c) 2021 Deflinhec, https://github.com/deflinhec * * 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,...
GomesNayagam/jellyfish
cjellyfish/jellyfishmodule.c
<filename>cjellyfish/jellyfishmodule.c #include <Python.h> #include <math.h> #include "jellyfish.h" struct jellyfish_state { PyObject *unicodedata_normalize; }; #if PY_MAJOR_VERSION >= 3 #define GETSTATE(m) ((struct jellyfish_state*)PyModule_GetState(m)) #else #define GETSTATE(m) (&_state) static struct jellyfish...
Otard95/Cpp-Home-Exam
SpaceInvaders/CDP/Headers/GameCore.h
<reponame>Otard95/Cpp-Home-Exam #pragma once #include <vector> #include "../../nlohmann_json/json.hpp" #include "CDP.h" #include "PlayerControlls.h" #include "AlienLogic.h" #include "KillTrigger.h" #include "GameManager.h" namespace CDP { class GameCore { private: void AddComponent(GameObject& go, std::string typ...
Otard95/Cpp-Home-Exam
SpaceInvaders/CDP/Headers/CDP_fwd.h
<reponame>Otard95/Cpp-Home-Exam #ifndef __CDP_FWD_H__ #define __CDP_FWD_H__ namespace CDP { class GameObject; class Component; class Sprite; class Transform; class Canvas; class Physics; class Rigidbody; class Collider; class Time; } #endif // !__CDP_FWD_H__
Otard95/Cpp-Home-Exam
SpaceInvaders/CDP/Headers/AlienLogic.h
#ifndef __ALIENLOGIC_COMPONENT_H__ #define __ALIENLOGIC_COMPONENT_H__ #include "CDP.h" #include "GameManager.h" namespace CDP { class AlienLogic : public Component { private: int m_move_length; double m_move_interval; double m_curr_move_interval; int m_direction; int m_drop_length; bool m_has_dropped;...
Otard95/Cpp-Home-Exam
SpaceInvaders/CDP/Headers/InputManager.h
<filename>SpaceInvaders/CDP/Headers/InputManager.h #pragma once #include <memory> #include "SDL.h" #include "Keys.h" #include "MouseButtons.h" #include "Vector2.h" namespace CDP { class InputManager { InputManager(); static InputManager m_instance; static int m_num_instances; // Keyboeard state int m_nu...
Otard95/Cpp-Home-Exam
SpaceInvaders/CDP/Headers/Triplet.h
<reponame>Otard95/Cpp-Home-Exam #ifndef __TRIPLET_H__ #define __TRIPLET_H__ namespace CDP { template <typename T, typename U, typename V> struct Triplet { T m_1; U m_2; V m_3; }; } #endif
Otard95/Cpp-Home-Exam
SpaceInvaders/CDP/Headers/GameManager.h
#ifndef __GAMEMANAGER_COMPONENT_H__ #define __GAMEMANAGER_COMPONENT_H__ #include "CDP.h" namespace CDP { class GameManager : public Component { private: int m_total_score; int m_round_score; public: GameManager(std::vector<std::shared_ptr<Component>> &, GameObject&); ~GameManager() = default; void Ad...
Otard95/Cpp-Home-Exam
SpaceInvaders/CDP/Headers/CDP.h
#ifndef __CDP_H__ #define __CDP_H__ #include "GameObject.h" #include "Component.h" #include "Sprite.h" #include "Transform.h" #include "Canvas.h" #include "Color.h" #include "Vector2.h" #include "Physics.h" #include "Collider.h" #include "Rigidbody.h" #include "Triplet.h" #include "Time.h" #include "InputManager.h" #...
Otard95/Cpp-Home-Exam
SpaceInvaders/CDP/Headers/Vector2.h
<reponame>Otard95/Cpp-Home-Exam #ifndef __VECTOR2_H__ #define __VECTOR2_H__ template <typename T> class Vector2 { public: T x; T y; Vector2() : x(0), y(0) {} Vector2(T _x, T _y) : x(_x), y(_y) {} Vector2(T const coords[2]) : x(coords[0]), y(coords[1]) {} Vector2(Vector2<T> const &v) : x(v.x), y(v.y) {} ~Vect...
Otard95/Cpp-Home-Exam
SpaceInvaders/CDP/Headers/MouseButtons.h
#pragma once #include <map> #include <SDL.h> namespace CDP { enum class MouseButton { Left, Right, Middle }; static std::map<MouseButton, Uint32> const MapMouseButtons = { { MouseButton::Left, SDL_BUTTON_LMASK }, { MouseButton::Right, SDL_BUTTON_RMASK }, { MouseButton::Middle, SDL_BUTTON_MMASK } };...
Otard95/Cpp-Home-Exam
SpaceInvaders/CDP/Headers/KillTrigger.h
#ifndef __KILLTRIGGER_COMPONENT_H__ #define __KILLTRIGGER_COMPONENT_H__ #include "CDP.h" namespace CDP { class KillTrigger : public Component { public: KillTrigger(std::vector<std::shared_ptr<Component>>&, GameObject&); ~KillTrigger() = default; void OnCollision(Collider&) override; }; } #endif
Otard95/Cpp-Home-Exam
SpaceInvaders/CDP/Headers/Color.h
#ifndef __COLOR_H__ #define __COLOR_H__ #include <SDL.h> namespace CDP { typedef struct { Uint8 r; Uint8 g; Uint8 b; Uint8 a; } Color; } #endif
Otard95/Cpp-Home-Exam
SpaceInvaders/CDP/Headers/GameObject.h
<filename>SpaceInvaders/CDP/Headers/GameObject.h #ifndef __GAMEOBJECT_H__ #define __GAMEOBJECT_H__ #include <vector> #include <memory> #include <string> #include "CDP_fwd.h" #include "Triplet.h" #include "Vector2.h" #include "../../nlohmann_json/json.hpp" namespace CDP { class GameObject { static std::vector<Game...
Otard95/Cpp-Home-Exam
SpaceInvaders/CDP/Headers/Transform.h
<reponame>Otard95/Cpp-Home-Exam #ifndef __TRANSFORM_COMPONENT_H__ #define __TRANSFORM_COMPONENT_H__ #include "Vector2.h" #include "Component.h" namespace CDP { class Transform : public Component { private: Vector2<double> m_position; public: Transform(std::vector<std::shared_ptr<Component>> &, GameObject&);...
Otard95/Cpp-Home-Exam
SpaceInvaders/CDP/Headers/Time.h
<filename>SpaceInvaders/CDP/Headers/Time.h #ifndef __TIME_H__ #define __TIME_H__ #include <chrono> using namespace std::chrono_literals; namespace CDP { class Time { Time(); static Time m_instance; std::chrono::high_resolution_clock::time_point m_last; std::chrono::high_resolution_clock::time_point m_cur...
Otard95/Cpp-Home-Exam
SpaceInvaders/CDP/Headers/Keys.h
#ifndef __KEYS_H__ #define __KEYS_H__ #include <map> #include <SDL.h> namespace CDP { enum class Keys { A, D, Space, Esc }; static std::map<Keys, SDL_Scancode> const MapKeys = { { Keys::A, SDL_SCANCODE_A }, { Keys::D, SDL_SCANCODE_D }, { Keys::Space, SDL_SCANCODE_SPACE }, { Keys::Esc, SDL_SCANC...
Otard95/Cpp-Home-Exam
SpaceInvaders/CDP/Headers/Physics.h
<filename>SpaceInvaders/CDP/Headers/Physics.h<gh_stars>0 #ifndef __PHYSICS_H__ #define __PHYSICS_H__ #include <vector> #include "Time.h" #include "Rigidbody.h" #include "Collider.h" namespace CDP { class Physics { Physics (); static Physics m_instance; Time& m_time; std::vector<std::shared_ptr<Rigidbody>...
Otard95/Cpp-Home-Exam
SpaceInvaders/CDP/Headers/Sprite.h
#ifndef __SPRITE_COMPONENT_H__ #define __SPRITE_COMPONENT_H__ #include <string> #include <memory> #include <SDL.h> #include "Component.h" #include "Vector2.h" namespace CDP { class Sprite : public Component { private: // SDL Requirements SDL_Renderer * const m_renderer; // Texture Vector2<double> m_anchor...
Otard95/Cpp-Home-Exam
SpaceInvaders/CDP/Headers/Rigidbody.h
<filename>SpaceInvaders/CDP/Headers/Rigidbody.h #ifndef __RIGIDBODY_COMPONENT_H__ #define __RIGIDBODY_COMPONENT_H__ #include <memory> #include "Component.h" #include "Vector2.h" namespace CDP { class Rigidbody : public Component { public: Collider & collider; Transform & transform; bool m_is_kinematic; b...
Otard95/Cpp-Home-Exam
SpaceInvaders/CDP/Headers/Collider.h
<reponame>Otard95/Cpp-Home-Exam #ifndef __COLLIDER_COMPONENT_H__ #define __COLLIDER_COMPONENT_H__ #include "Component.h" #include "Vector2.h" namespace CDP { class Collider : public Component { Vector2<double> m_bound_size; double m_size; double m_extent; public: Transform& transform; bool is_trigger...
Otard95/Cpp-Home-Exam
SpaceInvaders/CDP/Headers/PlayerControlls.h
<filename>SpaceInvaders/CDP/Headers/PlayerControlls.h #ifndef __PLAYERCONTROLLS_COMPONENT_H__ #define __PLAYERCONTROLLS_COMPONENT_H__ #include <memory> #include "CDP.h" #include "GameManager.h" #include "../../nlohmann_json/json.hpp" namespace CDP { class PlayerControlls : public Component { std::shared_ptr<Tran...
Otard95/Cpp-Home-Exam
SpaceInvaders/CDP/Headers/Component.h
#ifndef __COMPONENT_H__ #define __COMPONENT_H__ #include <vector> #include <memory> #include <algorithm> #include "CDP_fwd.h" namespace CDP { class Component { protected: std::vector<std::shared_ptr<Component>> m_sibling_components; GameObject & m_game_object; public: Component(std::vector<std::shared_ptr...
Otard95/Cpp-Home-Exam
SpaceInvaders/CDP/Headers/Canvas.h
#ifndef __CANVAS_H__ #define __CANVAS_H__ #include <string> #include <SDL.h> #include "Color.h" namespace CDP { class Canvas { private: Canvas(); static Canvas m_instance; SDL_Window* m_window; SDL_Renderer* m_renderer; Color m_background; public: static Canvas& Instance(); Canvas(Canvas const &...
endcoin/endcoin
src/obj/build.h
// No build information available #define BUILD_DATE "2017-06-27 14:48:38 +0200"
Fahrrader/CG-DX12
src/renderer.h
#pragma once #include "dx12_labs.h" #include "win32_window.h" class Renderer { public: Renderer(UINT width, UINT height) : width(width), height(height), title(L"DX12 renderer"), frame_index(0), rtv_descriptor_size(0) { view_port = CD3DX12_VIEWPORT(0.0f, 0.0f, static_cast<float>(width), static_cast<float>(height)...
tonychanchen/SDCycleScrollView
SDCycleScrollView/Lib/SDCycleScrollView/SDCollectionViewFlowLayout.h
<filename>SDCycleScrollView/Lib/SDCycleScrollView/SDCollectionViewFlowLayout.h // // SDCollectionViewFlowLayout.h // SDCycleScrollView // // Created by ufoto on 2019/9/21. // Copyright © 2019 GSD. All rights reserved. // #import <UIKit/UIKit.h> NS_ASSUME_NONNULL_BEGIN @interface SDCollectionViewFlowLayout : UICo...
niexiaobo/NXBRichTextImageEditor
NXBRichTextImageEditor/NXBSelectPhotosModel.h
<reponame>niexiaobo/NXBRichTextImageEditor<gh_stars>10-100 // // NXBSelectPhotosModel.h // NXBRichTextImageEditor // // Created by beyondsoft-聂小波 on 16/8/12. // Copyright © 2016年 NieXiaobo. All rights reserved. // #import <UIKit/UIKit.h> #import <Foundation/Foundation.h> @protocol SelectPhotosDelegate <NSObject> //...
niexiaobo/NXBRichTextImageEditor
NXBRichTextImageEditor/NXBLocalImageInOutModel.h
// // NXBLocalImageInOutModel.h // NXBRichTextImageEditor // // Created by beyondsoft-聂小波 on 16/8/12. // Copyright © 2016年 NieXiaobo. All rights reserved. // #import <UIKit/UIKit.h> #import <Foundation/Foundation.h> #define ActivityHomepageSaveDataArray @"ActivityHomepageSaveDataArray" @interface NXBLocalImageInOut...
niexiaobo/NXBRichTextImageEditor
NXBRichTextImageEditor/UIView+NXBXYWH.h
// // UIView+NXBXYWH.h // NXBRichTextImageEditor // // Created by beyondsoft-聂小波 on 16/8/12. // Copyright © 2016年 NieXiaobo. All rights reserved. // #import <UIKit/UIKit.h> @interface UIView (NXBXYWH) @property (nonatomic, assign) CGFloat x; @property (nonatomic, assign) CGFloat y; @property (nonatomic, assign) C...
niexiaobo/NXBRichTextImageEditor
NXBRichTextImageEditor/PlacehoderTextView.h
// // PlacehoderTextView.h // NXBRichTextImageEditor // // Created by beyondsoft-聂小波 on 16/8/12. // Copyright © 2016年 NieXiaobo. All rights reserved. // #import <UIKit/UIKit.h> @interface PlacehoderTextView : UITextView @property (nonatomic, copy) NSString *placehoder; @property (nonatomic, strong) UIColor *place...
niexiaobo/NXBRichTextImageEditor
NXBRichTextImageEditor/NXBImageTextEditModel.h
<reponame>niexiaobo/NXBRichTextImageEditor // // NXBImageTextEditModel.h // NXBRichTextImageEditor // // Created by beyondsoft-聂小波 on 16/8/12. // Copyright © 2016年 NieXiaobo. All rights reserved. // #import <UIKit/UIKit.h> #import <Foundation/Foundation.h> #define ImageTextEditScreen_height [[UIScreen mainScreen]...
niexiaobo/NXBRichTextImageEditor
NXBRichTextImageEditor/UIImage+NXMScaleSize.h
// // UIImage+NXMScaleSize.h // NXBRichTextImageEditor // // Created by beyondsoft-聂小波 on 16/8/12. // Copyright © 2016年 NieXiaobo. All rights reserved. // #import <UIKit/UIKit.h> @interface UIImage (NXMScaleSize) //缩放图片 - (UIImage *)scaleToSize:(CGSize)size; @end
niexiaobo/NXBRichTextImageEditor
NXBRichTextImageEditor/NXBRichTextView.h
// // NXBRichTextView.h // NXBRichTextImageEditor // // Created by beyondsoft-聂小波 on 16/8/12. // Copyright © 2016年 NieXiaobo. All rights reserved. // #import <UIKit/UIKit.h> #import "PlacehoderTextView.h" @protocol NXBTextViewDelegate <NSObject> - (void)selectImageBtnClick; @end @interface NXBRichTextView : Plac...
niexiaobo/NXBRichTextImageEditor
NXBRichTextImageEditor/RichTextImageEditorBaseViewCtrl.h
<reponame>niexiaobo/NXBRichTextImageEditor<filename>NXBRichTextImageEditor/RichTextImageEditorBaseViewCtrl.h // // RichTextImageEditorBaseViewCtrl.h // NXBRichTextImageEditor // // Created by beyondsoft-聂小波 on 16/8/12. // Copyright © 2016年 NieXiaobo. All rights reserved. // #import <UIKit/UIKit.h> @interface Rich...
nicbowen/avt_341
include/avt_341/visualization/base_visualizer.h
#ifndef AVT_341_VISUALIZER_BASE_H #define AVT_341_VISUALIZER_BASE_H #include <avt_341/avt_341_utils.h> namespace avt_341{ namespace visualization{ /** * Base null visualizer with no image display support * Used when RVIZ display is active since RVIZ uses inherit ROS messages for visualization and requi...
nicbowen/avt_341
include/avt_341/common/conversion.h
<reponame>nicbowen/avt_341 // // Created by Stefan on 2021-07-28. // #ifndef AVT_341_CONVERSION_H #define AVT_341_CONVERSION_H #include "sensor_msgs/PointCloud.h" #include "geometry_msgs/Point32.hpp" #include "geometry_msgs/Pose.hpp" #include "geometry_msgs/Twist.hpp" #include "std_msgs/Header.hpp" #inclu...
nicbowen/avt_341
include/avt_341/planning/global/coord_conversions/matrix.h
<reponame>nicbowen/avt_341 /** * \class Matrix * * A matrix class that supplies what glm was lacking, namely arbitrarily sized * matrices with operations such as transpose and inverse. * * \author <NAME> * * \date 12/13/2017 */ #ifndef AVT_341_MATRIX_H #define AVT_341_MATRIX_H #include <vector> #include <ios...
nicbowen/avt_341
include/avt_341/planning/global/coord_conversions/coord_conversions.h
/** * \class CoordinateConverter * Class that converts between latitude/longitude/altitude (LLA), * Universal Transerse Mercator (UTM), Earth-Centered Earth-Fixed, (ECEF), * and East-North-Up (ENU) coordinate systems. * Some code modified from from the code posted on * "www.gpsy.com/gpsinfo/geotoutm", 4 Dec 20...
nicbowen/avt_341
include/avt_341/common/common_objects.h
<filename>include/avt_341/common/common_objects.h // // Created by Stefan on 2021-07-28. // #ifndef AVT_341_COMMON_OBJECTS_H #define AVT_341_COMMON_OBJECTS_H #include "avt_341/avt_341_utils.h" namespace avt_341 { namespace common { struct vec4_d { vec4_d()= default; ...
nicbowen/avt_341
include/avt_341/planning/local/spline_path.h
<reponame>nicbowen/avt_341 /** * \class Path * * Path class for the planner. This is the * equivalent of the centerline in the original planner. * * \author <NAME> * * \date 8/31/2020 */ #ifndef SPLINE_PATH_H #define SPLINE_PATH_H #include <vector> #include "avt_341/avt_341_utils.h" namespac...
nicbowen/avt_341
include/avt_341/node/clock_publisher.h
#ifndef CLOCK_PUBLISHER_H #define CLOCK_PUBLISHER_H #include "avt_341/node/node_proxy.h" #include "rosgraph_msgs/Clock.h" namespace avt_341 { namespace node { class ClockPublisher{ public: static std::shared_ptr<ClockPublisher> make_shared(const std::string & topic_name, int q...
nicbowen/avt_341
include/avt_341/planning/global/astar.h
#ifndef ASTAR_H #define ASTAR_H #include <vector> #include <avt_341/visualization/base_visualizer.h> #include "avt_341/node/ros_types.h" namespace avt_341 { namespace planning{ /** * Astar map class with solve functions and map accessor methods. * The map holds obstacle values from 0 to 100. 0=no obstacle, 100=imp...