channelMessageID | vrpn_FunctionGenerator | protected |
channelReplyMessageID | vrpn_FunctionGenerator | protected |
channels | vrpn_FunctionGenerator | protected |
client_mainloop(void) | vrpn_BaseClassUnique | protected |
connectionPtr() | vrpn_BaseClassUnique | inline |
d_connection | vrpn_BaseClassUnique | protected |
d_ping_message_id | vrpn_BaseClassUnique | protected |
d_pong_message_id | vrpn_BaseClassUnique | protected |
d_sender_id | vrpn_BaseClassUnique | protected |
d_servicename | vrpn_BaseClassUnique | protected |
d_text_message_id | vrpn_BaseClassUnique | protected |
decode_channel(const char *buf, const vrpn_int32 len, vrpn_uint32 &channelNum, vrpn_FunctionGenerator_channel &channel) | vrpn_FunctionGenerator_Server | protected |
decode_channel_request(const char *buf, const vrpn_int32 len, vrpn_uint32 &channelNum) | vrpn_FunctionGenerator_Server | protected |
decode_sampleRate_request(const char *buf, const vrpn_int32 len, vrpn_float32 &sampleRate) | vrpn_FunctionGenerator_Server | protected |
decode_text_message_from_buffer(char *msg, vrpn_TEXT_SEVERITY *severity, vrpn_uint32 *level, const char *buf) | vrpn_BaseClassUnique | protectedstatic |
encode_channel_reply(char **buf, vrpn_int32 &len, const vrpn_uint32 channelNum) | vrpn_FunctionGenerator_Server | protected |
encode_error_report(char **buf, vrpn_int32 &len, const FGError err, const vrpn_int32 channel) | vrpn_FunctionGenerator_Server | protected |
encode_interpreterDescription_reply(char **buf, vrpn_int32 &len, const char *desc) | vrpn_FunctionGenerator_Server | protected |
encode_sampleRate_reply(char **buf, vrpn_int32 &len, const vrpn_float32 sampleRate) | vrpn_FunctionGenerator_Server | protected |
encode_start_reply(char **buf, vrpn_int32 &len, const vrpn_bool isStarted) | vrpn_FunctionGenerator_Server | protected |
encode_stop_reply(char **buf, vrpn_int32 &len, const vrpn_bool isStopped) | vrpn_FunctionGenerator_Server | protected |
encode_text_message_to_buffer(char *buf, vrpn_TEXT_SEVERITY severity, vrpn_uint32 level, const char *msg) | vrpn_BaseClassUnique | protectedstatic |
errorMessageID | vrpn_FunctionGenerator | protected |
FGError enum name | vrpn_FunctionGenerator | |
getChannel(vrpn_uint32 channelNum) | vrpn_FunctionGenerator | |
getInterpreterDescription()=0 | vrpn_FunctionGenerator_Server | pure virtual |
getNumChannels() const | vrpn_FunctionGenerator | inline |
getSampleRate() | vrpn_FunctionGenerator | inline |
gotConnectionMessageID | vrpn_FunctionGenerator | protected |
handle_allChannelRequest_message(void *userdata, vrpn_HANDLERPARAM p) | vrpn_FunctionGenerator_Server | static |
handle_channel_message(void *userdata, vrpn_HANDLERPARAM p) | vrpn_FunctionGenerator_Server | static |
handle_channelRequest_message(void *userdata, vrpn_HANDLERPARAM p) | vrpn_FunctionGenerator_Server | static |
handle_interpreter_request_message(void *userdata, vrpn_HANDLERPARAM p) | vrpn_FunctionGenerator_Server | static |
handle_sample_rate_message(void *userdata, vrpn_HANDLERPARAM p) | vrpn_FunctionGenerator_Server | static |
handle_start_message(void *userdata, vrpn_HANDLERPARAM p) | vrpn_FunctionGenerator_Server | static |
handle_stop_message(void *userdata, vrpn_HANDLERPARAM p) | vrpn_FunctionGenerator_Server | static |
handler | vrpn_BaseClassUnique | |
init(void) | vrpn_BaseClass | protectedvirtual |
INTERPRETER_ERROR enum value | vrpn_FunctionGenerator | |
interpreterReplyMessageID | vrpn_FunctionGenerator | protected |
INVALID_RESULT_QUANTITY enum value | vrpn_FunctionGenerator | |
INVALID_RESULT_RANGE enum value | vrpn_FunctionGenerator | |
mainloop() | vrpn_FunctionGenerator_Server | virtual |
msgbuf | vrpn_FunctionGenerator | protected |
NO_FG_ERROR enum value | vrpn_FunctionGenerator | |
numChannels | vrpn_FunctionGenerator | protected |
register_autodeleted_handler(vrpn_int32 type, vrpn_MESSAGEHANDLER handler, void *userdata, vrpn_int32 sender=vrpn_ANY_SENDER) | vrpn_BaseClassUnique | protected |
register_senders(void) | vrpn_BaseClass | protectedvirtual |
register_types() | vrpn_FunctionGenerator | protectedvirtual |
requestAllChannelsMessageID | vrpn_FunctionGenerator | protected |
requestChannelMessageID | vrpn_FunctionGenerator | protected |
requestInterpreterMessageID | vrpn_FunctionGenerator | protected |
sampleRate | vrpn_FunctionGenerator | protected |
sampleRateMessageID | vrpn_FunctionGenerator | protected |
sampleRateReplyMessageID | vrpn_FunctionGenerator | protected |
send_text_message(const char *msg, struct timeval timestamp, vrpn_TEXT_SEVERITY type=vrpn_TEXT_NORMAL, vrpn_uint32 level=0) | vrpn_BaseClassUnique | protected |
send_text_message(vrpn_TEXT_SEVERITY type=vrpn_TEXT_NORMAL) | vrpn_BaseClassUnique | inlineprotected |
sendChannelReply(vrpn_uint32 channelNum) | vrpn_FunctionGenerator_Server | protected |
sender | vrpn_BaseClassUnique | |
sendError(FGError error, vrpn_int32 channel) | vrpn_FunctionGenerator_Server | protected |
sendInterpreterDescription() | vrpn_FunctionGenerator_Server | protected |
sendSampleRateReply() | vrpn_FunctionGenerator_Server | protected |
sendStartReply(vrpn_bool started) | vrpn_FunctionGenerator_Server | protected |
sendStopReply(vrpn_bool stopped) | vrpn_FunctionGenerator_Server | protected |
server_mainloop(void) | vrpn_BaseClassUnique | protected |
setChannel(vrpn_uint32 channelNum, vrpn_FunctionGenerator_channel *channel)=0 | vrpn_FunctionGenerator_Server | pure virtual |
setNumChannels(vrpn_uint32 numChannels) | vrpn_FunctionGenerator_Server | |
setSampleRate(vrpn_float32 rate)=0 | vrpn_FunctionGenerator_Server | pure virtual |
shutup | vrpn_BaseClassUnique | |
start()=0 | vrpn_FunctionGenerator_Server | pure virtual |
startFunctionMessageID | vrpn_FunctionGenerator | protected |
startFunctionReplyMessageID | vrpn_FunctionGenerator | protected |
stop()=0 | vrpn_FunctionGenerator_Server | pure virtual |
stopFunctionMessageID | vrpn_FunctionGenerator | protected |
stopFunctionReplyMessageID | vrpn_FunctionGenerator | protected |
TAKING_TOO_LONG enum value | vrpn_FunctionGenerator | |
timestamp | vrpn_FunctionGenerator | protected |
type | vrpn_BaseClassUnique | |
userdata | vrpn_BaseClassUnique | |
vrpn_BaseClass(const char *name, vrpn_Connection *c=NULL) | vrpn_BaseClass | |
vrpn_BaseClassUnique() | vrpn_BaseClassUnique | |
vrpn_FunctionGenerator(const char *name, vrpn_Connection *c=NULL) | vrpn_FunctionGenerator | |
vrpn_FunctionGenerator_Server(const char *name, vrpn_uint32 numChannels=vrpn_FUNCTION_CHANNELS_MAX, vrpn_Connection *c=NULL) | vrpn_FunctionGenerator_Server | |
~vrpn_BaseClass() | vrpn_BaseClass | virtual |
~vrpn_BaseClassUnique() | vrpn_BaseClassUnique | virtual |
~vrpn_FunctionGenerator() | vrpn_FunctionGenerator | virtual |
~vrpn_FunctionGenerator_Server() | vrpn_FunctionGenerator_Server | virtual |