stk::TcpClient Member List
This is the complete list of members for
stk::TcpClient, including all inherited members.
addSampleRateAlert(Stk *ptr) | stk::Stk | [protected] |
close(int socket) | stk::Socket | [static] |
connect(int port, std::string hostname="localhost") | stk::TcpClient | |
handleError(const char *message, StkError::Type type) | stk::Stk | [static] |
handleError(std::string message, StkError::Type type) | stk::Stk | [static] |
handleError(StkError::Type type) | stk::Stk | [protected] |
id(void) const | stk::Socket | [inline] |
ignoreSampleRateChange(bool ignore=true) | stk::Stk | [inline] |
isValid(int socket) | stk::Socket | [inline, static] |
port(void) const | stk::Socket | [inline] |
printErrors(bool status) | stk::Stk | [inline, static] |
rawwavePath(void) | stk::Stk | [inline, static] |
readBuffer(void *buffer, long bufferSize, int flags=0) | stk::TcpClient | [virtual] |
stk::Socket::readBuffer(int socket, void *buffer, long bufferSize, int flags) | stk::Socket | [static] |
removeSampleRateAlert(Stk *ptr) | stk::Stk | [protected] |
sampleRate(void) | stk::Stk | [inline, static] |
sampleRateChanged(StkFloat newRate, StkFloat oldRate) | stk::Stk | [protected, virtual] |
setBlocking(int socket, bool enable) | stk::Socket | [static] |
setRawwavePath(std::string path) | stk::Stk | [static] |
setSampleRate(StkFloat rate) | stk::Stk | [static] |
showWarnings(bool status) | stk::Stk | [inline, static] |
sleep(unsigned long milliseconds) | stk::Stk | [static] |
Socket() | stk::Socket | |
Stk(void) | stk::Stk | [protected] |
STK_FLOAT32 | stk::Stk | [static] |
STK_FLOAT64 | stk::Stk | [static] |
STK_SINT16 | stk::Stk | [static] |
STK_SINT24 | stk::Stk | [static] |
STK_SINT32 | stk::Stk | [static] |
STK_SINT8 | stk::Stk | [static] |
swap16(unsigned char *ptr) | stk::Stk | [static] |
swap32(unsigned char *ptr) | stk::Stk | [static] |
swap64(unsigned char *ptr) | stk::Stk | [static] |
TcpClient(int port, std::string hostname="localhost") | stk::TcpClient | |
writeBuffer(const void *buffer, long bufferSize, int flags=0) | stk::TcpClient | [virtual] |
stk::Socket::writeBuffer(int socket, const void *buffer, long bufferSize, int flags) | stk::Socket | [static] |
~Socket() | stk::Socket | [virtual] |
~Stk(void) | stk::Stk | [protected, virtual] |
~TcpClient() | stk::TcpClient | |