Scope
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 1234]
 Nd2dWrappers around the Direct2D interface
 NDAQmxThis is basically a C++ wrapper around NI's DAQmx C library
 Nscope
 CActiveAn active object implementation
 Chresult_exceptionException class for HRESULTs
 CHResultCheckerTemplated helper class to check an HRESULT and throw an exception (or not throw)
 CHResultChecker< false >Helper class definition to check an HRESULT and not throw an exception
 CHResultChecker< true >Helper class definition to check an HRESULT and throw an exception (currently disabled!)
 CHResultTClass around a HRESULT which breaks down the HRESULT code and makes life easier etc
 CScalerClass for scaling to the full range of a datatype
 CScopeMessageMessage with tag and cargo for SyncQueues between controllers
 CStopConditionThread-safe lock-free bool to signal a requested stop to the worker function currently executed in the Active's thread
 CSynchronizedQueueA synchronized, thread-safe queue was modeled after ringbuffer example from boost?! and/or a Herb Sutter column?!