![]() |
das2C
das core C utilities (v3)
|
Defines the "Out of Band" objects in a stream. More...


Go to the source code of this file.
Data Structures | |
| struct | OutOfBand |
| A container for Out-of-Band data. More... | |
| struct | OobExcept |
| describes an exception that can live in a stream. More... | |
| struct | OobComment |
| describes human-consumable messages that exist on the stream. More... | |
Functions | |
| DAS_API void | OutOfBand_clean (OutOfBand *pThis) |
| Clean up extra memory allocated when an out of band object is initialized. | |
| DAS_API void | OobExcept_set (OobExcept *pThis, das_except_t nType, const char *sMsg) |
| Set an exception structure to a particular exception. | |
Defines the "Out of Band" objects in a stream.
These are comments and exceptions
| DAS_API void OutOfBand_clean | ( | OutOfBand * | pThis | ) |
Clean up extra memory allocated when an out of band object is initialized.
| pThis | the out of band item to clean up. |
| DAS_API void OobExcept_set | ( | OobExcept * | pThis, |
| das_except_t | nType, | ||
| const char * | sMsg | ||
| ) |
Set an exception structure to a particular exception.
| pThis | A pointer to the exception to initialize |
| nType | The type of exception, one of:
|
| sMsg | The message for the exception, this is a human readable string. |