svvitch
digital signage player
D:/vs_workspace/switch_sf/src/svvitch/switch.cpp File Reference
#include <winsock2.h>
#include <windows.h>
#include <psapi.h>
#include <Dbt.h>
#include <Poco/format.h>
#include <Poco/Logger.h>
#include <Poco/UnicodeConverter.h>
#include <Poco/Net/HTTPServer.h>
#include <Poco/Net/HTTPServerParams.h>
#include <Poco/Net/ServerSocket.h>
#include <Poco/Net/HTTPStreamFactory.h>
#include <Poco/Net/HTTPSStreamFactory.h>
#include <Poco/Net/KeyConsoleHandler.h>
#include <Poco/Net/ConsoleCertificateHandler.h>
#include <Poco/Net/SSLManager.h>
#include <Poco/SharedPtr.h>
#include "switch.h"
#include "Renderer.h"
#include "CaptureScene.h"
#include "MainScene.h"
#include "DiffDetectScene.h"
#include "Utils.h"
#include "WebAPI.h"
#include <crtdbg.h>
Include dependency graph for switch.cpp:

Go to the source code of this file.

Defines

#define _CRTDBG_MAP_ALLOC

Functions

int WINAPI WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
 アプリケーションのエントリポイントです
void mainloop (HWND hWnd)
 メインループ
LRESULT CALLBACK WindowProc (HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam)
 Windowメッセージの処理
Configurationconfig ()
 設定オブジェクトを取得します
void swapout ()
 スワップアウトを行います

Define Documentation

Definition at line 39 of file switch.cpp.


Function Documentation

設定オブジェクトを取得します

Definition at line 451 of file switch.cpp.

Here is the caller graph for this function:

void mainloop ( HWND  hWnd)

メインループ

Definition at line 273 of file switch.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void swapout ( )

スワップアウトを行います

Definition at line 455 of file switch.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

LRESULT CALLBACK WindowProc ( HWND  hWnd,
UINT  msg,
WPARAM  wParam,
LPARAM  lParam 
)

Windowメッセージの処理

Definition at line 325 of file switch.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

int WINAPI WinMain ( HINSTANCE  hInstance,
HINSTANCE  hPrevInstance,
LPSTR  lpCmdLine,
int  nCmdShow 
)

アプリケーションのエントリポイントです

Parameters:
hInstance現在のインスタンスのハンドル
hPrevInstance以前のインスタンスのハンドル
lpCmdLineコマンドラインパラメータ
nCmdShowウィンドウの表示状態

Definition at line 55 of file switch.cpp.

Here is the call graph for this function:

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines