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

Function GetData

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

Pointer to the start of the mapped region (header lives at offset 0). */

Source from the content-addressed store, hash-verified

100
101 /** Pointer to the start of the mapped region (header lives at offset 0). */
102 void* GetData() const { return MappedAddr; }
103
104 /** Pointer to buffer slot index `Idx` (0 .. NBuffers-1). */
105 uint8* GetSlot(uint32 Idx) const;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected