#include <string>
#include <thread>
Go to the source code of this file.
Data Structures | |
class | PubSubEndpoint |
class | Roi< T > |
Enumerations | |
enum | thread_priority_t { REALTIME, HIGH, ABOVE_NORMAL, NORMAL, BELOW_NORMAL, IDLE } |
Functions | |
void | cbWrapper (void *data, void *hint) |
void | insertNetworkUInt32 (void *buffer, uint32_t value) |
void | insertNetworkUInt64 (void *buffer, uint64_t value) |
uint32_t | readNetworkUInt32 (void *buffer) |
uint64_t | readNetworkUInt64 (void *buffer) |
void | setThreadPriority (std::thread &th, thread_priority_t prio) |
size_t | fwriteString (FILE *stream, const std::string &str) |
std::string | getHome () |
enum thread_priority_t |
size_t fwriteString | ( | FILE * | stream, |
const std::string & | str | ||
) |
void setThreadPriority | ( | std::thread & | th, |
thread_priority_t | prio | ||
) |