MCPcopy Create free account
hub / github.com/URLab-Sim/UnrealRoboticsLab / IsOpen

Function IsOpen

Source/URLab/Public/Transport/ShmRegion.h:99–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97 void Close(bool bDeleteFile = false);
98
99 bool IsOpen() const { return MappedAddr != nullptr; }
100
101 /** Pointer to the start of the mapped region (header lives at offset 0). */
102 void* GetData() const { return MappedAddr; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected