Registry / utility / scs2-shared-memory

scs2-shared-memory

JSON →
library0.8.5javamavenunverified

SCS2 Shared Memory provides shared memory utilities for the Simulation Construction Set 2.

<dependency> <groupId>us.ihmc</groupId> <artifactId>scs2-shared-memory</artifactId> <version>0.8.5</version> </dependency>
INSTALL
IMPORT
SIG · SCS2-SHARED-MEMORY
S
scs2-shared-memory
utilityjavav0.8.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

SharedMemory
us.ihmc.scs2.sharedMemory.SharedMemory

Allocate shared memory of 1024 bytes.

import us.ihmc.scs2.sharedMemory.SharedMemory; public class Example { public static void main(String[] args) { SharedMemory mem = new SharedMemory(); mem.allocate(1024); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.8.5latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources