linuxcnc-hal-sys 0.1.5

Generated, unsafe Rust bindings to the LinuxCNC HAL submodule
Documentation
/********************************************************************
* Description: cms_user.hh
*
*   Derived from a work by Fred Proctor & Will Shackleford
*
* Author:
* License: LGPL Version 2
* System: Linux
*    
* Copyright (c) 2004 All rights reserved.
*
* Last change: 
********************************************************************/
#ifndef CMS_USER_HH
#define CMS_USER_HH

class CMS;

class CMS_USER {
  public:
    CMS * cms;
};

#endif /* !defined(CMS_USER_HH) */