MIDAS
Loading...
Searching...
No Matches
DATABASE Struct Reference

#include <msystem.h>

Collaboration diagram for DATABASE:

Public Attributes

char name [NAME_LENGTH]
 
BOOL attached
 
INT client_index
 
DATABASE_HEADERdatabase_header
 
voiddatabase_data
 
HNDLE semaphore
 
INT lock_cnt
 
voidshm_adr
 
HNDLE shm_size
 
HNDLE shm_handle
 
BOOL protect
 
BOOL protect_read
 
BOOL protect_write
 
MUTEX_Tmutex
 
INT timeout
 
BOOL inside_lock_unlock
 

Detailed Description

Definition at line 442 of file msystem.h.

Member Data Documentation

◆ attached

BOOL DATABASE::attached

Definition at line 444 of file msystem.h.

◆ client_index

INT DATABASE::client_index

Definition at line 445 of file msystem.h.

◆ database_data

void* DATABASE::database_data

Definition at line 447 of file msystem.h.

◆ database_header

DATABASE_HEADER* DATABASE::database_header

Definition at line 446 of file msystem.h.

◆ inside_lock_unlock

BOOL DATABASE::inside_lock_unlock

Definition at line 458 of file msystem.h.

◆ lock_cnt

INT DATABASE::lock_cnt

Definition at line 449 of file msystem.h.

◆ mutex

MUTEX_T* DATABASE::mutex

Definition at line 456 of file msystem.h.

◆ name

char DATABASE::name[NAME_LENGTH]

Definition at line 443 of file msystem.h.

◆ protect

BOOL DATABASE::protect

Definition at line 453 of file msystem.h.

◆ protect_read

BOOL DATABASE::protect_read

Definition at line 454 of file msystem.h.

◆ protect_write

BOOL DATABASE::protect_write

Definition at line 455 of file msystem.h.

◆ semaphore

HNDLE DATABASE::semaphore

Definition at line 448 of file msystem.h.

◆ shm_adr

void* DATABASE::shm_adr

Definition at line 450 of file msystem.h.

◆ shm_handle

HNDLE DATABASE::shm_handle

Definition at line 452 of file msystem.h.

◆ shm_size

HNDLE DATABASE::shm_size

Definition at line 451 of file msystem.h.

◆ timeout

INT DATABASE::timeout

Definition at line 457 of file msystem.h.


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