exclude previously non-reachable transports

This commit is contained in:
orignal 2023-04-18 14:35:13 -04:00
parent 527ee3b3c5
commit b77ae08388
4 changed files with 28 additions and 5 deletions

View file

@ -259,6 +259,7 @@ namespace data
void SetUnreachable (bool unreachable) { m_IsUnreachable = unreachable; };
bool IsUnreachable () const { return m_IsUnreachable; };
void ExcludeReachableTransports (CompatibleTransports transports) { m_ReachableTransports &= ~transports; };
const uint8_t * GetBuffer () const { return m_Buffer ? m_Buffer->data () : nullptr; };
const uint8_t * LoadBuffer (const std::string& fullPath); // load if necessary