代码搜索结果
找到约 10,000 项符合
Protocol 的代码
protocol.h
/* Driver for USB Mass Storage compliant devices
* Protocol Functions Header File
*
* $Id: protocol.h,v 1.4 2001/02/13 07:10:03 mdharm Exp $
*
* Current development and maintenance by:
* (c) 1
protocol.c
/* Driver for USB Mass Storage compliant devices
*
* $Id: protocol.c,v 1.14 2002/04/22 03:39:43 mdharm Exp $
*
* Current development and maintenance by:
* (c) 1999-2002 Matthew Dharm (mdharm-us
protocol.cpp
#include "Protocol.h"
#include "Agent.h"
#include "Topology.h"
Protocol::~Protocol(void){
unsigned int i = 0;
for( ; i< mAgents.size(); i++)
if( mAgents[i] != NULL)
delete mAgents[i];
}
protocol.h
#ifndef __PROTOCOL_H
#define __PROTOCOL_H
#include
using namespace std;
class Agent;
class Topology;
class Protocol{
public:
vector mAgents;
unsigned int mAgentNum;
Topo
protocol.h
#ifndef Protocol_h
#define Protocol_h
class Protocol
{
public:
virtual ~Protocol() {};
virtual void start() =0;
};
#endif
protocol.h
/* Driver for USB Mass Storage compliant devices
* Protocol Functions Header File
*
* $Id: protocol.h,v 1.4 2001/02/13 07:10:03 mdharm Exp $
*
* Current development and maintenance by:
* (c) 1
protocol.c
/* Driver for USB Mass Storage compliant devices
*
* $Id: protocol.c,v 1.14 2002/04/22 03:39:43 mdharm Exp $
*
* Current development and maintenance by:
* (c) 1999-2002 Matthew Dharm (mdharm-us
protocol.h
/*
* Header for MultiMediaCard (MMC)
*
* Copyright 2002 Hewlett-Packard Company
*
* Use consistent with the GNU GPL is permitted,
* provided that this copyright notice is
* preserved in its ent
protocol.h
#ifndef AGENTX_PROTOCOL_H
#define AGENTX_PROTOCOL_H
#ifdef __cplusplus
extern "C" {
#endif
/*
* Definitions for Agent Extensibility Protocol (RFC 2257)
*
*/
#define AGENTX_PORT 705
#define AGENT