Go to the source code of this file.
- Date
- Apr 25, 2014
- Author
- Craig Hesling
◆ WORKSPACE_FULL
Indicates that the workspace_set operation failed because the the workspace is full.
◆ WORKSPACE_NAME
Indicates that the workspace_set operation failed because the the name argument is invalid.
◆ WORKSPACE_NAME_SIZE
#define WORKSPACE_NAME_SIZE 10 |
◆ WORKSPACE_NOTSET
#define WORKSPACE_NOTSET ((void *)(long)(-1)) |
Indicates that a specified name has not been defined. For use in workspace_get.
◆ WORKSPACE_OK
◆ WORKSPACE_SIZE
#define WORKSPACE_SIZE 10 |
◆ workspace_get()
void* workspace_get |
( |
char * |
name | ) |
|
◆ workspace_init()
void workspace_init |
( |
void |
| ) |
|
Resets all workspace entries to unset.
- Note
- Must be run before workspace use.
◆ workspace_set()
int workspace_set |
( |
char * |
name, |
|
|
void * |
data |
|
) |
| |
◆ workspace_unset()
void workspace_unset |
( |
char * |
name | ) |
|