commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] UNNAMED PROJECT branch, master, updated. 54eb0daa0676e


From: git repository hosting
Subject: [Commit-gnuradio] UNNAMED PROJECT branch, master, updated. 54eb0daa0676e2d8bfec837a3fdf891bfaa4f872
Date: Sun, 28 Nov 2010 04:59:52 +0000 (GMT)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "UNNAMED PROJECT".

The branch, master has been updated
       via  54eb0daa0676e2d8bfec837a3fdf891bfaa4f872 (commit)
       via  6aceaf326df9814199ccb38bd89019b1db7c9fe4 (commit)
       via  e272a9c9d08e6c8bc69c44a24b8dc528bf46e5a4 (commit)
       via  d52f336b746b50753639dc9dd34f20de3f1859f8 (commit)
       via  a0586e98349d7f43ebbeed4269ff327154aef9c4 (commit)
      from  bdfb0437b5679eca9a49ffc38b362d403f5642c5 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 54eb0daa0676e2d8bfec837a3fdf891bfaa4f872
Author: Eric Blossom <address@hidden>
Date:   Sat Nov 27 20:56:04 2010 -0800

    Add example resource tree to device simulator.

commit 6aceaf326df9814199ccb38bd89019b1db7c9fe4
Author: Eric Blossom <address@hidden>
Date:   Sat Nov 27 18:06:04 2010 -0800

    First pass: device resource node

commit e272a9c9d08e6c8bc69c44a24b8dc528bf46e5a4
Author: Eric Blossom <address@hidden>
Date:   Sat Nov 27 16:32:03 2010 -0800

    Update PUT related functions to use <when>

commit d52f336b746b50753639dc9dd34f20de3f1859f8
Author: Eric Blossom <address@hidden>
Date:   Sat Nov 27 16:16:39 2010 -0800

    Rearrange argument order

commit a0586e98349d7f43ebbeed4269ff327154aef9c4
Author: Eric Blossom <address@hidden>
Date:   Sat Nov 27 16:15:09 2010 -0800

    Add <when> to PUT operator args

-----------------------------------------------------------------------

Summary of changes:
 vrt-ctrl/common/lib/host_prims.c                   |    7 +-
 vrt-ctrl/device/lib/handle_op.c                    |    9 +-
 vrt-ctrl/device/lib/handle_op.h                    |    7 +-
 .../device/lib/vrtcd_handle_incoming_datagram.c    |   50 ++++--
 vrt-ctrl/device/sim/Makefile.am                    |   10 +-
 vrt-ctrl/device/sim/resource-implementations.c     |   94 +++++++++++
 vrt-ctrl/device/sim/resource-implementations.h     |   46 ++++++
 vrt-ctrl/device/sim/resource-tree.c                |  167 ++++++++++++++++++++
 vrt-ctrl/include/vrtc/device/vrtd_node.h           |  137 ++++++++++++++++
 vrt-ctrl/include/vrtc/host_prims.h                 |    2 +-
 vrt-ctrl/include/vrtc/protocol-consts.h            |    1 +
 vrt-ctrl/protocol/vrt-ctrl-protocol.txt            |   32 ++++-
 12 files changed, 531 insertions(+), 31 deletions(-)
 create mode 100644 vrt-ctrl/device/sim/resource-implementations.c
 create mode 100644 vrt-ctrl/device/sim/resource-implementations.h
 create mode 100644 vrt-ctrl/device/sim/resource-tree.c
 create mode 100644 vrt-ctrl/include/vrtc/device/vrtd_node.h


hooks/post-receive
-- 
UNNAMED PROJECT



reply via email to

[Prev in Thread] Current Thread [Next in Thread]