repo_name stringlengths 6 97 | path stringlengths 3 341 | text stringlengths 8 1.02M |
|---|---|---|
cimpresovec/rattler_race | mainMenu.h | <gh_stars>0
#ifndef MAINMENU_H
#define MAINMENU_H
#define BUTTONS_IN_ROW 6
#define NUMBER_OF_LVLS 30
#include "gameScene.h"
#include "assetManager.h"
#include <fstream>
#include <sstream>
#include <string>
#include <iostream>
class MainMenu : public GameScene
{
public:
MainMenu(sf::RenderWindow *window, sf::Even... |
QiuYeHong90/YSHTZImagePickerController | Example/Pods/Target Support Files/YSHTZImagePickerController/YSHTZImagePickerController-umbrella.h | #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
#import "LLSimpleCamera+Helper.h"
#import "LLSimpleCamera.h"
#import "PureCamera.h"
#import "TOActivityCroppedImageProvider.h... |
QiuYeHong90/YSHTZImagePickerController | Example/Pods/PLPlayerKit/Pod/Library/PLPlayerKit.framework/Headers/PLPlayer.h | <reponame>QiuYeHong90/YSHTZImagePickerController
//
// PLPlayer.h
// PLPlayerKit
//
// Created by 何昊宇 on 2017/5/15.
// Copyright © 2017年 Aaron. All rights reserved.
//
#import <Foundation/Foundation.h>
#import <AVFoundation/AVFoundation.h>
#import "PLPlayerOption.h"
@class UIView;
@class UIImageView;
/**
@brief... |
QiuYeHong90/YSHTZImagePickerController | Example/YSHTZImagePickerController/YSHViewController.h | //
// YSHViewController.h
// YSHTZImagePickerController
//
// Created by <EMAIL> on 12/29/2018.
// Copyright (c) 2018 <EMAIL>. All rights reserved.
//
@import UIKit;
@interface YSHViewController : UIViewController
@end
|
QiuYeHong90/YSHTZImagePickerController | Example/Pods/Target Support Files/Pods-YSHTZImagePickerController_Example/Pods-YSHTZImagePickerController_Example-umbrella.h | #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_YSHTZImagePickerController_ExampleVersionNumber;
FOUNDATION_EXPORT const unsigned char Pods_YS... |
QiuYeHong90/YSHTZImagePickerController | Example/YSHTZImagePickerController/ToolAlert.h | <gh_stars>0
//
// ToolAlert.h
// YSHTZImagePickerController_Example
//
// Created by shuhui on 2018/12/29.
// Copyright © 2018 <EMAIL>. All rights reserved.
//
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
@interface ToolAlert : NSObject
/**
UIAlertController的封装
@param vc 视图控制器
@param title 标题
... |
QiuYeHong90/YSHTZImagePickerController | YSHTZImagePickerController/Classes/PureCamera/PureCamera.h | <filename>YSHTZImagePickerController/Classes/PureCamera/PureCamera.h
/*!
@abstract
*/
#import <UIKit/UIKit.h>
#import "TOCropViewController.h"
typedef void (^fininshcapture)(UIImage *image);
@interface PureCamera : UIViewController
@property (nonatomic,copy) fininshcapture fininshcapture;
/**
切图比例
*/
@property (no... |
QiuYeHong90/YSHTZImagePickerController | YSHTZImagePickerController/Classes/PureCamera/TOCropViewController.h | //
// TOCropViewController.h
//
// Copyright 2015 <NAME>. All rights reserved.
//
// 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... |
dos1/renderdoc | util/test/demos/gl/gl_test.h | /******************************************************************************
* The MIT License (MIT)
*
* Copyright (c) 2015 <NAME>
*
* 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... |
makreft/open62541-esp32 | main/main.c | /* ESP32 OPC UA Example
This example code is in the Public Domain (or CC0 licensed, at your option.)
Unless required by applicable law or agreed to in writing, this
software is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
CONDITIONS OF ANY KIND, either express or implied.
*/
#include <esp_event... |
makreft/open62541-esp32 | components/open62541/custom_getaddrinfo.c |
#include <lwip/netdb.h>
#include <esp_log.h>
int
custom_getaddrinfo(const char *nodename, const char *servname,
const struct addrinfo *hints, struct addrinfo **res)
{
#ifdef CONFIG_ETHERNET_HELPER_CUSTOM_HOSTNAME
if (strcmp(nodename, CONFIG_ETHERNET_HELPER_CUSTOM_HOSTNAME_STR) == 0) {
... |
kaich/CKMJProgressHeader | CKMJProgressHeader/Classes/CKMJProgressHeader.h | <gh_stars>0
//
// MJRefreshNormalHeader.h
// MJRefreshExample
//
// Created by <NAME> on 15/4/24.
// Copyright (c) 2015年 小码哥. All rights reserved.
//
#import <MJRefresh/MJRefresh.h>
@interface CKMJProgressHeader : MJRefreshHeader
@end
|
kaich/CKMJProgressHeader | Example/CKMJProgressHeader/CKViewController.h | <filename>Example/CKMJProgressHeader/CKViewController.h
//
// CKViewController.h
// CKMJProgressHeader
//
// Created by <EMAIL> on 03/25/2019.
// Copyright (c) 2019 <EMAIL>. All rights reserved.
//
@import UIKit;
@interface CKViewController : UIViewController
@end
|
kaich/CKMJProgressHeader | CKMJProgressHeader/Classes/UIViewController+CKBasicHeader.h | <reponame>kaich/CKMJProgressHeader
//
// UIViewController+CKBasicHeader.h
// BatourTool
//
// Created by mac on 17/3/15.
// Copyright © 2017年 GRSource. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "CKCylinderReversibleHeader.h"
#import "CKCylinderReversibleFooter.h"
@interface UIViewController (CKBasic... |
kaich/CKMJProgressHeader | Example/CKMJProgressHeader/CKAppDelegate.h | //
// CKAppDelegate.h
// CKMJProgressHeader
//
// Created by <EMAIL> on 03/25/2019.
// Copyright (c) 2019 <EMAIL>. All rights reserved.
//
@import UIKit;
@interface CKAppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end
|
liuts/ChanlunX | ZhongShu.h | <filename>ZhongShu.h
#ifndef __ZHONGSHU_H__
#define __ZHONGSHU_H__
#include <vector>
#include <algorithm>
#pragma pack(push, 1)
struct ZhongShu
{
bool bValid;
int nTop1, nTop2, nTop3, nBot1, nBot2, nBot3;
float fTop1, fTop2, fTop3, fBot1, fBot2, fBot3;
int nLines, nStart, nEnd;
flo... |
liuts/ChanlunX | ChanlunZb.h | <gh_stars>10-100
#ifndef __CHANLUNZB_H__
#define __CHANLUNZB_H__
#include <windows.h>
#pragma pack(push, 1)
// 函数(数据个数,输出,输入a,输入b,输入c)
typedef void (*pPluginFUNC)(int nCount, float *pOut, float *a, float *b, float *c);
typedef struct tagPluginTCalcFuncInfo
{
unsigned short nFuncMark; // 函数编号
p... |
liuts/ChanlunX | KxianChuLi.h | <filename>KxianChuLi.h
#ifndef __KXIANCHULI_H__
#define __KXIANCHULI_H__
#include <vector>
using namespace std;
#pragma pack(push, 1)
// 原始K线
struct KxianRaw
{
float gao;
float di;
};
// 表示合并后的K线
struct Kxian
{
float gao; // K线高
float di; // K线低
int fangXiang; // ... |
liuts/ChanlunX | IniReader.h | <filename>IniReader.h<gh_stars>10-100
#ifndef INIREADER_H
#define INIREADER_H
#include <windows.h>
#include <tchar.h>
class CIniReader
{
public:
CIniReader(LPCTSTR szFileName);
int ReadInteger(LPCTSTR szSection, LPCTSTR szKey, int iDefaultValue);
float ReadFloat(LPCTSTR szSection, LPCTSTR szKe... |
liuts/ChanlunX | ChanlunXg.h | #ifndef __CHANLUNXG_H__
#define __CHANLUNXG_H__
#pragma pack(push, 1)
#define ASK_ALL -1
//NTime时间信息
typedef struct tag_NTime
{
unsigned short year;
unsigned char month;
unsigned char day;
unsigned char hour;
unsigned char minute;
unsigned char second;
} NTime;
//分析数据
typ... |
liuts/ChanlunX | Bi.h | #ifndef __BI_H__
#define __BI_H__
#include <vector>
#pragma pack(push, 1)
std::vector<float> Bi1(int nCount, std::vector<float> pHigh, std::vector<float> pLow);
std::vector<float> Bi2(int nCount, std::vector<float> pHigh, std::vector<float> pLow);
#pragma pack(pop)
#endif
|
liuts/ChanlunX | Duan.h | <reponame>liuts/ChanlunX
#ifndef __DUAN_H__
#define __DUAN_H__
#pragma pack(push, 1)
std::vector<float> Duan1(int nCount, std::vector<float> pIn, std::vector<float> pHigh, std::vector<float> pLow); // ĚŘŐ÷ĐňÁĐ
std::vector<float> Duan2(int nCount, std::vector<float> pIn, std::vector<float> pHigh, std::vector<fl... |
thisfin/QRCodeScan | QRCodeScan/ShadowView.h | <reponame>thisfin/QRCodeScan
//
// ShadowView.h
// QRCodeScan
//
// Created by wenyou on 2016/10/12.
// Copyright © 2016年 wenyou. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface ShadowView : UIView
@end
|
thisfin/QRCodeScan | QRCodeScan/UsageUtility.h | <filename>QRCodeScan/UsageUtility.h
//
// UsageUtility.h
// QRCodeScan
//
// Created by wenyou on 2016/10/29.
// Copyright © 2016年 wenyou. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface UsageUtility : NSObject
+ (BOOL)isCameraAvailable;
+ (BOOL)isAVAuthorization;
+ (BOOL)isPHAuthorization;
+... |
thisfin/QRCodeScan | QRCodeScan/ScanViewController.h | //
// ScanViewController.h
// QRCodeScan
//
// Created by wenyou on 2016/10/8.
// Copyright © 2016年 wenyou. All rights reserved.
//
#import <UIKit/UIKit.h>
typedef void(^SimpleBlockNoneParameter)();
typedef void(^SimpleBlock)(id data);
@interface ScanViewController : UIViewController
+ (void)handleValue:(NSStr... |
thisfin/QRCodeScan | QRCodeScan/HistoryDataCache.h | //
// HistoryDataCache.h
// QRCodeScan
//
// Created by wenyou on 2016/11/2.
// Copyright © 2016年 wenyou. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface HistoryDataCache : NSObject
+ (instancetype)sharedInstance;
- (void)addCacheValue:(NSString *)value;
- (void)deleteCacheValueAtIndex:(NSUIn... |
thisfin/QRCodeScan | QRCodeScan/HistoryViewController.h | //
// HistoryViewController.h
// QRCodeScan
//
// Created by wenyou on 2016/10/8.
// Copyright © 2016年 wenyou. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface HistoryViewController : UIViewController
@end
|
thisfin/QRCodeScan | QRCodeScan/AppDelegate.h | //
// AppDelegate.h
// QRCodeScan
//
// Created by wenyou on 2016/10/8.
// Copyright © 2016年 wenyou. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end
|
thisfin/QRCodeScan | QRCodeScan/CommonMarco.h | <gh_stars>1-10
//
// CommonMarco.h
// QRCodeScan
//
// Created by wenyou on 2016/10/12.
// Copyright © 2016年 wenyou. All rights reserved.
//
#ifndef CommonMarco_h
#define CommonMarco_h
#endif /* CommonMarco_h */
#define COLOR_BIANCHI [UIColor colorWithHexValue:0x8bddd1]
|
1a1a11a/test | trafficserver-8.0.3/iocore/net/P_UnixNetVConnection.h | <filename>trafficserver-8.0.3/iocore/net/P_UnixNetVConnection.h
/** @file
A brief file description
@section license License
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
regardi... |
1a1a11a/test | trafficserver-8.0.3/plugins/experimental/url_sig/url_sig.c | <filename>trafficserver-8.0.3/plugins/experimental/url_sig/url_sig.c
/** @file
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 copyright ownership. The ASF licenses this file
... |
viveky22/SDLC_01_Falcon | 3_Implementation/main.c | <filename>3_Implementation/main.c
#include "rubiks_cube.h"
#include "solve_cube.h"
#include <stdio.h>
#include <string.h>
int main(int argc, char **argv){
if(argc == 2){
if(strcmp("dev",argv[1]) == 0){
setRubixCubeAtOnce("GREEN RED WHITE GREEN ORANGE GREEN ORANGE WHITE ORANGE YELLOW BLUE BLUE O... |
KuaShen/ARGame | Example/ARGame/JFViewController.h | <filename>Example/ARGame/JFViewController.h<gh_stars>1-10
//
// JFViewController.h
// ARGame
//
// Created by KuaShen on 03/28/2019.
// Copyright (c) 2019 KuaShen. All rights reserved.
//
@import UIKit;
@interface JFViewController : UIViewController
@end
|
KuaShen/ARGame | ARGame/Classes/JFScene.h | <filename>ARGame/Classes/JFScene.h
//
// JFScene.h
// ARGame_Example
//
// Created by mac on 2019/3/26.
// Copyright © 2019 KuaShen. All rights reserved.
//
#import <SpriteKit/SpriteKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface JFScene : SKScene
@end
NS_ASSUME_NONNULL_END
|
KuaShen/ARGame | Example/ARGame/JFAppDelegate.h | //
// JFAppDelegate.h
// ARGame
//
// Created by KuaShen on 03/28/2019.
// Copyright (c) 2019 KuaShen. All rights reserved.
//
@import UIKit;
@interface JFAppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end
|
KuaShen/ARGame | ARGame/Classes/JFViewController.h | //
// JFViewController.h
// ARGame
//
// Created by KuaShen on 03/19/2019.
// Copyright (c) 2019 KuaShen. All rights reserved.
//
@import UIKit;
@import ARKit;
@import SpriteKit;
@interface JFViewController : UIViewController
@end
|
Little-Captain/SingletonPattern | SingletonPattern/Singleton/Singleton-pure.h | //
// Singleton-pure.h
// singleton
//
// Created by Liu-Mac on 01/10/2016.
// Copyright © 2016 LC. All rights reserved.
//
#ifndef _SINGLETON_PURE_H_
#define _SINGLETON_PURE_H_
// interface
#define interfacePureSingleton(Name) +(instancetype)shared##Name;
// implementation
#if __has_feature(objc_arc) // ARC
#d... |
Little-Captain/SingletonPattern | SingletonPattern/Singleton/Singleton-flexible.h | //
// Singleton-flexible.h
// singleton
//
// Created by Liu-Mac on 01/10/2016.
// Copyright © 2016 LC. All rights reserved.
//
#ifndef _SINGLETON_FLEXIBLE_H_
#define _SINGLETON_FLEXIBLE_H_
// interface
#define interfaceFlexibleSingleton(Name) +(instancetype)shared##Name;
// implementation
#define implementation... |
Little-Captain/SingletonPattern | SingletonPattern/Classes/LCObj1.h | <reponame>Little-Captain/SingletonPattern
//
// LCObj1.h
// SingletonPattern
//
// Created by Liu-Mac on 5/10/17.
// Copyright © 2017 Liu-Mac. All rights reserved.
// LCObj1 被定义为纯单例, 也就是通过任何方法创建的对象都是单例
#import <Foundation/Foundation.h>
#import "Singleton-pure.h"
@interface LCObj1 : NSObject
interfacePureSinglet... |
Little-Captain/SingletonPattern | SingletonPattern/Classes/LCObj2.h | <filename>SingletonPattern/Classes/LCObj2.h<gh_stars>0
//
// LCObj2.h
// SingletonPattern
//
// Created by Liu-Mac on 5/10/17.
// Copyright © 2017 Liu-Mac. All rights reserved.
// LCObj2 被定义为灵活单例, 灵活体现在可以通过shared方法获取单例, 也可以通过其他方法创建非单例对象
#import <Foundation/Foundation.h>
#import "Singleton-flexible.h"
@interface ... |
daiybh/stackoverflow-cmake-find-link-example | mylib/mylib.c | <gh_stars>10-100
#include "mylib.h"
#include <stdio.h>
void mylib_function() {
printf("mylib_function\n");
} |
daiybh/stackoverflow-cmake-find-link-example | myexe/main.c | <reponame>daiybh/stackoverflow-cmake-find-link-example
#include <stdio.h>
#include "mylib.h"
int main() {
printf("myexe calling mylib_function:\n");
mylib_function();
}
|
daiybh/stackoverflow-cmake-find-link-example | mylib/include/mylib.h | #ifndef MYLIB_H_INCLUDED
#define MYLIB_H_INCLUDED
void mylib_function();
#endif
|
Raymondwo/gem5-resources | src/simple/aarch64/futex_ldxr_stxr.c | /* Copyright (c) 2020 ARM Limited
* All rights reserved
*
* The license below extends only to copyright in the software and shall
* not be construed as granting a license to any other intellectual
* property including but not limited to intellectual property relating
* to a hardware implementation of the function... |
Raymondwo/gem5-resources | src/simple/chdir_print.c | <filename>src/simple/chdir_print.c
/*
* Copyright (c) 2011-2015 Advanced Micro Devices, Inc.
* All rights reserved.
*
* For use for simulation and test purposes only
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met... |
Raymondwo/gem5-resources | src/insttest/insttest.c | #include <stdio.h>
#include <stdint.h>
void check(int pass) { printf(pass ? "Passed\n" : "Failed\n"); }
void
ldstubTest()
{
printf("LDSTUB:\t\t");
uint8_t volatile mem = 0x11;
uint8_t rd = 0;
uint8_t mem_o = mem, rd_o = rd;
// Load one byte of memory into rd, zero extended, and set that byte in
... |
Raymondwo/gem5-resources | src/hsa-agent-pkt/HSA_Interface.h | <filename>src/hsa-agent-pkt/HSA_Interface.h
/*
Copyright (c) 2020 University of Maryland
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
not... |
Raymondwo/gem5-resources | src/npb/disk-image/npb/npb-hooks/NPB3.3.1/NPB3.3-OMP/common/hooks.c | <gh_stars>1-10
#include <stdio.h>
#include "m5_mmap.h"
void init() __attribute__((constructor));
void init() {
//__attribute__ makes this function get called before main()
// need to mmap /dev/mem
map_m5_mem();
}
void roi_begin_(){
printf(" -------------------- ROI BEGIN -------------------- \n");
m5_work_be... |
JoeriHermans/Intelligent-Automation-System | src/ias/rule/factory/rule_database_factory.h | <gh_stars>1-10
/**
* A database factory which is responsible for extracting rules from a
* database.
*
* @date Jul 21, 2014
* @author <NAME>
* @version 0.1
*
* Copyright 2013 <NAME>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you m... |
JoeriHermans/Intelligent-Automation-System | src/ias/main.h | <filename>src/ias/main.h
/**
* A set of functions and method which assist the main function to set up
* the requested feature of the Intelligent Automation System.
*
* @date Jul 2, 2014
* @author <NAME>
* @version 0.1
*
* Copyright 2013 <NAME>
*
* Licensed u... |
JoeriHermans/Intelligent-Automation-System | src/ias/rule/rule.h | <filename>src/ias/rule/rule.h
/**
* A class which describes the actions and properties of a rule.
*
* @date Jul 31, 2014
* @author <NAME>
* @version 0.1
*
* Copyright 2013 <NAME>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may n... |
JoeriHermans/Intelligent-Automation-System | src/ias/event/dispatch_event_task.h | <filename>src/ias/event/dispatch_event_task.h
/**
* A task which is responsible for dispatching an event to a set of connected
* channels.
*
* Please note that this class we free (delete) the specified event.
*
* @date 17 January, 2015
* @author <NAME>
* @version ... |
JoeriHermans/Intelligent-Automation-System | src/ias/util/queue.h | /**
* This queue a container of std::queue. However, this queue is threadsafe.
*
* @date 14 January, 2015
* @author <NAME>
* @version 0.1
*
* Copyright 2015 <NAME>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this fil... |
JoeriHermans/Intelligent-Automation-System | src/ias/server/session/user_session.h | /**
* A class which describes the actions and properties of a user session.
*
* @date Jul 18, 2014
* @author <NAME>
* @version 0.1
*
* Copyright 2013 <NAME>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file ... |
JoeriHermans/Intelligent-Automation-System | src/ias/database/mysql/mysql_connection.h | /**
* A class which describes the properties of a MySQL database connection.
*
* @date Jul 21, 2013
* @author <NAME>
* @version 0.1
*
* Copyright 2013 <NAME>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file exce... |
JoeriHermans/Intelligent-Automation-System | src/ias/logger/console/console_logger.h | /**
* A class which describes the properties and actions of a console logger. This
* logger will write the outputs to the terminal.
*
* @date Sep 23, 2014
* @author <NAME>
* @version 0.1
*
* Copyright 2014 <NAME>
*
* Licensed under the Apache License, Versio... |
JoeriHermans/Intelligent-Automation-System | src/ias/server/session/event_session.h | <filename>src/ias/server/session/event_session.h
/**
* A class which describes the actions and properties of an event session. This
* session will notify the connected endpoint of server events (like device
* updates, e.d.). This way, we can prevent polling.
*
* @date 17 January, 2015
* @author... |
JoeriHermans/Intelligent-Automation-System | src/ias/controller/factory/controller_database_factory.h | <gh_stars>1-10
/**
* A class which is responsible for retrieving controllers from a database.
*
* @date Jul 5, 2014
* @author <NAME>
* @version 0.1
*
* Copyright 2013 <NAME>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not us... |
JoeriHermans/Intelligent-Automation-System | src/ias/server/session/device_session.h | <gh_stars>1-10
/**
* A class which describes the properties and actions of a device session.
*
* @date July 7, 2014
* @author <NAME>
* @version 0.1
*
* Copyright 2013 <NAME>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may n... |
JoeriHermans/Intelligent-Automation-System | src/ias/application/server_application.h | /**
* A class which describes the actions and properties of the IAS
* server applications.
*
* @date Jul 2, 2014
* @author <NAME>
* @version 0.1
*
* Copyright 2013 <NAME>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use ... |
JoeriHermans/Intelligent-Automation-System | src/ias/database/interface/database_result_row.h | <gh_stars>1-10
/**
* A class which describes the properties and actions of a database
* result row. This is a row which has been fetched from a
* database result.
*
* @date Jul 21, 2013
* @author <NAME>
* @version 0.1
*
* Copyright 2013 <NAME>
*
* Licensed ... |
JoeriHermans/Intelligent-Automation-System | src/ias/user/command/command_device_detail.h | /**
* A command which describes the full properties of a specified device in
* detail.
*
* @date 11 January, 2015
* @author <NAME>
* @version 0.1
*
* Copyright 2015 <NAME>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use... |
JoeriHermans/Intelligent-Automation-System | src/ias/user/command/command_delete_rule.h | <filename>src/ias/user/command/command_delete_rule.h
/**
* A command which is responsible for unregistering rules from IAS>
*
* @date Aug 2, 2014
* @author <NAME>
* @version 0.1
*
* Copyright 2013 <NAME>
*
* Licensed under the Apache License, Version... |
JoeriHermans/Intelligent-Automation-System | src/ias/user/command/command_dispatcher.h | <reponame>JoeriHermans/Intelligent-Automation-System
/**
* A class which is responsible for dispatching user command to actions.
*
* @date Jul 18, 2014
* @author <NAME>
* @version 0.1
*
* Copyright 2013 <NAME>
*
* Licensed under the Apache License, Versi... |
JoeriHermans/Intelligent-Automation-System | src/ias/rule/rule_action.h | <gh_stars>1-10
/**
* A class which describes the properties and actions of a rule action.
*
* @date Jul 31, 2014
* @author <NAME>
* @version 0.1
*
* Copyright 2013 <NAME>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use t... |
JoeriHermans/Intelligent-Automation-System | src/ias/database/mysql/mysql_result_row.h | /**
* A class which describes the properties and actions of a MySQL
* result row.
*
* @date Jul 22, 2013
* @author <NAME>
* @version 0.1
*
* Copyright 2013 <NAME>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this fil... |
JoeriHermans/Intelligent-Automation-System | src/ias/technology/feature.h | <reponame>JoeriHermans/Intelligent-Automation-System<filename>src/ias/technology/feature.h
/**
* A class which describes the properties of a feature.
*
* @date Jul 3, 2014
* @author <NAME>
* @version 0.1
*
* Copyright 2013 <NAME>
*
* Licensed under the A... |
JoeriHermans/Intelligent-Automation-System | src/ias/util/container.h | /**
* A container which is responsible for storing Identifiable types.
*
* @date Jul 4, 2014
* @author <NAME>
* @version 0.1
*
* Copyright 2013 <NAME>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except... |
JoeriHermans/Intelligent-Automation-System | src/ias/server/session_server.h | /**
* An abstract server which is based on session-based connections.
*
* @date 17 January, 2015
* @author <NAME>
* @version 0.1
*
* Copyright 2015 <NAME>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except ... |
JoeriHermans/Intelligent-Automation-System | src/ias/logger/file/file_log_task.h | <reponame>JoeriHermans/Intelligent-Automation-System<filename>src/ias/logger/file/file_log_task.h<gh_stars>1-10
/**
* A class which represents the properties and actions of a file log task.
* This task will be responsible for writing the message to the file.
*
* @date Sep 22, 2014
* @author ... |
JoeriHermans/Intelligent-Automation-System | src/ias/logger/enum_log_level.h | <reponame>JoeriHermans/Intelligent-Automation-System
/**
* An enumeration which holds the different log levels.
*
* @date Sep 22, 2014
* @author <NAME>
* @version 0.1
*
* Copyright 2014 <NAME>
*
* Licensed under the Apache License, Version 2.0 (the "License")... |
JoeriHermans/Intelligent-Automation-System | src/ias/rule/rule_condition_static.h | /**
* A class which describes the properties and actions of a static
* condition rule.
*
* @date Aug 1, 2014
* @author <NAME>
* @version 0.1
*
* Copyright 2013 <NAME>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this... |
JoeriHermans/Intelligent-Automation-System | src/ias/server/session/controller_session.h | <gh_stars>1-10
/**
* A class which describes the properties and actions of a controller session.
*
* @date July 6, 2014
* @author <NAME>
* @version 0.1
*
* Copyright 2013 <NAME>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you m... |
JoeriHermans/Intelligent-Automation-System | src/ias/database/mysql/mysql_result.h | /**
* A class which describes the actions and properties of a MySQL result.
*
* @date Jul 22, 2013
* @author <NAME>
* @version 0.1
*
* Copyright 2013 <NAME>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file excep... |
JoeriHermans/Intelligent-Automation-System | src/ias/logger/file/file_logger.h | /**
* A class which describes the properties and actions of a file logger. This
* logger will be responsible for writing all log messages to a specified file.
*
* @date Sep 22, 2014
* @author <NAME>
* @version 0.1
*
* Copyright 2014 <NAME>
*
* Licensed under... |
JoeriHermans/Intelligent-Automation-System | src/ias/controller/controller.h | <filename>src/ias/controller/controller.h
/**
* A class which describes the abstract properties and actions of
* a controller.
*
* @date Jul 3, 2014
* @author <NAME>
* @version 0.1
*
* Copyright 2013 <NAME>
*
* Licensed under the Apache License, Version 2.0 ... |
JoeriHermans/Intelligent-Automation-System | src/ias/database/postgresql/postgresql_connection.h | <filename>src/ias/database/postgresql/postgresql_connection.h
/**
* A class which describes the properties and actions of a Postgresql
* connection.
*
* @date August 20, 2014
* @author <NAME>
* @version 0.1
*
* Copyright 2014 <NAME>
*
* Licensed under the Ap... |
JoeriHermans/Intelligent-Automation-System | src/ias/event/device_update_event.h | /**
* A class which describes the properties and actions of an device
* update event.
*
* @date 14 January, 2015
* @author <NAME>
* @version 0.1
*
* Copyright 2015 <NAME>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use ... |
JoeriHermans/Intelligent-Automation-System | src/ias/threadpool/threadpool.h | <reponame>JoeriHermans/Intelligent-Automation-System
/**
* A class which describes the actions and properties of a threadpool.
*
* @date Jul 2, 2014
* @author <NAME>
* @version 0.1
*
* Copyright 2013 <NAME>
*
* Licensed under the Apache License, Version ... |
JoeriHermans/Intelligent-Automation-System | src/ias/server/device_server.h | <filename>src/ias/server/device_server.h
/**
* A server which is responsible for interacting with devices.
*
* @date July 7, 2014
* @author <NAME>
* @version 0.1
*
* Copyright 2013 <NAME>
*
* Licensed under the Apache License, Version 2.0 (the "License")... |
JoeriHermans/Intelligent-Automation-System | src/ias/network/posix/ssl/posix_ssl_socket.h | /**
* A class which describes the properties and actions of an SSL socket.
*
* @date August 21, 2014
* @author <NAME>
* @version 0.1
*
* Copyright 2014 <NAME>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file exc... |
JoeriHermans/Intelligent-Automation-System | src/ias/server/controller_server.h | /**
* A class which will handle incoming connections from controllers and dispatch
* them accordingly.
*
* @date July 6, 2014
* @author <NAME>
* @version 0.1
*
* Copyright 2013 <NAME>
*
* Licensed under the Apache License, Version 2.0 (the "License");
... |
JoeriHermans/Intelligent-Automation-System | src/ias/dispatcher/dispatcher.h | <filename>src/ias/dispatcher/dispatcher.h
/**
* A template which is responsible for dispatching instances of T to the
* appropriate channels.
*
* @date July 7, 2014
* @author <NAME>
* @version 0.1
*
* Copyright 2013 <NAME>
*
* Licensed under the Apache ... |
JoeriHermans/Intelligent-Automation-System | src/ias/network/posix/posix_tcp_socket.h | /**
* A class which represents the properties and actions of a POSIX TCP socket.
*
* @date July 6, 2014
* @author <NAME>
* @version 0.1
*
* Copyright 2013 <NAME>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file ... |
JoeriHermans/Intelligent-Automation-System | src/ias/logger/logger.h | <filename>src/ias/logger/logger.h
/**
* A class which describes the properties and actions of a logger.
*
* @date Sep 22, 2014
* @author <NAME>
* @version 0.1
*
* Copyright 2014 <NAME>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you... |
JoeriHermans/Intelligent-Automation-System | src/ias/rule/rule_condition_dynamic.h | <filename>src/ias/rule/rule_condition_dynamic.h
/**
* A class which describes the properties and actions of a dynamic rule
* condition, i.e., the rule condition can depend on the current state of other
* devices.
*
* @date Aug 1, 2014
* @author <NAME>
* @version ... |
JoeriHermans/Intelligent-Automation-System | src/ias/channel/event_channel.h | /**
* A class which describes the properties and actions of an event channel. This
* channel will write the incoming events to the specified socket.
*
* @date 17 January, 2015
* @author <NAME>
* @version 0.1
*
* Copyright 2015 <NAME>
*
* Licensed under the A... |
JoeriHermans/Intelligent-Automation-System | src/ias/event/event_dispatcher.h | /**
* A wrapper class for the event dispatching system.
*
* @date 17 January, 2015
* @author <NAME>
* @version 0.1
*
* Copyright 2015 <NAME>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance ... |
JoeriHermans/Intelligent-Automation-System | src/ias/user/command/command_passwd.h | <filename>src/ias/user/command/command_passwd.h
/**
* A command which is responsible for changing the password of user.
*
* @date 26 January, 2015
* @author <NAME>
* @version 0.1
*
* Copyright 2015 <NAME>
*
* Licensed under the Apache License, Version 2.0 (th... |
JoeriHermans/Intelligent-Automation-System | src/ias/network/proxy/socks.h | <filename>src/ias/network/proxy/socks.h
/**
* A set of functions which will prepare a socket to connect with a remote
* SOCKS proxy.
*
* Please note that this class only allows outgoing connections to the proxy
* server.
*
* Implementation according to RFC 1928 (https://www.ietf.org/rfc/rfc1928.txt)
* and RFC 1... |
JoeriHermans/Intelligent-Automation-System | src/ias/application/constants.h | <reponame>JoeriHermans/Intelligent-Automation-System
/**
* Contains a list of all constants being used in IAS.
*
* @date Jul 2, 2014
* @author <NAME>
* @version 0.1
*
* Copyright 2013 <NAME>
*
* Licensed under the Apache License, Version 2.0 (the "License");
... |
JoeriHermans/Intelligent-Automation-System | src/ias/network/posix/posix_tcp_server_socket.h | /**
* A class which describes the actions and properties of a TPC server socket.
*
* @date July 6, 2014
* @author <NAME>
* @version 0.1
*
* Copyright 2013 <NAME>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this ... |
JoeriHermans/Intelligent-Automation-System | src/ias/database/mysql/mysql_statement.h | /**
* A class which describes the actions and properties of a MySQL statement.
*
* @date Jul 22, 2013
* @author <NAME>
* @version 0.1
*
* Copyright 2013 <NAME>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file ex... |
JoeriHermans/Intelligent-Automation-System | src/ias/application/hash_generation/hash_generation_application.h | <filename>src/ias/application/hash_generation/hash_generation_application.h<gh_stars>1-10
/**
* An application which is responsible for generating hashes according to
* the specifications in the configuration file.
*
* @date 9 September, 2015
* @author <NAME>
* @version ... |
JoeriHermans/Intelligent-Automation-System | src/ias/application/controller_application.h | /**
* A class which describes the abstract properties and actions of a
* controller.
*
* @date Jun 2, 2014
* @author <NAME>
* @version 0.1
*
* Copyright 2013 <NAME>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this f... |
JoeriHermans/Intelligent-Automation-System | src/ias/building/building.h | <reponame>JoeriHermans/Intelligent-Automation-System
/**
* A class which describes the properties and actions of a building. A building
* contains interconnected areas, which describe the layout of a building.
*
* @date 28 February, 2015
* @author <NAME>
* @version ... |
JoeriHermans/Intelligent-Automation-System | src/ias/technology/technology.h | <gh_stars>1-10
/**
* A class which represents the properties and actions of a technology.
*
* @date Jul 3, 2014
* @author <NAME>
* @version 0.1
*
* Copyright 2013 <NAME>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not u... |
JoeriHermans/Intelligent-Automation-System | src/ias/channel/channel_splitter.h | <reponame>JoeriHermans/Intelligent-Automation-System
/**
* A class which describes the properties and actions of a channel splitter.
* This channel will take an element at it source and divides the element over
* all its exits.
*
* Please note that this class is NOT responsible for the descruction of the
* specif... |
JoeriHermans/Intelligent-Automation-System | src/ias/application/event_stream_application.h | /**
* An application which outputs the raw event stream data from the IAS server to
* std::cout.
*
* @date 18 January, 2015
* @author <NAME>
* @version 0.1
*
* Copyright 2015 <NAME>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you m... |
JoeriHermans/Intelligent-Automation-System | src/ias/network/util.h | <gh_stars>1-10
/**
* A set of network utility functions.
*
* @date December 13, 2014
* @author <NAME>
* @version 0.1
*
* Copyright 2014 <NAME>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in complianc... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.