Instrument Neutral Distributed Interface INDI  2.0.2
Functions
PulsarTX Namespace Reference

Functions

bool sendOnly (const int fd, const char *cmd)
 
bool confirmed (const int fd, const char *cmd, char &response)
 
bool sendReceive (const int fd, const char *cmd, char response[])
 
bool sendReceive2 (const int fd, const char *cmd, char response1[], char response2[])
 
bool sendReceiveInt (const int fd, const char *cmd, int *value)
 
void resyncTTY (const int fd)
 

Function Documentation

◆ confirmed()

bool PulsarTX::confirmed ( const int  fd,
const char *  cmd,
char &  response 
)

Definition at line 266 of file lx200pulsar2.cpp.

◆ resyncTTY()

void PulsarTX::resyncTTY ( const int  fd)

Definition at line 355 of file lx200pulsar2.cpp.

◆ sendOnly()

bool PulsarTX::sendOnly ( const int  fd,
const char *  cmd 
)

Definition at line 257 of file lx200pulsar2.cpp.

◆ sendReceive()

bool PulsarTX::sendReceive ( const int  fd,
const char *  cmd,
char  response[] 
)

Definition at line 299 of file lx200pulsar2.cpp.

◆ sendReceive2()

bool PulsarTX::sendReceive2 ( const int  fd,
const char *  cmd,
char  response1[],
char  response2[] 
)

Definition at line 311 of file lx200pulsar2.cpp.

◆ sendReceiveInt()

bool PulsarTX::sendReceiveInt ( const int  fd,
const char *  cmd,
int *  value 
)

Definition at line 331 of file lx200pulsar2.cpp.