FreeRDP
telemetry_main.c File Reference
#include <freerdp/config.h>
#include <freerdp/freerdp.h>
#include <freerdp/channels/log.h>
#include <freerdp/server/telemetry.h>

Macros

#define TAG   CHANNELS_TAG("telemetry.server")
 

Enumerations

enum  eTelemetryChannelState { TELEMETRY_INITIAL , TELEMETRY_OPENED }
 

Functions

static UINT telemetry_server_initialize (TelemetryServerContext *context, BOOL externalThread)
 
static UINT telemetry_server_open_channel (telemetry_server *telemetry)
 
static UINT telemetry_server_recv_rdp_telemetry_pdu (TelemetryServerContext *context, wStream *s)
 
static UINT telemetry_process_message (telemetry_server *telemetry)
 
static UINT telemetry_server_context_poll_int (TelemetryServerContext *context)
 
static HANDLE telemetry_server_get_channel_handle (telemetry_server *telemetry)
 
static DWORD WINAPI telemetry_server_thread_func (LPVOID arg)
 
static UINT telemetry_server_open (TelemetryServerContext *context)
 
static UINT telemetry_server_close (TelemetryServerContext *context)
 
static UINT telemetry_server_context_poll (TelemetryServerContext *context)
 
static BOOL telemetry_server_context_handle (TelemetryServerContext *context, HANDLE *handle)
 
TelemetryServerContext * telemetry_server_context_new (HANDLE vcm)
 
void telemetry_server_context_free (TelemetryServerContext *context)
 

Macro Definition Documentation

◆ TAG

#define TAG   CHANNELS_TAG("telemetry.server")

FreeRDP: A Remote Desktop Protocol Implementation Telemetry Virtual Channel Extension

Copyright 2022 Pascal Nowack Pasca.nosp@m.l.No.nosp@m.wack@.nosp@m.gmx..nosp@m.de

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

  http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Enumeration Type Documentation

◆ eTelemetryChannelState

Enumerator
TELEMETRY_INITIAL 
TELEMETRY_OPENED 

Function Documentation

◆ telemetry_process_message()

static UINT telemetry_process_message ( telemetry_server *  telemetry)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ telemetry_server_close()

static UINT telemetry_server_close ( TelemetryServerContext *  context)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ telemetry_server_context_free()

void telemetry_server_context_free ( TelemetryServerContext *  context)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ telemetry_server_context_handle()

static BOOL telemetry_server_context_handle ( TelemetryServerContext *  context,
HANDLE *  handle 
)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ telemetry_server_context_new()

TelemetryServerContext* telemetry_server_context_new ( HANDLE  vcm)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ telemetry_server_context_poll()

static UINT telemetry_server_context_poll ( TelemetryServerContext *  context)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ telemetry_server_context_poll_int()

static UINT telemetry_server_context_poll_int ( TelemetryServerContext *  context)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ telemetry_server_get_channel_handle()

static HANDLE telemetry_server_get_channel_handle ( telemetry_server *  telemetry)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ telemetry_server_initialize()

static UINT telemetry_server_initialize ( TelemetryServerContext *  context,
BOOL  externalThread 
)
static
Here is the caller graph for this function:

◆ telemetry_server_open()

static UINT telemetry_server_open ( TelemetryServerContext *  context)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ telemetry_server_open_channel()

static UINT telemetry_server_open_channel ( telemetry_server *  telemetry)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ telemetry_server_recv_rdp_telemetry_pdu()

static UINT telemetry_server_recv_rdp_telemetry_pdu ( TelemetryServerContext *  context,
wStream s 
)
static
Here is the caller graph for this function:

◆ telemetry_server_thread_func()

static DWORD WINAPI telemetry_server_thread_func ( LPVOID  arg)
static
Here is the call graph for this function:
Here is the caller graph for this function: