Back to home page

Enduro/X

 
 

    


0001 BFLDTYPE(3)
0002 ===========
0003 :doctype: manpage
0004 
0005 
0006 NAME
0007 ----
0008 Bfldtype - Return the filed type for compiled field id
0009 
0010 
0011 SYNOPSIS
0012 --------
0013 
0014 #include <ubf.h>
0015 
0016 int Bfldtype (BFLDID 'bfldid');
0017 
0018 Link with '-lubf -lnstd -lm -lpthread'
0019 
0020 DESCRIPTION
0021 -----------
0022 Return the field type of compiled filed id in 'bfldid'.
0023 
0024 RETURN VALUE
0025 ------------
0026 On success, *Bfldtype()* returns the filed type (See BFLD_SHORT,..,BFLD_CARRAY constants); on error, -1 is returned, with *Berror* set to indicate the error.
0027 
0028 ERRORS
0029 ------
0030 Function does not return errors. In case of invalid field (first bits bad higher than BFLD_CARRAY), and invalid type will be returned.
0031 
0032 BUGS
0033 ----
0034 Report bugs to support@mavimax.com
0035 
0036 SEE ALSO
0037 --------
0038 *Blen(3)* *Binit(3)* *Btype(3)*
0039 
0040 COPYING
0041 -------
0042 (C) Mavimax, Ltd
0043