代码搜索结果
找到约 10,000 项符合
Interface 的代码
interface.cct
// Copyright 2000 by Robert Dick.
// All rights reserved.
/*###########################################################################*/
template
void PrintsBase::print_t
interface.cc
// Copyright 2000 by Robert Dick.
// All rights reserved.
#include "Interface.h"
#include
namespace rstd {
using namespace std;
/*=============================================================
interface.h
// Copyright 2000 by Robert Dick.
// All rights reserved.
#ifndef INTERFACE_H_
#define INTERFACE_H_
/*###########################################################################*/
#include "RStd.h"
interface.h
#ifndef __INTERFACE_INCLUDE
#define __INTERFACE_INCLUDE
#include
#include
#include
#include
#define BUFSIZZ 1024
#define DEF_DAYS
proc-interface
i2c-core is the core i2c module (surprise!) which offers general routines on
which other modules build. You will find that all i2c-related modules depend
on this module, so it will (need to) be loaded
interface.h
#ifndef __INTERFACE_H
#define __INTERFACE_H
#include "define.h"
#include "param.h"
ProcParams* TransRecvPackage(char *,ProcParams *);
char* TransSendPackage(char *,ProcParams *,int *,char *);
char
interface.cpp
// Fig. 10.26: Interface.cpp
// Implementation of class Interface--client receives this file only
// as precompiled object code, keeping the implementation hidden.
#include "Interface.h" // Interf
interface.h
// Fig. 10.25: Interface.h
// Header file for class Interface
// Client sees this source code, but the source code does not reveal
// the data layout of class Implementation.
class Implementati