SIMLIB/C++ 3.09
Loading...
Searching...
No Matches
Namespaces | Macros
facility.cc File Reference

Implementation of Facility. More...

#include "simlib.h"
#include "internal.h"
Include dependency graph for facility.cc:

Go to the source code of this file.

Namespaces

namespace  simlib3
 Implementation of class CalendarList
interface is static - using global functions in SQS namespace.
 

Macros

#define _OWNQ1   0x01
 
#define CHECKQUEUE(qptr)   if (!qptr) SIMLIB_error(QueueRefError)
 
#define CHECKENTITY(fptr)   if (!fptr) SIMLIB_error(EntityRefError)
 

Detailed Description

Implementation of Facility.

Definition in file facility.cc.

Macro Definition Documentation

◆ _OWNQ1

#define _OWNQ1   0x01

Definition at line 30 of file facility.cc.

◆ CHECKENTITY

#define CHECKENTITY (   fptr)    if (!fptr) SIMLIB_error(EntityRefError)

Definition at line 33 of file facility.cc.

◆ CHECKQUEUE

#define CHECKQUEUE (   qptr)    if (!qptr) SIMLIB_error(QueueRefError)

Definition at line 32 of file facility.cc.