Scope
scope.cpp File Reference
#include "stdafx.h"
#include "resource.h"
#include "gui/MainDlgFrame.h"
#include "controllers/ScopeController.h"
#include "controllers/ScopeLogger.h"
#include "version.h"

Go to the source code of this file.

Functions

uint8_t mylutfunc (const double &e)
 
int Run (HINSTANCE hInstance)
 
int WINAPI wWinMain (HINSTANCE hInstance, HINSTANCE, LPTSTR lpstrCmdLine, int nCmdShow)
 

Variables

CAppModule _Module
 

Detailed Description

This is the main file for the Scope.exe.

Definition in file scope.cpp.

Function Documentation

int Run ( HINSTANCE  hInstance)

Run the main message loop.

Definition at line 17 of file scope.cpp.

Variable Documentation

CAppModule _Module

The ATL application module.

Definition at line 10 of file scope.cpp.