/[svn]/linuxsampler/trunk/src/network/lscp.h
ViewVC logotype

Diff of /linuxsampler/trunk/src/network/lscp.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2514 by schoenebeck, Tue Apr 27 09:21:58 2004 UTC revision 2515 by schoenebeck, Wed Feb 5 20:45:18 2014 UTC
# Line 3  Line 3 
3   *   LinuxSampler - modular, streaming capable sampler                     *   *   LinuxSampler - modular, streaming capable sampler                     *
4   *                                                                         *   *                                                                         *
5   *   Copyright (C) 2003, 2004 by Benno Senoner and Christian Schoenebeck   *   *   Copyright (C) 2003, 2004 by Benno Senoner and Christian Schoenebeck   *
6     *   Copyright (C) 2014 Christian Schoenebeck                              *
7   *                                                                         *   *                                                                         *
8   *   This program is free software; you can redistribute it and/or modify  *   *   This program is free software; you can redistribute it and/or modify  *
9   *   it under the terms of the GNU General Public License as published by  *   *   it under the terms of the GNU General Public License as published by  *
# Line 35  Line 36 
36  #define LSCP_WRN_UNKNOWN                0  ///< unknown warning type  #define LSCP_WRN_UNKNOWN                0  ///< unknown warning type
37    
38    
39    // LSCP Shell Codes
40    
41    #define LSCP_SHU_COMPLETE               0
42    #define LSCP_SHU_SYNTAX_ERR             1
43    #define LSCP_SHU_INCOMPLETE             2
44    
45    // LSCP Shell Keywords
46    
47    #define LSCP_SHK_GOOD_FRONT             "{{GF}}"
48    #define LSCP_SHK_EXPECT_MULTI_LINE  "SHE:MLINE"
49    
50  #endif // __LSCP_H__  #endif // __LSCP_H__

Legend:
Removed from v.2514  
changed lines
  Added in v.2515

  ViewVC Help
Powered by ViewVC