#include <SerialManager.h>
◆ ClearMessageMatchers()
| void SerialManager::ClearMessageMatchers |
( |
SerialHandle |
handle | ) |
|
◆ Connect()
◆ Create()
| void SerialManager::Create |
( |
| ) |
|
|
static |
◆ Destroy()
| void SerialManager::Destroy |
( |
| ) |
|
|
static |
◆ Disconnect()
◆ EnumeratePorts()
◆ Get()
◆ GetCurrentEventData()
| const std::string & SerialManager::GetCurrentEventData |
( |
| ) |
const |
|
inline |
◆ GetCurrentEventHandle()
◆ GetCurrentEventPortName()
| const std::string & SerialManager::GetCurrentEventPortName |
( |
| ) |
const |
|
inline |
◆ Initialize()
| void SerialManager::Initialize |
( |
| ) |
|
◆ IsConnected()
| bool SerialManager::IsConnected |
( |
SerialHandle |
handle | ) |
const |
◆ IsReceiving()
| bool SerialManager::IsReceiving |
( |
SerialHandle |
handle | ) |
const |
◆ PreTickUpdate()
| void SerialManager::PreTickUpdate |
( |
float |
deltaTime | ) |
|
◆ RegisterMessageMatcher()
◆ SendMessage() [1/2]
| int32_t SerialManager::SendMessage |
( |
SerialHandle |
handle, |
|
|
const std::string & |
data |
|
) |
| |
◆ SendMessage() [2/2]
| int32_t SerialManager::SendMessage |
( |
SerialHandle |
handle, |
|
|
const uint8_t * |
data, |
|
|
uint32_t |
size |
|
) |
| |
◆ SetScriptConnectCallback()
| void SerialManager::SetScriptConnectCallback |
( |
const ScriptFunc & |
func | ) |
|
|
inline |
◆ SetScriptDisconnectCallback()
| void SerialManager::SetScriptDisconnectCallback |
( |
const ScriptFunc & |
func | ) |
|
|
inline |
◆ SetScriptMessageCallback()
| void SerialManager::SetScriptMessageCallback |
( |
const ScriptFunc & |
func | ) |
|
|
inline |
◆ Shutdown()
| void SerialManager::Shutdown |
( |
| ) |
|
◆ StartReceive()
◆ StopReceive()
◆ UnregisterMessageMatcher()
| void SerialManager::UnregisterMessageMatcher |
( |
SerialHandle |
handle, |
|
|
uint32_t |
matcherId |
|
) |
| |
The documentation for this class was generated from the following files: