You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
457 B
C
24 lines
457 B
C
// utility.h : main header file for the utility DLL
|
|
//
|
|
|
|
#pragma once
|
|
|
|
// #ifndef __AFXWIN_H__
|
|
// #error "include 'pch.h' before including this file for PCH"
|
|
// #endif
|
|
|
|
#include "resource.h" // main symbols
|
|
|
|
// for iodll motor.h
|
|
// #include <memory>
|
|
|
|
#include "IniFile.h"
|
|
#include "MyWait.h"
|
|
#include "HighResPerformanceCounter.h"
|
|
#include "DebugLog.h"
|
|
#include "Evt.h"
|
|
#include "Trigger.h"
|
|
#include "ThreePoint.h"
|
|
|
|
#define CAST_BOOL(a) ((a) ? TRUE : FALSE)
|