/*
********************************************************
Copyright 2000 MBARI.
MBARI Proprietary Information. All rights reserved.
NOTE: This file is automatically generated.
DO NOT MODIFY.
********************************************************
*/

#ifndef __PowerSystemIF_H
#define __PowerSystemIF_H

#include "TaskInterface.h"


#define PowerSystemIFServerName "PowerSystemIFServer"

/****************************************************************************/
/* Copyright (c) 2000 MBARI                                                 */
/* MBARI Proprietary Information. All rights reserved.                      */
/****************************************************************************/
/* Summary  :                                                               */
/* Filename : PowerSystemIF.idl                                             */
/* Author   :                                                               */
/* Project  :                                                               */
/* Version  : 1.0                                                           */
/* Created  : 02/07/2000                                                    */
/* Modified :                                                               */
/* Archived :                                                               */
/****************************************************************************/
/* Modification History:                                                    */
/****************************************************************************/
/*
CLASS 
PowerSystemIF

DESCRIPTION
TaskInterface to PowerSystem

AUTHOR
Tom O'Reilly
*/
class PowerSystemIF : public TaskInterface {

  friend class PowerSystemIF_SK;

  public:

  
  ////////////////////////////////////////////////////////////
  // Events generated by PowerSystem
  enum Event {
    Critical
  };

  
  
  PowerSystemIF(const char *name, int timeout = 10);

  PowerSystemIF(const char *name, const char *serverName, int timeout = 10);

  ~PowerSystemIF();

  
  protected:

  // Message codes for each method
  enum PowerSystemIFMsgCode {
  };

  // Define message structure for each method
};

#endif

