kstars
Functions Drivers call to define their Properties to Clients.
Functions | |
void | IDDefBLOB (const IBLOBVectorProperty *b, const char *msg,...) |
void | IDDefLight (const ILightVectorProperty *l, const char *msg,...) |
void | IDDefNumber (const INumberVectorProperty *n, const char *msg,...) |
void | IDDefSwitch (const ISwitchVectorProperty *s, const char *msg,...) |
void | IDDefText (const ITextVectorProperty *t, const char *msg,...) |
Function Documentation
void IDDefBLOB | ( | const IBLOBVectorProperty * | b, | |
const char * | msg, | |||
... | ||||
) |
Tell client to create a BLOB vector property.
- Parameters:
-
b pointer to the vector BLOB property to be defined. msg message in printf style to send to the client. May be NULL.
void IDDefLight | ( | const ILightVectorProperty * | l, | |
const char * | msg, | |||
... | ||||
) |
Tell client to create a light vector property.
- Parameters:
-
l pointer to the vector light property to be defined. msg message in printf style to send to the client. May be NULL.
void IDDefNumber | ( | const INumberVectorProperty * | n, | |
const char * | msg, | |||
... | ||||
) |
Tell client to create a number number property.
- Parameters:
-
n pointer to the vector number property to be defined. msg message in printf style to send to the client. May be NULL.
void IDDefSwitch | ( | const ISwitchVectorProperty * | s, | |
const char * | msg, | |||
... | ||||
) |
Tell client to create a switch vector property.
- Parameters:
-
s pointer to the vector switch property to be defined. msg message in printf style to send to the client. May be NULL.
void IDDefText | ( | const ITextVectorProperty * | t, | |
const char * | msg, | |||
... | ||||
) |
Tell client to create a text vector property.
- Parameters:
-
t pointer to the vector text property to be defined. msg message in printf style to send to the client. May be NULL.