代码搜索结果
找到约 10,000 项符合
CAN Bus 的代码
bus.cc
/* $Id: Bus.cc,v 1.4 2000/09/24 12:57:54 pure Exp $ */
#include
#include "Bus.h"
Bus::Bus() {
root = 0;
}
void Bus::attach(Device* device)
{
device->next = (Device*) 0;
if (!root) {
bus.cpp
// bus.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "bus.h"
#include "busDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char T
bus.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
bus.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
bus.h
// bus.h : main header file for the BUS application
//
#if !defined(AFX_BUS_H__C2343966_3861_4178_A717_D998B29304F9__INCLUDED_)
#define AFX_BUS_H__C2343966_3861_4178_A717_D998B29304F9__INCLUDED_
bus.plg
Build Log
--------------------Configuration: bus - Win32 Debug--------------------
Command Lines
Creating temporary file "D:\DOCUME~1\ADMINI~1.