TwiceAsNice
2019-02-18
|
#include <Nice/Log.h>
#include <Nice/Util/Thread.h>
#include <Nice/Util/Atomic.hh>
#include <Basda/RingbufferDevice.h>
#include <Basda/Vino/Image.h>
Classes | |
class | MyRingbuffer |
class | Basda::MyRingbufferDevice< Type > |
class | WriterThread |
class | ReaderThread |
Namespaces | |
Basda | |
These are contants that are used by the services internally. | |
Macros | |
#define | LOG_NAME "Writer" |
#define | LOG_NAME m_name |
#define | LOG_NAME "Main" |
Typedefs | |
typedef IceUtil::Handle< MyRingbuffer > | MyRingbufferPtr |
typedef MyRingbufferDevice< Basda::ImageU16 > | Basda::MyRingbufferU16Device |
typedef IceUtil::Handle< MyRingbufferU16Device > | Basda::MyRingbufferU16DevicePtr |
Functions | |
int | main (int argc, char **argv) |
Variables | |
MyRingbufferPtr | s_ring = new MyRingbuffer() |
Basda::MyRingbufferU16DevicePtr | s_device = new Basda::MyRingbufferU16Device( ) |
#define LOG_NAME "Writer" |
#define LOG_NAME m_name |
#define LOG_NAME "Main" |
typedef IceUtil::Handle<MyRingbuffer> MyRingbufferPtr |
int main | ( | int | argc, |
char ** | argv | ||
) |
Basda::MyRingbufferU16DevicePtr s_device = new Basda::MyRingbufferU16Device( ) |
MyRingbufferPtr s_ring = new MyRingbuffer() |