File CoreConnection.cpp
FileList > api > cppSDK > SDKBase > CoreConnection.cpp
Go to the source code of this file
#include "CoreConnection.hpp"#include <array>#include <functional>#include "ManusSDKTypeInitializers.h"#include "ManusSDKExtendedTypeInitializers.h"#include "Logging.hpp"
Namespaces
| Type | Name |
|---|---|
| namespace | ManusSDK |
Classes
| Type | Name |
|---|---|
| struct | formatter< SessionType > <> |
Macros
| Type | Name |
|---|---|
| define | RPC_OK_OR_RETURN |
Macro Definition Documentation
define RPC_OK_OR_RETURN
#define RPC_OK_OR_RETURN if (!m_CoreNetwork || !m_CoreNetwork->IsRunning() || m_CoreCallbacks->isShuttingdown ) \
{ \
Log::Warn(__FUNCTION__, "Caretaker not connected to manus core yet, or shutting down."); \
return SDKReturnCode::SDKReturnCode_NotConnected; \
}
The documentation for this class was generated from the following file api/cppSDK/SDKBase/CoreConnection.cpp