The OpenDOF Stack (DOS) is the core collection of data types, strucutres, interfaces, and functions that are part of the C Object Stack.
More...
|
file | cos.h |
| Header file for the COS functions, defines and data types.
|
|
|
void | DOS_CancelAll (DOSObjectID sourceID) |
| Send a Cancel All notification to the network, indicating that any operations with the the given Source ID should be cancelled.
|
|
DOSStatus | DOS_Init (uint8 *sendBuffer, DOSBufferSize bufferSize) |
| Initialize the COS.
|
|
void | DOS_NodeDown (void) |
| Send a Node Down notification to the network, indicating that any operations with the node's Source ID or originating from the node's transport address should be cancelled.
|
|
DOSStatus | DOS_Process (void) |
| Processes data received by the application transport.
|
|
void | DOS_Shutdown (void) |
| Shutdown the COS.
|
|
uint8 | DOS_TimeElapsed (uint16 msElapsed) |
| Perform periodic COS timing and maintenance.
|
|
The OpenDOF Stack (DOS) is the core collection of data types, strucutres, interfaces, and functions that are part of the C Object Stack.
Refer to the individual DOS modules for more information.