C++ SDK for MANUS Core 2.0
Loading...
Searching...
No Matches
SDKClient.cpp File Reference
#include "SDKClient.hpp"
#include "ManusSDKTypes.h"
#include <fstream>
#include <iostream>
#include "ClientPlatformSpecific.hpp"

Go to the source code of this file.

Macros

#define GO_TO_DISPLAY(p_Key, p_Function)
 
#define GO_TO_MENU_IF_REQUESTED()
 

Functions

std::string ConvertDeviceClassTypeToString (DeviceClassType p_Type)
 
std::string ConvertDeviceFamilyTypeToString (DeviceFamilyType p_Type)
 
std::string GetFPSEnumName (TimecodeFPS p_FPS)
 

Macro Definition Documentation

◆ GO_TO_DISPLAY

#define GO_TO_DISPLAY (   p_Key,
  p_Function 
)
Value:
if (GetKeyDown(p_Key)) { ClearConsole();\
m_CurrentInteraction = std::bind(&SDKClient::p_Function, this); return ClientReturnCode::ClientReturnCode_Success;}

Definition at line 8 of file SDKClient.cpp.

◆ GO_TO_MENU_IF_REQUESTED

#define GO_TO_MENU_IF_REQUESTED ( )
Value:
if (GetKeyDown('Q')) { ClearConsole();\
m_CurrentInteraction = nullptr; return ClientReturnCode::ClientReturnCode_Success;}

Definition at line 11 of file SDKClient.cpp.

Function Documentation

◆ ConvertDeviceClassTypeToString()

std::string ConvertDeviceClassTypeToString ( DeviceClassType  p_Type)

Definition at line 1070 of file SDKClient.cpp.

◆ ConvertDeviceFamilyTypeToString()

std::string ConvertDeviceFamilyTypeToString ( DeviceFamilyType  p_Type)

Definition at line 1085 of file SDKClient.cpp.

◆ GetFPSEnumName()

std::string GetFPSEnumName ( TimecodeFPS  p_FPS)

Definition at line 1249 of file SDKClient.cpp.