Skip to content

File SDKClient.cpp

FileList > api > cppSDK > SDKClient > SDKClient.cpp

Go to the source code of this file

  • #include "SDKClient.hpp"
  • #include "ManusSDKTypes.h"
  • #include <fstream>
  • #include <iostream>
  • #include "ClientPlatformSpecific.hpp"

Public Functions

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

Macros

Type Name
define GO_TO_DISPLAY (p_Key, p_Function)
define GO_TO_MENU_IF_REQUESTED ()

Public Functions Documentation

function ConvertDeviceClassTypeToString

std::string ConvertDeviceClassTypeToString (
    DeviceClassType p_Type
) 

function ConvertDeviceFamilyTypeToString

std::string ConvertDeviceFamilyTypeToString (
    DeviceFamilyType p_Type
) 

function GetFPSEnumName

std::string GetFPSEnumName (
    TimecodeFPS p_FPS
) 

Macro Definition Documentation

define GO_TO_DISPLAY

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

define GO_TO_MENU_IF_REQUESTED

#define GO_TO_MENU_IF_REQUESTED (

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

The documentation for this class was generated from the following file api/cppSDK/SDKClient/SDKClient.cpp