代码搜索结果
找到约 10,000 项符合
CAN Bus 的代码
bus.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
bus.dsp
# Microsoft Developer Studio Project File - Name="bus" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Appli
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 Release--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\new\LOC
bus.clw
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CBusDlg
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "bus.h"
bus.cs
using System;
using System.Data;
using System.Data.OleDb;
using Sun188.iSBus.Common;
namespace Sun188.iSBus.DataAccess
{
///
/// Bus 的摘要说明。
///
public class Bus
{
bus.h
/* $Id: Bus.h,v 1.3 2000/09/24 12:57:54 pure Exp $ */
#include "Device.h"
class Bus {
Device* root;
public:
Bus();
void attach(Device* device);
byte readb(unsigned addr);
void writeb(unsigned a