OctopOS  0.6.0
Data communication bus for SPACE HAUC
Public Attributes | List of all members
semun Union Reference

#include <utility.h>

Public Attributes

int val
 
struct semid_ds * buf
 
unsigned short * array
 

Detailed Description

needed in creation of semaphores

Member Data Documentation

◆ array

unsigned short* semun::array

access the whole thing as an array

◆ buf

struct semid_ds* semun::buf

a buffer to hold the semid

◆ val

int semun::val

value to set


The documentation for this union was generated from the following file: