public CiRSDKHeader(MemoryMappedViewAccessor mapView)
 {
     FileMapView = mapView;
     buffer      = new CVarBuf(mapView, this);
 }
 public CiRSDKHeader(MemoryMappedViewAccessor mapView)
 {
     FileMapView = mapView;
     buffer = new CVarBuf(mapView, this);
 }