Add to Book Shelf
Flag as Inappropriate
Email this Book

Nist Smart Flow System Users Guide

By Martin, Christelle

Click here to view

Book Id: WPLBN0000659368
Format Type: PDF eBook:
File Size: 0.3 MB
Reproduction Date: 2005

Title: Nist Smart Flow System Users Guide  
Author: Martin, Christelle
Volume:
Language: English
Subject: Technology., Reference materials, Technology and literature
Collections: Techonology eBook Collection
Historic
Publication Date:
Publisher:

Citation

APA MLA Chicago

Martin, B. C. (n.d.). Nist Smart Flow System Users Guide. Retrieved from http://gutenberg.cc/


Description
Technical Reference Publication

Excerpt
Excerpt: The NIST Smart Space project. The NIST Smart Space Laboratory has been created to offer assistance to industrial research and product development laboratories as to face the numerous performance and interoperability challenges inherent in the Smart Work Spaces of the future. We believe that the shift to Pervasive Computing is already well under way and will have as much impact on industry, and daily life as personal computing did. Our Modular Test Bed is designed to allow our industrial and academic laboratories to bring their technologies together for integration and performance testing needed. Pervasive Computing refers to the trend to numerous, easily accessible computing devices connected to each other and to a ubiquitous network infrastructure. This will create new opportunities and challenges for IT companies as they place computers and sensors in devices, appliances, and equipment in buildings, homes, workplaces, and factories. Within a few years, embedded devices able to execute complex software?

Table of Contents
Contents 1 Introduction 1 1.1 The NIST Smart Space project . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 1.2 About this document . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 2 Concept 3 2.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 2.1.1 Illustration . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 2.1.2 Main terms . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 2.2 Flows . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5 2.2.1 Identification . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5 2.2.2 Synchronous and asynchronous flows . . . . . . . . . . . . . . . . . . . . . . . . . 5 2.2.3 Optional flow . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6 2.3 How to use a data flow . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7 2.3.1 Opening a flow in emit mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7 2.3.2 Subscribing to a flow in receive mode . . . . . . . . . . . . . . . . . . . . . . . . . 7 2.3.3 Example . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7 3 Profile / Description of sflib.h file 9 3.1 Types . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9 3.1.1 Basic types . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9 3.1.2 Parameter types . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10 3.1.3 Metadata types . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10 3.2 Basic functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11 3.2.1 sf init param xxx - accessors . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11 3.2.2 sf init param set flow xxx . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11 3.2.3 sf init param get flow xxx . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12 3.2.4 sf flow param init . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13 3.2.5 sf flow param get flow . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13 3.2.6 sf flow param set xxx - general . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13 3.2.7 sf flow param set xxx - Video flow . . . . . . . . . . . . . . . . . . . . . . . . . . 14 3.2.8 sf flow param set xxx - Audio flow . . . . . . . . . . . . . . . . . . . . . . . . . . 14 3.2.9 sf flow param set xxx - Data flow . . . . . . . . . . . . . . . . . . . . . . . . . . . 15 3.2.10 sf flow param set xxx - Vector flow . . . . . . . . . . . . . . . . . . . . . . . . . . 15 3.2.11 sf flow param set xxx - Matrix flow . . . . . . . . . . . . . . . . . . . . . . . . . . 15 3.2.12 sf init . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16 3.2.13 sf flow subscribe xxx . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16 3.2.14 sf flow create . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16 3.2.15 sf get output bufferxxx . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17 3.2.16 sf send buffer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17 3.2.17 sf drop buffer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17

 
 



Copyright © World Library Foundation. All rights reserved. eBooks from Project Gutenberg are sponsored by the World Library Foundation,
a 501c(4) Member's Support Non-Profit Organization, and is NOT affiliated with any governmental agency or department.