vrpn 07.35
Virtual Reality Peripheral Network
 
Loading...
Searching...
No Matches
vrpn_FunctionGenerator.C File Reference
#include <stdio.h>
#include <string.h>
#include "vrpn_FunctionGenerator.h"
Include dependency graph for vrpn_FunctionGenerator.C:

Go to the source code of this file.

Variables

const char * vrpn_FUNCTION_MESSAGE_TYPE_CHANNEL = "vrpn_FunctionGenerator channel"
 
const char * vrpn_FUNCTION_MESSAGE_TYPE_CHANNEL_REQUEST = "vrpn_FunctionGenerator channel request"
 
const char * vrpn_FUNCTION_MESSAGE_TYPE_ALL_CHANNEL_REQUEST = "vrpn_FunctionGenerator all channel request"
 
const char * vrpn_FUNCTION_MESSAGE_TYPE_SAMPLE_RATE = "vrpn_FunctionGenerator sample rate"
 
const char * vrpn_FUNCTION_MESSAGE_TYPE_START = "vrpn_FunctionGenerator start"
 
const char * vrpn_FUNCTION_MESSAGE_TYPE_STOP = "vrpn_FunctionGenerator stop"
 
const char * vrpn_FUNCTION_MESSAGE_TYPE_CHANNEL_REPLY = "vrpn_FunctionGenerator channel reply"
 
const char * vrpn_FUNCTION_MESSAGE_TYPE_START_REPLY = "vrpn_FunctionGenerator start reply"
 
const char * vrpn_FUNCTION_MESSAGE_TYPE_STOP_REPLY = "vrpn_FunctionGenerator stop reply"
 
const char * vrpn_FUNCTION_MESSAGE_TYPE_SAMPLE_RATE_REPLY = "vrpn_FunctionGenerator sample rate reply"
 
const char * vrpn_FUNCTION_MESSAGE_TYPE_INTERPRETER_REQUEST = "vrpn_FunctionGenerator interpreter-description request"
 
const char * vrpn_FUNCTION_MESSAGE_TYPE_INTERPRETER_REPLY = "vrpn_FunctionGenerator interpreter-description reply"
 
const char * vrpn_FUNCTION_MESSAGE_TYPE_ERROR = "vrpn_FunctionGenerator error report"
 

Variable Documentation

◆ vrpn_FUNCTION_MESSAGE_TYPE_ALL_CHANNEL_REQUEST

const char* vrpn_FUNCTION_MESSAGE_TYPE_ALL_CHANNEL_REQUEST = "vrpn_FunctionGenerator all channel request"

Definition at line 11 of file vrpn_FunctionGenerator.C.

Referenced by vrpn_FunctionGenerator::register_types().

◆ vrpn_FUNCTION_MESSAGE_TYPE_CHANNEL

const char* vrpn_FUNCTION_MESSAGE_TYPE_CHANNEL = "vrpn_FunctionGenerator channel"

Definition at line 9 of file vrpn_FunctionGenerator.C.

Referenced by vrpn_FunctionGenerator::register_types().

◆ vrpn_FUNCTION_MESSAGE_TYPE_CHANNEL_REPLY

const char* vrpn_FUNCTION_MESSAGE_TYPE_CHANNEL_REPLY = "vrpn_FunctionGenerator channel reply"

Definition at line 15 of file vrpn_FunctionGenerator.C.

Referenced by vrpn_FunctionGenerator::register_types().

◆ vrpn_FUNCTION_MESSAGE_TYPE_CHANNEL_REQUEST

const char* vrpn_FUNCTION_MESSAGE_TYPE_CHANNEL_REQUEST = "vrpn_FunctionGenerator channel request"

Definition at line 10 of file vrpn_FunctionGenerator.C.

Referenced by vrpn_FunctionGenerator::register_types().

◆ vrpn_FUNCTION_MESSAGE_TYPE_ERROR

const char* vrpn_FUNCTION_MESSAGE_TYPE_ERROR = "vrpn_FunctionGenerator error report"

Definition at line 21 of file vrpn_FunctionGenerator.C.

Referenced by vrpn_FunctionGenerator::register_types().

◆ vrpn_FUNCTION_MESSAGE_TYPE_INTERPRETER_REPLY

const char* vrpn_FUNCTION_MESSAGE_TYPE_INTERPRETER_REPLY = "vrpn_FunctionGenerator interpreter-description reply"

Definition at line 20 of file vrpn_FunctionGenerator.C.

Referenced by vrpn_FunctionGenerator::register_types().

◆ vrpn_FUNCTION_MESSAGE_TYPE_INTERPRETER_REQUEST

const char* vrpn_FUNCTION_MESSAGE_TYPE_INTERPRETER_REQUEST = "vrpn_FunctionGenerator interpreter-description request"

Definition at line 19 of file vrpn_FunctionGenerator.C.

Referenced by vrpn_FunctionGenerator::register_types().

◆ vrpn_FUNCTION_MESSAGE_TYPE_SAMPLE_RATE

const char* vrpn_FUNCTION_MESSAGE_TYPE_SAMPLE_RATE = "vrpn_FunctionGenerator sample rate"

Definition at line 12 of file vrpn_FunctionGenerator.C.

Referenced by vrpn_FunctionGenerator::register_types().

◆ vrpn_FUNCTION_MESSAGE_TYPE_SAMPLE_RATE_REPLY

const char* vrpn_FUNCTION_MESSAGE_TYPE_SAMPLE_RATE_REPLY = "vrpn_FunctionGenerator sample rate reply"

Definition at line 18 of file vrpn_FunctionGenerator.C.

Referenced by vrpn_FunctionGenerator::register_types().

◆ vrpn_FUNCTION_MESSAGE_TYPE_START

const char* vrpn_FUNCTION_MESSAGE_TYPE_START = "vrpn_FunctionGenerator start"

Definition at line 13 of file vrpn_FunctionGenerator.C.

Referenced by vrpn_FunctionGenerator::register_types().

◆ vrpn_FUNCTION_MESSAGE_TYPE_START_REPLY

const char* vrpn_FUNCTION_MESSAGE_TYPE_START_REPLY = "vrpn_FunctionGenerator start reply"

Definition at line 16 of file vrpn_FunctionGenerator.C.

Referenced by vrpn_FunctionGenerator::register_types().

◆ vrpn_FUNCTION_MESSAGE_TYPE_STOP

const char* vrpn_FUNCTION_MESSAGE_TYPE_STOP = "vrpn_FunctionGenerator stop"

Definition at line 14 of file vrpn_FunctionGenerator.C.

Referenced by vrpn_FunctionGenerator::register_types().

◆ vrpn_FUNCTION_MESSAGE_TYPE_STOP_REPLY

const char* vrpn_FUNCTION_MESSAGE_TYPE_STOP_REPLY = "vrpn_FunctionGenerator stop reply"

Definition at line 17 of file vrpn_FunctionGenerator.C.

Referenced by vrpn_FunctionGenerator::register_types().