RSS Git Download  Clone
..
  Makefile 265B SVN re-structure 12 years ago
  data.kst 12kB SVN re-structure 12 years ago
  data1.kst 12kB SVN re-structure, files added. 12 years ago
  data2.kst 12kB SVN re-structure, files added. 12 years ago
  diagSource0-1.kst 84kB SVN re-structure, files added. 12 years ago
  diagSource0.kst 59kB SVN re-structure 12 years ago
  diagSource0a.kst 36kB SVN re-structure, files added. 12 years ago
  diagSource1.kst 36kB SVN re-structure 12 years ago
  diagSource2.kst 35kB SVN re-structure 12 years ago
  diagSource3.kst 24kB SVN re-structure 12 years ago
  diag_injection_0.kst 59kB SVN re-structure, files added. 12 years ago
  diag_injection_0t.kst 92kB SVN re-structure, files added. 12 years ago
  diag_injection_1.kst 36kB SVN re-structure, files added. 12 years ago
  diag_injection_2.kst 36kB SVN re-structure, files added. 12 years ago
  diag_injection_3.kst 24kB SVN re-structure, files added. 12 years ago
  diag_start_0.kst 59kB SVN re-structure, files added. 12 years ago
  diag_start_1.kst 36kB SVN re-structure, files added. 12 years ago
  kstSetup 2kB SVN re-structure, files added. 12 years ago
  plot.gp 301B SVN re-structure, files added. 12 years ago
  plotFile.py 1kB SVN re-structure, files added. 12 years ago
  plotFile.sh 748B SVN re-structure, files added. 12 years ago
  plotFile1.py 2kB SVN re-structure, files added. 12 years ago
  pupeChanges 2kB SVN re-structure, files added. 12 years ago
  pupeSetup 142B SVN re-structure 12 years ago
  testCapture 5kB SVN re-structure 12 years ago
  testCapture1 5kB SVN re-structure, files added. 12 years ago
  testCapture2 5kB SVN re-structure, files added. 12 years ago
  testCaptureLoop 1kB SVN re-structure, files added. 12 years ago
  testCaptureLoop1 1kB SVN re-structure, files added. 12 years ago
  testSetup 643B SVN re-structure, files added. 12 years ago
  Readme
README - TMS SOURCES Configuration ============= To configure the TMS source for build first modify the Makefile.config file to suit your requirements. The main parameters to modify include: BUILD - Defines which components to build. Options are: "FULL" for full TMS system, "CLIENT" for client code, "LIB" for just development libraries. TARGET - Defines the target platform to build for. Current settings include: "fc6" for Fedora Core 6, "rh7" for Redhat 7.3, "fpgaLinux" for a PowerPC FPGA Linux, "lynxos" for LynxOS. Build ===== To build the sources run the following commands: 1. make depend 2. make Install ======= The programs/libraries can be installed on a system, if required, using the following command run as the superuser: 1. make install Packages ======== A set of RPM packages can be built on a Linux system using the command: 1. make rpms Examples ======== There are examples of building client applications using the TMS API libraries in the tmsExamples directory. Overview ======== The TMS system uses two 'C++' libraries to implement the TMS API. The libBeam.a library implements a basic, lowlevel, API for String, List and File handling as well as other functions. The libTms.a implements the TMS specific API. The libraries, when built, will be installed in the "lib" directory. The associated header file s are in the "include" directory. More Information ================ More information and API documentation is online at: http://portal.beam.ltd.uk/support/cern/ The API is documentated at: http://portal.beam.ltd.uk/support/cern/doc/libTmsApi/html/index.html