|
Instrument Neutral Distributed Interface INDI
0.9.6
|
Functions | |
| void | IDSetText (const ITextVectorProperty *t, const char *msg,...) |
| Tell client to update an existing text vector property. | |
| void | IDSetNumber (const INumberVectorProperty *n, const char *msg,...) |
| Tell client to update an existing number vector property. | |
| void | IDSetSwitch (const ISwitchVectorProperty *s, const char *msg,...) |
| Tell client to update an existing switch vector property. | |
| void | IDSetLight (const ILightVectorProperty *l, const char *msg,...) |
| Tell client to update an existing light vector property. | |
| void | IDSetBLOB (const IBLOBVectorProperty *b, const char *msg,...) |
| Tell client to update an existing BLOB vector property. | |
| void IDSetBLOB | ( | const IBLOBVectorProperty * | b, |
| const char * | msg, | ||
| ... | |||
| ) |
Tell client to update an existing BLOB vector property.
| b | pointer to the vector BLOB property. |
| msg | message in printf style to send to the client. May be NULL. |
Definition at line 1639 of file indidriver.c.
| void IDSetLight | ( | const ILightVectorProperty * | l, |
| const char * | msg, | ||
| ... | |||
| ) |
Tell client to update an existing light vector property.
| l | pointer to the vector light property. |
| msg | message in printf style to send to the client. May be NULL. |
Definition at line 1606 of file indidriver.c.
| void IDSetNumber | ( | const INumberVectorProperty * | n, |
| const char * | msg, | ||
| ... | |||
| ) |
Tell client to update an existing number vector property.
| n | pointer to the vector number property. |
| msg | message in printf style to send to the client. May be NULL. |
Definition at line 1538 of file indidriver.c.
| void IDSetSwitch | ( | const ISwitchVectorProperty * | s, |
| const char * | msg, | ||
| ... | |||
| ) |
Tell client to update an existing switch vector property.
| s | pointer to the vector switch property. |
| msg | message in printf style to send to the client. May be NULL. |
Definition at line 1572 of file indidriver.c.
| void IDSetText | ( | const ITextVectorProperty * | t, |
| const char * | msg, | ||
| ... | |||
| ) |
Tell client to update an existing text vector property.
| t | pointer to the vector text property. |
| msg | message in printf style to send to the client. May be NULL. |
Definition at line 1504 of file indidriver.c.
1.8.1.2