Files | |
file | cos.h |
Header file for the COS functions, defines and data types. | |
Functions | |
DOSStatus | DOSProvider_Advertise (void) |
Advertise a binding. | |
void | DOSProvider_Changed (DOSProperty *property) |
Notify any subscribers that a property changed. | |
void | DOSProvider_SendErrorException (DOSErrorException except) |
Send an error exception as defined by the OpenDOF Protocol Specification (a DOSErrorException) back to the requestor. | |
void | DOSProvider_SendProviderException (uint16 itemID) |
Send a provider exception back to the requestor. | |
DOSStatus | DOSProvider_SessionProvide (void) |
Begin providing a binding for some OAP session. | |
void | DOSProvider_Signal (DOSEvent *event) |
Signal all subscribers with a new event. | |