The VisAO Camera
VisAOApp_base.cpp File Reference

Definitions for VisAOApp_base. More...

#include "VisAOApp_base.h"

Go to the source code of this file.

Namespaces

 VisAO
 The namespace of VisAO software.
 

Functions

int VisAO::com_remote_handler (fifo_channel *)
 fifo_channel handler for remote commands
 
int VisAO::com_local_handler (fifo_channel *)
 fifo_channel handler for local commands
 
int VisAO::com_script_handler (fifo_channel *)
 fifo_channel handler for script commands
 
int VisAO::com_auto_handler (fifo_channel *)
 fifo_channel handler for auto commands
 
int VisAO::com_remote_thread_handler (fifo_channel *fc)
 Thread version of the fifo_channel handler for remote commands. More...
 
void * VisAO::__com_remote_thread_handler (void *ptr)
 The start function for remote handling with a thread. More...
 
int VisAO::com_local_thread_handler (fifo_channel *fc)
 Thread version of the fifo_channel handler for local commands. More...
 
void * VisAO::__com_local_thread_handler (void *ptr)
 The start function for local handling with a thread. More...
 
int VisAO::com_script_thread_handler (fifo_channel *fc)
 Thread version of the fifo_channel handler for script commands. More...
 
void * VisAO::__com_script_thread_handler (void *ptr)
 The start function for script handling with a thread. More...
 
int VisAO::com_auto_thread_handler (fifo_channel *fc)
 Thread version of the fifo_channel handler for auto commands. More...
 
void * VisAO::__com_auto_thread_handler (void *ptr)
 The start function for auto handling with a thread. More...
 
int VisAO::getnextline (std::string *comln, std::string *com)
 Utility function for parsing command buffers line by line. More...
 
void * VisAO::__start_profiler (void *ptr)
 

Detailed Description

Author
Jared R. Males

Definition in file VisAOApp_base.cpp.