代码搜索结果
找到约 10,000 项符合
State Machine 的代码
state.h
//enum for one hot coding
enum onehot_t {
STATE_0 = 0, STATE_1 = 1, STATE_2 = 2, STATE_3 = 4,
STATE_4 = 8, STATE_5 = 16, STATE_6 = 32 };
struct state_t {
onehot_t state;
int delay;
uns
state.h
//enum for one hot coding
struct state_t {
enum onehot_t {
STATE_0 = 0, STATE_1 = 1, STATE_2 = 2, STATE_3 = 4,
STATE_4 = 8, STATE_5 = 16, STATE_6 = 32 };
state_t::onehot_t state;
int
state.h
// file: state.h
//
// this is the header file for the State class
//
// make sure definitions are made only once
//
#ifndef __ISIP_STATE
#define __ISIP_STATE
// isip include files
//
#ifndef __ISIP
state.h
/* state and event objects
* Copyright (C) 1997 Angelos D. Keromytis.
* Copyright (C) 1998-2001 D. Hugh Redelmeier.
*
* This program is free software; you can redistribute it and/or modify it
*
state.c
/* routines for state objects
* Copyright (C) 1997 Angelos D. Keromytis.
* Copyright (C) 1998-2001 D. Hugh Redelmeier.
*
* This program is free software; you can redistribute it and/or modify it
state.c
/*
* state.c To generate and verify State attribute
*
* $Id: state.c,v 1.7 2003/03/03 19:52:25 aland Exp $
*
* This program is free software; you can redistribute it and/or modify
* it unde
state.h
/* Beholder RMON ethernet network monitor,Copyright (C) 1993 DNPAP group */
/* See file COPYING 'GNU General Public Licence' for copyright details */
#ifndef _STATE_H
#define _STATE_H
enum EtherSt
state.h
/* Beholder RMON ethernet network monitor,Copyright (C) 1993 DNPAP group */
/* See file COPYING 'GNU General Public Licence' for copyright details */
#ifndef _STATE_H
#define _STATE_H
enum EtherSt
state.c
/*
* state.c To generate and verify State attribute
*
* $Id: state.c,v 1.10 2004/03/19 02:22:16 mcr Exp $
*
* This program is free software; you can redistribute it and/or modify
* it under
state.cpp
// State.cpp,v 1.2 2004/01/04 04:57:44 bala Exp
#include "ace/Task.h"
class HA_CommandHandler : public ACE_Task_Base
{
public:
virtual int svc (void)
{
ACE_DEBUG
((LM_DEBUG,