Skip to content

Commit

Permalink
Improved block documentation for jsbsimcomm.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgoppert committed Mar 28, 2012
1 parent da24378 commit ed826b6
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions arkscicos-toolbox/scicos/arkscicos/jsbsimComm.sci
Expand Up @@ -42,6 +42,19 @@ function [x,y,typ]=jsbsimComm(job,arg1,arg2)
// [3] Elevator
// [4] Rudder
//
// Options:
//
// enable flightgear comm:
//
// 0: will be turned off
// 1: will broadcast udp messages to the host and port name given
//
// If using flightgear, this will required the following command-line options
// --fdm=external --native-fdm=socket,in,10,,6001,udp
//
// Here 6001 is the default udp port used for the jsbsimcomm block, but you may
// subsitute another port number.
//
// AUTHOR:
//
// Copyright (C) James Goppert 2010 <jgoppert@users.sourceforge.net>
Expand Down

0 comments on commit ed826b6

Please sign in to comment.